We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear all I assembled genome using command shown below, then aligned assemblies to the reference.
hifiasm -o out.asm -s 0.55 -l3 --hom-cov 30 -k 30 --ul 40kb.fq --primary HiFi.gz hifiasm -o out.asm -s 0.55 -l3 --hom-cov 30 -k 30 --ul 25kb.fq --primary HiFi.gz
(25kb.fq : Filter on a minimum read length 25kb, 40kb.fq : Filter on a minimum read length 40kb)
However, I found strange results shown below. Is there any way to know which result is correct?
Best,
The text was updated successfully, but these errors were encountered:
This is hard to say. It really depends on the reference genome you are using.
Sorry, something went wrong.
No branches or pull requests
Dear all
I assembled genome using command shown below, then aligned assemblies to the reference.
hifiasm -o out.asm -s 0.55 -l3 --hom-cov 30 -k 30 --ul 40kb.fq --primary HiFi.gz
hifiasm -o out.asm -s 0.55 -l3 --hom-cov 30 -k 30 --ul 25kb.fq --primary HiFi.gz
(25kb.fq : Filter on a minimum read length 25kb, 40kb.fq : Filter on a minimum read length 40kb)
However, I found strange results shown below.
Is there any way to know which result is correct?
Best,
The text was updated successfully, but these errors were encountered: