We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9567ed commit 2fb6b30Copy full SHA for 2fb6b30
workflows/Nextflow/modules/report/report.nf
@@ -39,9 +39,7 @@ process report {
39
path "*"
40
41
script:
42
- //TODO: will need reference-based analysis updates as those workflows develop
43
- //.filter { it.name.endsWith(".nwk") }
44
- //TODO: add in taxonomy classification reports
+ //TODO: nanoplot/long read QC reports
45
"""
46
#!/usr/bin/env perl
47
use File::Basename;
0 commit comments