Skip to content

Commit

Permalink
updated release number
Browse files Browse the repository at this point in the history
  • Loading branch information
vidboda committed Jul 1, 2024
1 parent 2bccc85 commit 7931a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/toolVersions.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ task toolVersions {
command {
date > "${OutDir}${SampleID}/${WorkflowType}/${SampleID}.versions.txt"
echo "Sample ID: ${SampleID}" >> "${OutDir}${SampleID}/${WorkflowType}/${SampleID}.versions.txt"
echo "Workflow: MobiDL ${WorkflowType} v1.1 executed on ${dollar}(hostname)" >> "${OutDir}${SampleID}/${WorkflowType}/${SampleID}.versions.txt"
echo "Workflow: MobiDL ${WorkflowType} v1.1.1 executed on ${dollar}(hostname)" >> "${OutDir}${SampleID}/${WorkflowType}/${SampleID}.versions.txt"
echo "Genome Version: ${GenomeVersion}" >> "${OutDir}${SampleID}/${WorkflowType}/${SampleID}.versions.txt"
echo "----- FastQ pre-processing -----" >> "${OutDir}${SampleID}/${WorkflowType}/${SampleID}.versions.txt"
echo "fastp: v${dollar}(${FastpExe} --version 2>&1 | cut -f2 -d ' ')" >> "${OutDir}${SampleID}/${WorkflowType}/${SampleID}.versions.txt"
Expand Down

0 comments on commit 7931a6e

Please sign in to comment.