|
40 | 40 | "qBaseInsert", # Number of bases inserted in query
|
41 | 41 | "tNumInsert", # Number of inserts in target
|
42 | 42 | "tBaseInsert", # Number of bases inserted in target
|
43 |
| - "strand", # "+" or "-" for query strand. For translated alignments, second "+"or "-" is for target genomic strand. |
| 43 | + "strand", # "+" or "-" for query strand. For translated alignments, |
| 44 | + # second "+"or "-" is for target genomic strand. |
44 | 45 | "qName", # Query sequence name
|
45 | 46 | "qSize", # Query sequence size.
|
46 | 47 | "qStart", # Alignment start position in query
|
|
50 | 51 | "tStart", # Alignment start position in target
|
51 | 52 | "tEnd", # Alignment end position in target
|
52 | 53 | "blockCount", # Number of blocks in the alignment (a block contains no gaps)
|
53 |
| - "blockSizes", # Comma-separated list of sizes of each block. If the query is a protein and the target the genome, blockSizes are in amino acids. See below for more information on protein query PSLs. |
| 54 | + "blockSizes", # Comma-separated list of sizes of each block. |
| 55 | + # If the query is a protein and the target the genome, |
| 56 | + # blockSizes are in amino acids. |
| 57 | + # See below for more information on protein query PSLs. |
54 | 58 | "qStarts", # Comma-separated list of starting positions of each block in query
|
55 | 59 | "tStarts", # Comma-separated list of starting positions of each block in target
|
56 | 60 | ]
|
|
0 commit comments