diff --git a/scripts/gridss b/scripts/gridss index 3c003423..0663bdd8 100644 --- a/scripts/gridss +++ b/scripts/gridss @@ -1196,7 +1196,7 @@ if [[ $do_call == true ]] ; then && $rmcmd $prefix.allocated.vcf \ ; } 1>&2 2>> $logfile else - write_status "Skipping variant calling $output_vcf" + write_status "Skipping variant calling as $output_vcf already exists." fi write_status "Complete calling $output_vcf" else @@ -1206,4 +1206,4 @@ if [[ -f $logfile ]] ; then write_status "Run complete with $(grep WARNING $logfile | wc -l) warnings and $(grep ERROR $logfile | wc -l) errors." fi trap - EXIT -exit 0 # success! \ No newline at end of file +exit 0 # success!