File: sample-metadata-leading-trailing-whitespace.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-- 437 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
   # Leading/trailing whitespace is ignored in *any* type of cell, including
   # comments, empty rows, headers, directives, and data cells.    
# Double-quotes are always processed prior to stripping leading/trailing
# whitespace within the cell.
  id 	"col1	"	"	col2"	col3   
 #q2:types  	"	numeric "	categorical  	"
 categorical

categorical
  "
id1 	" 1 "	  a  	foo
       	
"	 	"
"	id2 "	2	b	"bar
  "
id3	3	"c
"	42