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

alignments contain empty positions and this causes problems #1503

Closed
ekg opened this issue Mar 7, 2018 · 0 comments
Closed

alignments contain empty positions and this causes problems #1503

ekg opened this issue Mar 7, 2018 · 0 comments

Comments

@ekg
Copy link
Member

ekg commented Mar 7, 2018

This can be resolved by removing the empty positions in JSON:

vg view -a aln.gam | sed 's/"position": {},//g' | sed 's/"position": {}//g' | vg view -JaG - >aln.fixed.gam

However, it should be fixed in the mapper's output.

@ekg ekg closed this as completed in 60d27fd Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant