Skip to content

Commit

Permalink
Remove unused variable genomeMapDir
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Nov 26, 2015
1 parent 201b656 commit 65030f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chipseq-pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pdb.write('')

genome = file(params.genome)
input = file(params.input)
genomeMapDir = file(params.genomeMapDir)

fastqs = Channel
.from(input.readLines())
Expand Down

0 comments on commit 65030f1

Please sign in to comment.