Skip to content

Commit

Permalink
Merge pull request #26 from B-UMMI/remove_bcalm2
Browse files Browse the repository at this point in the history
patch fix - Unknown method invocation
  • Loading branch information
cimendes authored Jul 1, 2022
2 parents 5d12197 + 6870231 commit 7d2aba7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def infoMap = [:]
if (params.containsKey('fastq')) {
infoMap.put('fastq', file(params.fastq).size())
}
if (params.containsKey('reference')) {
infoMap.put('reference', file(params.reference).getName())
}

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

Expand Down

0 comments on commit 7d2aba7

Please sign in to comment.