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
Hi ho :)
Running
./build/bin/wfmash data/reference.fa.gz data/reference.fa.gz > aln.paf
with the current master gives me either some duplicated values or additional ones I don't understand:
head aln.paf sample 1399930 0 1399930 + sample 1399930 0 1399930 1399930 1399930 255 gi:f:100 bi:f:100 md:f:100 wt:i:244 pt:i:14 aa:i:21870 ap:i:10935 cg:Z:1399930=
Could you please explain all the columns and update https://github.com/waveygang/wfmash/blob/main/scripts/split_approx_mappings_in_chunks.py#L40 accordingly? Thanks!
The text was updated successfully, but these errors were encountered:
Those are not duplicated values. As query/target are identical, all kinds of identities are 100%.
Making the split_approx_mappings_in_chunks.py more robust with #222
split_approx_mappings_in_chunks.py
Sorry, something went wrong.
Makes sense!
Could still please explain all columns? I suspect https://github.com/lh3/miniasm/blob/master/PAF.md is not sufficient here.
Successfully merging a pull request may close this issue.
Hi ho :)
Running
with the current master gives me either some duplicated values or additional ones I don't understand:
Could you please explain all the columns and update https://github.com/waveygang/wfmash/blob/main/scripts/split_approx_mappings_in_chunks.py#L40 accordingly? Thanks!
The text was updated successfully, but these errors were encountered: