File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,13 +150,13 @@ else
150
150
echo ""
151
151
152
152
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}
154
154
fi
155
155
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}
157
157
fi
158
158
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}
160
160
fi
161
161
fi
162
162
You can’t perform that action at this time.
0 commit comments