make the table fit 80 columns

This commit is contained in:
Heng Li 2017-07-01 11:54:07 -04:00
parent 02145b2166
commit a92bd75b7b
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ _
2 int Query sequence length 2 int Query sequence length
3 int Query start coordinate (0-based) 3 int Query start coordinate (0-based)
4 int Query end coordinate (0-based) 4 int Query end coordinate (0-based)
5 char `+' if query and target on the same strand; `-' if opposite 5 char `+' if query/target on the same strand; `-' if opposite
6 string Target sequence name 6 string Target sequence name
7 int Target sequence length 7 int Target sequence length
8 int Target start coordinate on the original strand 8 int Target start coordinate on the original strand