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

Fix experiment settings output

parent 4726f503
Branches
Tags
2 merge requests!76Develop,!75Env.ci
Pipeline #9594 passed with stages
in 3 minutes and 20 seconds
......@@ -246,7 +246,7 @@ process getData {
output:
path ("*.R{1,2}.fastq.gz") into fastqs
path ("**/File.csv") into fileMeta
path ("**/ExperimentSettings.csv") into experimentSettingsMeta
path ("ExperimentSettings.csv") into experimentSettingsMeta
path ("**/Experiment.csv") into experimentMeta
path "fastqCount.csv" into fastqCount_fl
......
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