File: parse-example-2.txt

package info (click to toggle)
circos-tools 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 19,684 kB
  • sloc: perl: 4,450; sh: 46; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# use -show_parsed option to only report what has been parsed
#
# you must use -blank_means_missing for this example to indicate that the
# missing value at row,col A,B is to be interpreted as missing data, rather
# than trigger an error
#
# cat parse-example-1.txt | ../bin/parse-table -field_delim , -no-field_delim_collapse -blank_means_missing -show_parsed
# 
-,A,B,C
A,0,,2
B,3,4,5
C,6,7,8