File tree 1 file changed +2
-2
lines changed
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
13
13
samtools index -@ ${threads} sgs.sort.bam;
14
14
samtools faidx ${input} ;
15
15
# 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;
17
17
input=genome.polishtemp.fa;
18
18
# step2:
19
19
# index genome file and do alignment
@@ -23,7 +23,7 @@ for ((i=1; i<=${round};i++)); do
23
23
samtools index -@ ${threads} sgs.sort.bam;
24
24
samtools faidx ${input} ;
25
25
# 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;
27
27
input=genome.nextpolish.fa;
28
28
done ;
29
29
# Finally polished genome file: genome.nextpolish.fa
You can’t perform that action at this time.
0 commit comments