diff --git a/chipseq-pipeline.nf b/chipseq-pipeline.nf index 79a39da..732a794 100755 --- a/chipseq-pipeline.nf +++ b/chipseq-pipeline.nf @@ -16,7 +16,6 @@ pdb.write('') genome = file(params.genome) input = file(params.input) -genomeMapDir = file(params.genomeMapDir) fastqs = Channel .from(input.readLines())