Skip to content

Commit

Permalink
Update cosigt.smk for the last docker
Browse files Browse the repository at this point in the history
  • Loading branch information
raveancic authored Mar 4, 2024
1 parent d79c3b3 commit 71d713d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cosigt_smk/workflow/rules/cosigt.smk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rule cosigt_genotype:
prefix="results/cosigt_results/{sample}"
shell:
'''
cosigt {input.zpath} {input.xpack} resources/extra/bad_samples.txt {params.prefix}
cosigt -p {input.zpath} -g {input.xpack} -b resources/extra/bad_samples.txt -o {params.prefix}
'''

rule evaluate_cosigt:
Expand Down Expand Up @@ -95,4 +95,4 @@ rule plot_evaluation_dendro_jaccard:
shell:
'''
python workflow/scripts/tpr.py results/cosigt_results {input.proxi} {output}
'''
'''

0 comments on commit 71d713d

Please sign in to comment.