Skip to content

Commit f8a1ef1

Browse files
authored
Update fusemblr.sh
1 parent eff7da1 commit f8a1ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/fusemblr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ seqkit seq -m 10000 5.nextpolish2/${prefix}.flye.rt_patch.nextpolish2.fa | seqki
476476
seqkit seq -m 10000 5.nextpolish2/${prefix}.hifiasm.rt_patch.nextpolish2.fa | seqkit sort -l -r - | awk 'BEGIN{n=1} {if($1 ~ ">") {print ">contig_"n; n++} else{print}}' > ${prefix}.hifiasm.final.fa
477477
else
478478
seqkit seq -m 10000 4.ragtag_patch/${prefix}.flye.rt_patch.fa | seqkit sort -l -r - | awk 'BEGIN{n=1} {if($1 ~ ">") {print ">contig_"n; n++} else{print}}' > ${prefix}.flye.final.fa
479-
seqkit seq -m 10000 4.ragtag_patch/${prefix}.hfiiasm.rt_patch.fa | seqkit sort -l -r - | awk 'BEGIN{n=1} {if($1 ~ ">") {print ">contig_"n; n++} else{print}}' > ${prefix}.hifiasm.final.fa
479+
seqkit seq -m 10000 4.ragtag_patch/${prefix}.hifiasm.rt_patch.fa | seqkit sort -l -r - | awk 'BEGIN{n=1} {if($1 ~ ">") {print ">contig_"n; n++} else{print}}' > ${prefix}.hifiasm.final.fa
480480
fi
481481

482482
#cd-hit-est -i ${prefix}.prefilter.fa -o ${prefix}.prefilter.cdhitest.fa -aS 0.9 -c 0.9 -G 0 -g 1 -M 0

0 commit comments

Comments
 (0)