Skip to content

Commit ceca359

Browse files
committed
Replace call to process_reads.py with call to fasta_extract.py in 7-combineConsensus.sh for haplotype-aware assemblies.
1 parent 475089f commit ceca359

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Snakefiles/7-combineConsensus.sm

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ else
150150
echo ""
151151

152152
if [ -e ./paths-haplotype1 ] ; then
153-
{PYTHON} {VERKKO}/scripts/process_reads.py extract ../{output.cnshap1} ./paths-haplotype1 ../{output.cns}
153+
{PYTHON} {VERKKO}/scripts/fasta_extract.py extract ../{output.cnshap1} ./paths-haplotype1 ../{output.cns}
154154
fi
155155
if [ -e ./paths-haplotype2 ] ; then
156-
{PYTHON} {VERKKO}/scripts/process_reads.py extract ../{output.cnshap2} ./paths-haplotype2 ../{output.cns}
156+
{PYTHON} {VERKKO}/scripts/fasta_extract.py extract ../{output.cnshap2} ./paths-haplotype2 ../{output.cns}
157157
fi
158158
if [ -e ./paths-unassigned ] ; then
159-
{PYTHON} {VERKKO}/scripts/process_reads.py extract ../{output.cnsunas} ./paths-unassigned ../{output.cns}
159+
{PYTHON} {VERKKO}/scripts/fasta_extract.py extract ../{output.cnsunas} ./paths-unassigned ../{output.cns}
160160
fi
161161
fi
162162

0 commit comments

Comments
 (0)