Skip to content

Commit

Permalink
remove exit 1 because it's causing task to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Oct 21, 2024
1 parent 365837e commit 5bcb25b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/assembly/task_metaspades.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ task metaspades_pe {
if [ ! -s ~{samplename}_contigs.fasta ]; then
tee "Metaspades produced an empty assembly for ~{samplename}" > WARNING
rm -f ~{samplename}_contigs.fasta
exit 1
fi
else
tee "Metaspades failed to assemble for ~{samplename}" > WARNING
exit 1
fi
>>>
Expand Down

0 comments on commit 5bcb25b

Please sign in to comment.