Skip to content

Commit

Permalink
set check-ref to warn in bcftools norm
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Aug 3, 2023
1 parent 0580f22 commit 05ca0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eva_submission/nextflow/prepare_brokering.nf
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ process normalise_vcf {
trap 'if [[ \$? == 1 || \$? == 139 || \$? == 255 ]]; then exit 0; fi' EXIT
mkdir normalised_vcfs
$params.executable.bcftools norm --no-version -f $fasta -O z -o normalised_vcfs/$vcf_file $vcf_file 2> normalised_vcfs/${vcf_file.getBaseName()}_bcftools_norm.log
$params.executable.bcftools norm --no-version -cw -f $fasta -O z -o normalised_vcfs/$vcf_file $vcf_file 2> normalised_vcfs/${vcf_file.getBaseName()}_bcftools_norm.log
$params.executable.bcftools index -c normalised_vcfs/$vcf_file
"""
}
Expand Down

0 comments on commit 05ca0c6

Please sign in to comment.