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

Fix getData

parent ae564dba
Branches
Tags
2 merge requests!37v0.0.1,!33Resolve "process_qc"
Pipeline #6824 passed with stages
in 1 hour, 8 minutes, and 4 seconds
......@@ -144,7 +144,7 @@ process getData {
# bagit fetch fastq's only and rename by repRID
echo -e "LOG: fetching replicate bdbag" >> ${repRID}.getData.log
sh ${script_bdbagFetch} ${repRID} ${repRID}
sh ${script_bdbagFetch} \${replicate} ${repRID}
echo -e "LOG: fetched" >> ${repRID}.getData.log
"""
}
......
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