Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve logging message when vcf already exists #570

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/gridss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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!
exit 0 # success!