Skip to content

Commit

Permalink
minor update log file name demux task
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-combe committed Nov 20, 2024
1 parent 82a7962 commit fae4807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/basecalling/task_dorado_demux.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ task dorado_demux {
kit_name="~{kit_name}"

# Start the main log file for the entire task
exec > >(tee -a dorado_demux.log) 2>&1
exec > >(tee -a dorado_demux_output.log) 2>&1
echo "### Starting Dorado demux ###"
date

Expand Down Expand Up @@ -101,7 +101,7 @@ task dorado_demux {
Array[File] fastq_files = glob("merged_output/*.fastq.gz")
String dorado_docker = docker
String dorado_version = read_string("DORADO_VERSION")
File dorado_demux_log = "dorado_demux.log"
File dorado_demux_log = "dorado_demux_output.log"
String dorado_model_name = read_string("DORADO_MODEL_USED")
}

Expand Down

0 comments on commit fae4807

Please sign in to comment.