File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
161161fi
162162
You can’t perform that action at this time.
0 commit comments