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

v0.12.5 emits more tabs than expected #221

Open
subwaystation opened this issue Feb 1, 2024 · 2 comments · Fixed by #222
Open

v0.12.5 emits more tabs than expected #221

subwaystation opened this issue Feb 1, 2024 · 2 comments · Fixed by #222
Labels
documentation Improvements or additions to documentation

Comments

@subwaystation
Copy link
Contributor

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!

@AndreaGuarracino
Copy link
Member

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

@subwaystation
Copy link
Contributor Author

Makes sense!

Could still please explain all columns? I suspect https://github.com/lh3/miniasm/blob/master/PAF.md is not sufficient here.

@AndreaGuarracino AndreaGuarracino added the documentation Improvements or additions to documentation label Feb 1, 2024
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

Successfully merging a pull request may close this issue.

2 participants