Skip to content
Snippets Groups Projects
Commit cb87ab30 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Comment Licensing in R scripts

parent 965d0dd5
Branches
Tags
No related merge requests found
#!/bin/Rscript #!/bin/Rscript
/* #*
* -------------------------------------------------------------------------- #* --------------------------------------------------------------------------
* Licensed under MIT (https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis/LICENSE.md) #* Licensed under MIT (https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis/LICENSE.md)
* -------------------------------------------------------------------------- #* --------------------------------------------------------------------------
*/ #*
# Load libraries # Load libraries
library("ChIPseeker") library("ChIPseeker")
......
#!/bin/Rscript #!/bin/Rscript
/* #*
* -------------------------------------------------------------------------- #* --------------------------------------------------------------------------
* Licensed under MIT (https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis/LICENSE.md) #* Licensed under MIT (https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis/LICENSE.md)
* -------------------------------------------------------------------------- #* --------------------------------------------------------------------------
*/ #*
# Load libraries # Load libraries
library("DiffBind") library("DiffBind")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment