Closed RenzoTale88 closed 3 years ago
Hello,
Falcon is no longer in development, it has been replaced by IPA- Improved Phased Assembly which I recommend you try instead as you should receive better results: https://github.com/PacificBiosciences/pbipa
Alternatively the other pipeline that I tend to recommend is hifiasm which is also fast and accurate and very simple to run - significantly easier than our old FALCON workflow: https://github.com/chhylp123/hifiasm
Other good HiFi assembly pipelines also include FLYE: https://github.com/fenderglass/Flye and Peregrine: https://github.com/cschin/Peregrine
Hope this helps
EDIT: I should note that hifiasm can also use your Hi-C reads to completely phase your genome. I would definitely give it a try.
Good morning, I'm trying to run FALCON (falcon-kit 1.8.1) on a set of CCS reads, followed by unzipping and phasing with HiC data. I'm trying to run it on a Univa GridEngine, for which I created the following configuration file:
The software seems to generate the database successfully, submitting the generation phase to the queue and returning the results just fine. However, the subsequent Daligner stage fails due to lack of space:
This is odd, since I have over 2Tb of storage available for the workflow to access, and setting the temporary directory to a local one doesn't seem to fix the issue. I'm unsure whether this count as a bug or just a configuration error. Am I missing something?
Thanks in advance for the help, Andrea