File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -498,12 +498,23 @@ paqman.sh -a 5.nextpolish2/${prefix}.flye.rt_patch.nextpolish2.fa -l 2.ratatosk_
498498paqman.sh -a 5.nextpolish2/${prefix} .hifiasm.rt_patch.nextpolish2.fa -l 2.ratatosk_ont/${prefix} .${readstats} .ratatosk.fq.gz -x ont -1 ${pair1path} -2 ${pair2path} -o 6.paqman_evaluations/${prefix} .hifiasm.rt_patch.nextpolish2.paqman -t ${threads} -b ${buscodb} -r ${telomererepeat} -p ${prefix} .hifiasm.rt_patch.nextpolish2
499499fi
500500
501+ if [[ $pair1 != " " ]]
502+ then
503+
501504paqman.sh -a 4.ragtag_patch/${prefix} .flye.rt_patch.fa -l 2.ratatosk_ont/${prefix} .${readstats} .ratatosk.fq.gz -x ont -1 ${pair1path} -2 ${pair2path} -o 6.paqman_evaluations/${prefix} .flye.rt_patch.paqman -t ${threads} -b ${buscodb} -r ${telomererepeat} -p ${prefix} .flye.rt_patch
502505paqman.sh -a 4.ragtag_patch/${prefix} .hifiasm.rt_patch.fa -l 2.ratatosk_ont/${prefix} .${readstats} .ratatosk.fq.gz -x ont -1 ${pair1path} -2 ${pair2path} -o 6.paqman_evaluations/${prefix} .hifiasm.rt_patch.paqman -t ${threads} -b ${buscodb} -r ${telomererepeat} -p ${prefix} .hifiasm.rt_patch
503506
504507paqman.sh -a 3b.hifiasm/${prefix} .hifiasm.fa -l 2.ratatosk_ont/${prefix} .${readstats} .ratatosk.fq.gz -x ont -1 ${pair1path} -2 ${pair2path} -o 6.paqman_evaluations/${prefix} .hifiasm.paqman -t ${threads} -b ${buscodb} -r ${telomererepeat} -p ${prefix} .hifiasm
505508paqman.sh -a 3a.flye_assembly/${assembly} .fa -l 2.ratatosk_ont/${prefix} .${readstats} .ratatosk.fq.gz -x ont -1 ${pair1path} -2 ${pair2path} -o 6.paqman_evaluations/${prefix} .flye.paqman -t ${threads} -b ${buscodb} -r ${telomererepeat} -p ${prefix} .flye
506509
510+ else
511+ paqman.sh -a 4.ragtag_patch/${prefix} .flye.rt_patch.fa -l 2.ratatosk_ont/${prefix} .${readstats} .ratatosk.fq.gz -x ont -o 6.paqman_evaluations/${prefix} .flye.rt_patch.paqman -t ${threads} -b ${buscodb} -r ${telomererepeat} -p ${prefix} .flye.rt_patch
512+ paqman.sh -a 4.ragtag_patch/${prefix} .hifiasm.rt_patch.fa -l 2.ratatosk_ont/${prefix} .${readstats} .ratatosk.fq.gz -x ont -o 6.paqman_evaluations/${prefix} .hifiasm.rt_patch.paqman -t ${threads} -b ${buscodb} -r ${telomererepeat} -p ${prefix} .hifiasm.rt_patch
513+
514+ paqman.sh -a 3b.hifiasm/${prefix} .hifiasm.fa -l 2.ratatosk_ont/${prefix} .${readstats} .ratatosk.fq.gz -x ont -o 6.paqman_evaluations/${prefix} .hifiasm.paqman -t ${threads} -b ${buscodb} -r ${telomererepeat} -p ${prefix} .hifiasm
515+ paqman.sh -a 3a.flye_assembly/${assembly} .fa -l 2.ratatosk_ont/${prefix} .${readstats} .ratatosk.fq.gz -x ont -o 6.paqman_evaluations/${prefix} .flye.paqman -t ${threads} -b ${buscodb} -r ${telomererepeat} -p ${prefix} .flye
516+
517+ fi
507518
508519# #now grab all the summary files and group them and run paqplots
509520head -n1 6.paqman_evaluations/${prefix} .flye.paqman/summary_stats.tsv > 6.paqman_evaluations/combined.summary_stats.tsv
You can’t perform that action at this time.
0 commit comments