Skip to content

Commit

Permalink
use new popbubbles args
Browse files Browse the repository at this point in the history
  • Loading branch information
skoren committed Jun 28, 2024
1 parent badc0c3 commit 831c286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Snakefiles/5-untip.sm
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ echo Fix coverage

echo Pop bubbles based on coverage
{PYTHON} {VERKKO}/scripts/pop_bubbles_coverage_based.py \\\\
unitig-connected-tip.gfa \\\\
./nodecov_hifi_fix.csv {params.haploid} \\\\
< unitig-connected-tip.gfa \\\\
> popped-connected-tip.gfa \\\\
2> popinfo_round1.err

Expand Down Expand Up @@ -151,8 +151,8 @@ echo Fix coverage

echo Pop bubbles based on coverage round 2
{PYTHON} {VERKKO}/scripts/pop_bubbles_coverage_based.py \\\\
unitig-unrolled-popped-connected-tip.gfa \\\\
./nodecov_hifi_fix.csv {params.haploid} \\\\
< unitig-unrolled-popped-connected-tip.gfa \\\\
> popped-unitig-unrolled-popped-connected-tip.gfa \\\\
2> popinfo_round2.err

Expand Down

0 comments on commit 831c286

Please sign in to comment.