Skip to content

Commit 71d713d

Browse files
authored
Update cosigt.smk for the last docker
1 parent d79c3b3 commit 71d713d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cosigt_smk/workflow/rules/cosigt.smk

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rule cosigt_genotype:
2323
prefix="results/cosigt_results/{sample}"
2424
shell:
2525
'''
26-
cosigt {input.zpath} {input.xpack} resources/extra/bad_samples.txt {params.prefix}
26+
cosigt -p {input.zpath} -g {input.xpack} -b resources/extra/bad_samples.txt -o {params.prefix}
2727
'''
2828

2929
rule evaluate_cosigt:
@@ -95,4 +95,4 @@ rule plot_evaluation_dendro_jaccard:
9595
shell:
9696
'''
9797
python workflow/scripts/tpr.py results/cosigt_results {input.proxi} {output}
98-
'''
98+
'''

0 commit comments

Comments
 (0)