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

Use the right script for upload QC

parent b5af3a01
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8695 failed with stages
in 3 hours, 16 minutes, and 36 seconds
...@@ -58,7 +58,7 @@ fastqsForce = params.fastqsForce ...@@ -58,7 +58,7 @@ fastqsForce = params.fastqsForce
speciesForce = params.speciesForce speciesForce = params.speciesForce
email = params.email email = params.email
// Define fixed files // Define fixed files and
replicateExportConfig = Channel.fromPath("${baseDir}/conf/Replicate_For_Input_Bag.json") replicateExportConfig = Channel.fromPath("${baseDir}/conf/Replicate_For_Input_Bag.json")
executionRunExportConfig = Channel.fromPath("${baseDir}/conf/Execution_Run_For_Output_Bag.json") executionRunExportConfig = Channel.fromPath("${baseDir}/conf/Execution_Run_For_Output_Bag.json")
if (params.source == "dev") { if (params.source == "dev") {
...@@ -1476,7 +1476,7 @@ process uploadQC { ...@@ -1476,7 +1476,7 @@ process uploadQC {
echo LOG: all old mRNA QC RIDs deleted >> ${repRID}.uploadQC.log echo LOG: all old mRNA QC RIDs deleted >> ${repRID}.uploadQC.log
fi fi
qc_rid=\$(python3 ${script_deleteEntry_uploadQC} -r ${repRID} -e ${executionRunRID} -p "\${end}" -s ${stranded} -l ${length} -w ${rawCount} -f ${finalCount} -o ${source} -c \${cookie} -u F) qc_rid=\$(python3 ${script_uploadQC} -r ${repRID} -e ${executionRunRID} -p "\${end}" -s ${stranded} -l ${length} -w ${rawCount} -f ${finalCount} -o ${source} -c \${cookie} -u F)
echo LOG: mRNA QC RID uploaded - \${qc_rid} >> ${repRID}.uploadQC.log echo LOG: mRNA QC RID uploaded - \${qc_rid} >> ${repRID}.uploadQC.log
echo \${qc_rid} > qcRID.csv echo \${qc_rid} > qcRID.csv
......
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