We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02bc8a commit 32cdbc4Copy full SHA for 32cdbc4
modules/bigbio/thermorawfileparser/main.nf
@@ -64,4 +64,4 @@ process THERMORAWFILEPARSER {
64
ThermoRawFileParser: \$(ThermoRawFileParser.sh --version)
65
END_VERSIONS
66
"""
67
-}
+}
modules/bigbio/thermorawfileparser/meta.nf
@@ -46,4 +46,4 @@ output:
46
pattern: "versions.yml"
47
authors:
48
- "@daichengxin"
49
- - "@ypriverol"
+ - "@ypriverol"
modules/bigbio/thermorawfileparser/tests/main.nf.test
@@ -50,4 +50,4 @@ nextflow_process {
50
assert process.out.log.size() == 1
51
}
52
53
modules/bigbio/thermorawfileparser/tests/nextflow.config
@@ -1,3 +1,3 @@
1
process {
2
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
3
0 commit comments