File: parse-example-3.txt

package info (click to toggle)
circos-tools 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 39,188 kB
  • sloc: perl: 6,551; sh: 56; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#
# use -show_parsed option to only report what has been parsed
#
# Another way to encode missing data is to use the string defined by missing_cell_value.
#
# cat parse-example-1.txt | ../bin/parse-table -field_delim , -missing_cell_value X -show_parsed
# 
-,A,B,C
A,0,X,2
B,3,4,5
C,6,7,8