Skip to content

Commit

Permalink
add rankscore familyid
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbio committed Oct 2, 2024
1 parent 88820b5 commit 79b084a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BALSAMIC/snakemake_rules/annotation/rankscore.rule
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ rule genmod_score_snvs:
("Scoring annotated SNV variants using genmod for {params.case_name}")
shell:
"""
genmod score -r -c {input.rank_score} {input.vcf} | \
genmod score -i {params.case_name} -r -c {input.rank_score} {input.vcf} | \
bcftools view -o {output.vcf_clinical} -O z;
tabix -p vcf -f {output.vcf_clinical};
Expand Down

0 comments on commit 79b084a

Please sign in to comment.