We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba04a93 + 137dd7e commit 7b6dd91Copy full SHA for 7b6dd91
pipes/WDL/tasks/tasks_demux.wdl
@@ -85,7 +85,7 @@ task illumina_demux {
85
RUNINFO_FILE="${runinfo}"
86
else
87
# full RunInfo.xml path
88
- RUNINFO_FILE="$(find $FLOWCELL_DIR -type f -maxdepth 3 -name RunInfo.xml | head -n 1)"
+ RUNINFO_FILE="$(find $FLOWCELL_DIR -type f -name RunInfo.xml | head -n 1)"
89
fi
90
91
# Parse the lane count & run ID from RunInfo.xml file
0 commit comments