File: sample-metadata-comments-mixed-case.tsv

package info (click to toggle)
python-skbio 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,924 kB
  • sloc: python: 67,527; ansic: 672; makefile: 225
file content (17 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# pre-header
# comment
sAmpLEid	col1	col2	col3
# post-header
# comment
id1	1	a	foo
id2	2	b	bar
# intra-data comment with another # sign
#
##
  # comment with leading whitespace is still a comment.
# comment with tab 	 characters 	 is also a comment!	 	 	 
"# if the first cell is quoted, the parsing rules first process and strip double quotes, then check if the first cell begins with a pound sign"
"     	 # same rule applies if the de-quoted cell has leading whitespace (leading/trailing whitespace is *always* ignored)"
id3	3	c	42
# trailing
# comment