* failPreExecutionRun: fail the execution run prematurely for fastq errors
* failPreExecutionRun: fail the execution run prematurely for fastq errors
...
@@ -2698,17 +2709,16 @@ process failPreExecutionRun {
...
@@ -2698,17 +2709,16 @@ process failPreExecutionRun {
path credential, stageAs: "credential.json" from deriva_failPreExecutionRun
path credential, stageAs: "credential.json" from deriva_failPreExecutionRun
val spike from spikeMeta_failPreExecutionRun
val spike from spikeMeta_failPreExecutionRun
val speciesMeta from speciesMeta_failPreExecutionRun
val speciesMeta from speciesMeta_failPreExecutionRun
val speciesInfer from speciesInfer_failPreExecutionRun
val inputBagRID from inputBagRID_failPreExecutionRun
val inputBagRID from inputBagRID_failPreExecutionRun
tuple val (fastqCountError), val (fastqReadError), val (fastqFileError), val (seqtypeError), val (speciesErrorSeqwho), val (speciesError), val (pipelineError) from error_failPreExecutionRun
tuple val (fastqCountError), val (fastqReadError), val (fastqFileError), val (seqtypeError), val (speciesErrorSeqwho), val (speciesError), val (pipelineError) from error_failPreExecutionRun
tuple val (fastqCountError_details), val (fastqReadError_details), val (fastqFileError_details), val (seqtypeError_details), val (speciesErrorSeqwho_details) from errorDetails
tuple val (fastqCountError_details), val (fastqReadError_details), val (fastqFileError_details), val (seqtypeError_details), val (speciesErrorSeqwho_details) from errorDetails_failPreExecutionRun
output:
output:
path ("executionRunRID.csv") into executionRunRID_preFail_fl
path ("executionRunRID.csv") into executionRunRID_preFail_fl
* failPreExecutionRun_seqwho: fail the execution run prematurely for seqwho errors
*/
process failPreExecutionRun_seqwho {
tag "${repRID}"
input:
path script_uploadExecutionRun from script_uploadExecutionRun_failPreExecutionRun_seqwho
path credential, stageAs: "credential.json" from deriva_failPreExecutionRun_seqwho
val spike from spikeMeta_failPreExecutionRun_seqwho
val speciesMeta from speciesMeta_failPreExecutionRun_seqwho
val speciesInfer from speciesInfer_failPreExecutionRun_seqwho
val inputBagRID from inputBagRID_failPreExecutionRun_seqwho
tuple val (fastqCountError), val (fastqReadError), val (fastqFileError), val (seqtypeError), val (speciesErrorSeqwho), val (speciesError), val (pipelineError) from error_failPreExecutionRun_seqwho
tuple val (fastqCountError_details), val (fastqReadError_details), val (fastqFileError_details), val (seqtypeError_details), val (speciesErrorSeqwho_details) from errorDetails_failPreExecutionRun_seqwho
output:
path ("executionRunRID.csv") into executionRunRID_preFailseqwho_fl