Entering edit mode
4.5 years ago
hmg
▴
20
I noticed it is now possible to output alignments in gaf files instead of gam, which is great! How difficult would it be to convert gam to gaf? Gaf is definitely easier to parse than using jq for the json conversion of gam, but I'd like to avoid realigning all my previous work. Are there plans to make a gaf output option for vg view?
For future reference - the command for this in
vg convert
is somewhat unclear - you need to have avg
format graph in the command, that is, you cannot just directly convert gam to gaf or vice versa.