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

Remove unnecessary RID output parsing

parent a19f61d1
Branches
Tags
2 merge requests!68Develop,!67Resolve "Change Single Read to Single End for submitted endness"
......@@ -2069,14 +2069,8 @@ process uploadQC {
"""
}
// Extract mRNA qc RID into channel
qcRID = Channel.create()
qcRID_fl.splitCsv(sep: ",", header: false).separate(
qcRID
)
/*
*ouputBag: create ouputBag
*uploadProcessedFile: uploads the processed files
*/
process uploadProcessedFile {
tag "${repRID}"
......
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