From cb87ab30ce7709cd92ec3f3adc6ba9e6b47f9e38 Mon Sep 17 00:00:00 2001 From: Jeremy Mathews <Jeremy.Mathews@utsouthwestern.edu> Date: Tue, 28 May 2019 08:22:38 -0500 Subject: [PATCH] Comment Licensing in R scripts --- workflow/scripts/annotate_peaks.R | 10 +++++----- workflow/scripts/diff_peaks.R | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/workflow/scripts/annotate_peaks.R b/workflow/scripts/annotate_peaks.R index 79ea58b..764106f 100644 --- a/workflow/scripts/annotate_peaks.R +++ b/workflow/scripts/annotate_peaks.R @@ -1,10 +1,10 @@ #!/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 library("ChIPseeker") diff --git a/workflow/scripts/diff_peaks.R b/workflow/scripts/diff_peaks.R index 2f56749..3c5401e 100644 --- a/workflow/scripts/diff_peaks.R +++ b/workflow/scripts/diff_peaks.R @@ -1,10 +1,10 @@ #!/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 library("DiffBind") -- GitLab