File: sample-metadata-comments.tsv

package info (click to toggle)
python-skbio 0.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,312 kB
  • sloc: python: 60,482; ansic: 672; makefile: 224
file content (17 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# pre-header
# comment
id	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