3cbb4b9933f89be56be960e16e2cce7a94b37ec8
kent
  Sun Oct 4 19:29:16 2020 -0700
Updating test set to include new features of agregating by list

diff --git src/tabFile/tabToTabDir/tests/input/spec.txt src/tabFile/tabToTabDir/tests/input/spec.txt
index 9cb9daf..f2ad74b 100644
--- src/tabFile/tabToTabDir/tests/input/spec.txt
+++ src/tabFile/tabToTabDir/tests/input/spec.txt
@@ -61,31 +61,30 @@
 organ trim(between('human', title, 'transcriptome'))
 untrimmed_organ "'" + between('human', title, 'transcriptome') + "'"
 alphabet3 "abcdefg"[3]
 decade submission_date[2]
 crasho 1[1]
 abc "abcdefg"
 def "abcdefg"[3:6]
 abcd "abcdefg"[:4]
 efg "abcdefg"[4:]
 atoG "abcdefg"[:]
 fg "abcdefg"[-2:]
 array1 uncsv(GEO_Series_summary,1)
 cutMid replace("abcdefg", "cde", "")
 subSub replace("abcdefg", "abcdefg", "subSub")
 
-
 table project id
 id data_set_id
 title	
 lab	lab
 submitter
 
 table donor biosample_source_id
 biosample_source_id
 species
 biosample_source_gender 
 biosample_source_age biosample_source_age_value
 biosample_source_age_unit
 # GEO_Sample_age looks like:  prenatal 16-18 W
 geo_age word(GEO_Sample_age, 1)
 geo_age_unit word(GEO_Sample_age, 2)
@@ -98,15 +97,29 @@
 organ	"brain"
 tissue 	word(sample_label, 0) + ' ' + word(sample_label, 1) + ' ' + word(sample_label, 2)
 
 table fluidics_chip id
 id lab_quake_fluidics_chip
 specimen @specimen
 
 table sample id
 fluidics_chip @fluidics_chip
 specimen @specimen
 donor @donor
 id ncbi_bio_sample
 biosample_cell_type
 lab_quake_cell
 
+
+table lab_submitters lab
+lab
+submitters $list submitter
+fluidics_chip
+age $list GEO_Sample_age
+
+table donor_organ_cells id
+id biosample_source_id
+age GEO_Sample_age
+organ organ_anatomical_name
+cell_types $list biosample_cell_type
+
+