Closed fetyj closed 2 years ago
Does the unmodified miniasm_and_minipolish.sh
produce output? I suspect PacBio reads will align just fine using the map-ont
preset, so it may not matter.
Either way, you can always just skip the miniasm/Minipolish assemblies with Trycycler - maybe replace them with Redbean or NextDenovo/NextPolish assemblies. As long as you're giving Trycycler a nice variety of assemblies as input, it should work fine.
Ryan
There is also no output with the unmodified miniasm_and_minipolish
I'll give a try with nextDenovo
/ nextPolish
Thank you for the tips :)
Fety
For what its worth, I was getting identical errors using miniasm and minipolish, but with nanopore reads. What fixed it was updating to a more recent version of racon.
Hello, I'm using trycycler to assembly a bacterial genome with pacbio data, for generating assembly I modified the
miniasm_and_minipolish.sh
script to adress the reads type (minimap2 -x ava-pb -t "$2" "$1" "$1" > "$overlaps"
andminipolish --threads "$2" "$1" "$unpolished_assembly" --pacbio
). Unfortunately, I have no output upon racon initial polishing round. Flye and raven assembly appear just fine. I hope you can help. Best, Fety