Skip to content

Commit

Permalink
piranha update command to medaka for later version
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed Sep 13, 2024
1 parent 4788168 commit a4f0792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions piranha/scripts/piranha_consensus.smk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rule medaka_haploid_variant:
[ ! -d {params.outdir:q} ] && mkdir {params.outdir:q}
if [ -s {input.ref:q} ]
then
medaka_haploid_variant -i {input.reads:q} \
medaka_variant -i {input.reads:q} \
-r {input.ref:q} \
-o {params.outdir:q} \
-m {params.model:q} \
Expand Down Expand Up @@ -76,7 +76,7 @@ rule medaka_haploid_variant_cns:
[ ! -d {params.outdir:q} ] && mkdir {params.outdir:q}
if [ -s {input.ref:q} ]
then
medaka_haploid_variant -i {input.reads:q} \
medaka_variant -i {input.reads:q} \
-r {input.ref:q} \
-o {params.outdir:q} \
-m {params.model:q} \
Expand Down

0 comments on commit a4f0792

Please sign in to comment.