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
1 merge request!49Fix fasta file refernce and add check for correct genome version
Pipeline #4005 passed with stages
in 15 hours, 58 minutes, and 51 seconds
#!/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