Skip to content

Commit

Permalink
fix post_germline_calls_case_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai-vKuegelgen committed Feb 23, 2024
1 parent 221ed8b commit 1326f62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
exit 1
fi
# Get contig name style
tail -n +2 $(dirname {snakemake.input.ploidy})/ploidy-calls/SAMPLE_${{sample_index}}/contig_ploidy.tsv | grep "chr" > /dev/null && true
# Get contig name style; SAMPLE_0 is guaranteed to exist
tail -n +2 $(dirname {snakemake.input.ploidy})/ploidy-calls/SAMPLE_0/contig_ploidy.tsv | grep "chr" > /dev/null && true
exit_status=$?
if [[ $exit_status == 0 ]]; then
STYLE="chr"
Expand Down

0 comments on commit 1326f62

Please sign in to comment.