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

Fix uploadQC_fail input

parent bb8b6af8
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9455 failed with stages
in 1 hour, 22 minutes, and 38 seconds
......@@ -2895,11 +2895,11 @@ process uploadQC_fail {
path script_uploadQC_fail
path credential, stageAs: "credential.json" from deriva_uploadQC_fail
val executionRunRID from failExecutionRunRID
tuple val (fastqCountError), val (fastqReadError), val (fastqFileError), val (seqtypeError), val (speciesError), val (pipelineError) from error_uploadQC_fail
tuple val (fastqCountError), val (fastqReadError), val (fastqFileError), val (seqtypeError), val (speciesErrorSeqwho), val (speciesError), val (pipelineError) from error_uploadQC_fail
when:
upload
fastqCountError == "true" || fastqReadError == "true" || fastqFileError == "true" || seqtypeError == "true" || speciesError == "true" || pipelineError == 'true'
fastqCountError == "true" || fastqReadError == "true" || fastqFileError == "true" || seqtypeError == "true" || speciesErrorSeqwho == "true" || speciesError == "true" || pipelineError == 'true'
script:
"""
......
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