Skip to content

Commit 7d2aba7

Browse files
authored
Merge pull request #26 from B-UMMI/remove_bcalm2
patch fix - Unknown method invocation
2 parents 5d12197 + 6870231 commit 7d2aba7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.nf

-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ def infoMap = [:]
4848
if (params.containsKey('fastq')) {
4949
infoMap.put('fastq', file(params.fastq).size())
5050
}
51-
if (params.containsKey('reference')) {
52-
infoMap.put('reference', file(params.reference).getName())
53-
}
5451

5552
Help.start_info(infoMap, "$workflow.start", "$workflow.profile", "$workflow.manifest.version")
5653

0 commit comments

Comments
 (0)