Skip to content

Commit

Permalink
Only check existence of toassemble files if stage<=1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Oct 21, 2019
1 parent 8a2dd96 commit ed79bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-trust4
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ if ( @bamFiles > 0 )
push @singleFiles, "${prefix}_toassemble.fq" ;
$mainArgs .= " -u ${prefix}_toassemble.fq" ;
}
else
elsif ( $stage <= 1 )
{
die "Could not find files like ${prefix}_toassemble*.fq\n" ;
}
Expand Down

0 comments on commit ed79bf0

Please sign in to comment.