Skip to content
Snippets Groups Projects
Commit 7fa5e438 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add metadata outputs

parent bbcfbd9f
Branches
Tags
3 merge requests!37v0.0.1,!11Develop,!8Resolve "Add automated download of bagit through deriva"
Pipeline #5639 passed with stage
in 6 seconds
......@@ -44,6 +44,7 @@ process getBag {
output:
path ("Replicate_*.zip") into bagit
file ("${repRID_getBag}.getBag.err")
script:
"""
......@@ -70,6 +71,11 @@ process getData {
output:
path ("*.R{1,2}.fastq.gz") into fastqs
file("**/File.csv") into fileMeta
file("**/Experiment Settings.csv") into experimentSettingsMeta
file("**/Experiment.csv") into experimentMeta
file ("${repRID_getData}.getData.err")
script:
"""
......@@ -101,6 +107,8 @@ process trimData {
output:
path ("*.fq.gz") into fastqs_trimmed
val ends
file ("${repRID_trimData}.trimData.log")
file ("${repRID_trimData}.trimData.err")
script:
"""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment