Skip to content

Commit 32cdbc4

Browse files
committed
fixed
1 parent f02bc8a commit 32cdbc4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/bigbio/thermorawfileparser/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ process THERMORAWFILEPARSER {
6464
ThermoRawFileParser: \$(ThermoRawFileParser.sh --version)
6565
END_VERSIONS
6666
"""
67-
}
67+
}

modules/bigbio/thermorawfileparser/meta.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ output:
4646
pattern: "versions.yml"
4747
authors:
4848
- "@daichengxin"
49-
- "@ypriverol"
49+
- "@ypriverol"

modules/bigbio/thermorawfileparser/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ nextflow_process {
5050
assert process.out.log.size() == 1
5151
}
5252
}
53-
}
53+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
process {
22
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
3-
}
3+
}

0 commit comments

Comments
 (0)