Skip to content

Commit 993d243

Browse files
committed
replace nextPolish.py with nextPolish1.py
1 parent b5c33c8 commit 993d243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/bwa.sh

+2-2
Original file line numberDiff line numberDiff 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;
2828
done;
2929
#Finally polished genome file: genome.nextpolish.fa

0 commit comments

Comments
 (0)