GAM file columns?
1
0
Entering edit mode
8 weeks ago
Uveyik ▴ 40

In the gam file format specification, it says it has 12 mandatory fields. But in the example it has more columns with some cigar strings. What does they stand for? (cg:Z:6M and cg:Z:7M in the example file) Example file in the link is the following

read1  6  0  6  +  >s2>s3>s4           12  2   8  6  6  60  cg:Z:6M
read2  7  0  7  +  >s2>s5>s6           11  1   8  7  7  60  cg:Z:7M
pangenome gam • 341 views
ADD COMMENT
0
Entering edit mode

Don't forget to follow up on your threads. If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they all work. If an answer was not really helpful or did not work, provide detailed feedback so others know not to use that answer.

Upvote|Bookmark|Accept

ADD REPLY
2
Entering edit mode
8 weeks ago

https://github.com/lh3/gfatools/blob/master/doc/rGFA.md#the-graph-alignment-format-gaf

GAF is a TAB delimited format for sequence-to-graph alignments. It is a strict superset of the PAF format.

PAF : https://github.com/lh3/miniasm/blob/master/PAF.md

A PAF file may optionally contain SAM-like typed key-value pairs at the end of each line.

ADD COMMENT

Login before adding your answer.

Traffic: 2277 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6