From 8037f1ecc7a11fe62557892375f6e2568f6871f0 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Fri, 17 May 2019 11:52:53 -0500 Subject: [PATCH] Add license to main.nf. --- workflow/main.nf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/workflow/main.nf b/workflow/main.nf index 05db5dd..2496d93 100644 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -1,5 +1,15 @@ #!/usr/bin/env nextflow +/* + +BICF ChIP-seq Analysis Workflow +#### Homepage / Documentation +https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis/ +Licensed under MIT (https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis/LICENSE.md) + + +*/ + // Path to an input file, or a pattern for multiple inputs // Note - $baseDir is the location of this workflow file main.nf -- GitLab