File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ for ((i=1; i<=${round};i++)); do
1313 samtools index -@ ${threads} sgs.sort.bam;
1414 samtools faidx ${input} ;
1515 # polish genome file
16- python NextPolish/lib/nextPolish .py -g ${input} -t 1 -p ${threads} -s sgs.sort.bam > genome.polishtemp.fa;
16+ python NextPolish/lib/nextPolish1 .py -g ${input} -t 1 -p ${threads} -s sgs.sort.bam > genome.polishtemp.fa;
1717 input=genome.polishtemp.fa;
1818# step2:
1919 # index genome file and do alignment
@@ -23,7 +23,7 @@ for ((i=1; i<=${round};i++)); do
2323 samtools index -@ ${threads} sgs.sort.bam;
2424 samtools faidx ${input} ;
2525 # polish genome file
26- python NextPolish/lib/nextPolish .py -g ${input} -t 2 -p ${threads} -s sgs.sort.bam > genome.nextpolish.fa;
26+ python NextPolish/lib/nextPolish1 .py -g ${input} -t 2 -p ${threads} -s sgs.sort.bam > genome.nextpolish.fa;
2727 input=genome.nextpolish.fa;
2828done ;
2929# Finally polished genome file: genome.nextpolish.fa
You can’t perform that action at this time.
0 commit comments