File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ seqkit seq -m 10000 5.nextpolish2/${prefix}.flye.rt_patch.nextpolish2.fa | seqki
476476seqkit 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
477477else
478478seqkit 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
480480fi
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
You can’t perform that action at this time.
0 commit comments