You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to polish a large genome (3Gb) with Pilon but I'm having problems with RAM. I read that some people choose to split the genome to deal with RAM, so I would like to try this alternative. However, I have a question about how I can separate the genome and finally join the outputs of each independent polish. Does anyone have experience with this?. My genome is somewhat fragmented (10,000 scaffolds).
I would appreciate any comments.
The text was updated successfully, but these errors were encountered:
You would probably want to try out the --targets argument and run Pilon multiple times (e.g. 500 pilon jobs in parallel) by providing each scaffold name to --targets. Afterwards you can concatenate all the polished scaffolds together. It is likely not needed to first split the input BAM files.
I haven't tried it out myself, so hopefully someone from the Pilon team can share some thoughts on this.
Hello everyone,
I'm trying to polish a large genome (3Gb) with Pilon but I'm having problems with RAM. I read that some people choose to split the genome to deal with RAM, so I would like to try this alternative. However, I have a question about how I can separate the genome and finally join the outputs of each independent polish. Does anyone have experience with this?. My genome is somewhat fragmented (10,000 scaffolds).
I would appreciate any comments.
The text was updated successfully, but these errors were encountered: