Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Troubleshooting inaccurate scaffolds #48

Closed
malonge opened this issue Mar 1, 2021 · 0 comments
Closed

Troubleshooting inaccurate scaffolds #48

malonge opened this issue Mar 1, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@malonge
Copy link
Owner

malonge commented Mar 1, 2021

If your scaffolds don't look right, I suggest using Nucmer instead of Minimap2. To do this, use the following parameters:

ragtag.py scaffold --aligner /path/to/nucmer --nucmer-params='--maxmatch -l 100 -c 500' ref.fa query.fa

I suggest reading the MUMmer docs to learn about the --maxmatch, -l and -c parameters. Depending on the assemblies, one may consider increasing the seed and cluster size values to save time and to improve specificity. Removing --maxmatch might also save time without sacrificing accuracy.

I plan to provide a more detailed wiki section on this topic in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant