Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blackrim committed Jul 17, 2014
1 parent f4f01d5 commit 916f41a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
19 changes: 18 additions & 1 deletion files_for_submission_v2.0/fungi.py
Expand Up @@ -66,7 +66,24 @@
"pg_447_5576",#Cryphonectriaceae
"pg_448_5577",#Boletus
"pg_449_570",#Sparassis
"pg_450_574"#Physalacriaceae
"pg_450_574",#Physalacriaceae
"pg_443_562",#Hypocreaceae
"pg_463_604",#Clavicipitaceae
"pg_470_615",#Lecania
"pg_471_617",#Alternaria
"pg_473_623",#Tilletia
"pg_474_627",#Laetiporus
"pg_475_5594",#Marasmiaceae
"pg_477_633",#Agaricus
"pg_479_636",#Flammulina
"pg_480_637",#Vibrisseaceae
"pg_481_644",#Neurospora
"pg_482_5595",#Talaromyces
"pg_483_647",#Neofusicoccum
"pg_485_651",#Clavicipitaceae
"pg_494_666"#Aspicilia



#"pg_2818_6563", # Fungi. Hibbett 2007
#"pg_240_123", # Pezizomycotina
Expand Down
11 changes: 5 additions & 6 deletions files_for_submission_v2.0/plants.py
Expand Up @@ -70,10 +70,9 @@
"pg_721_1298",#Commelinaceae
"pg_723_1300",#Triticum
"pg_921_4103",#Oryzeae (Poaceae)
"pg_61_816"#Bromeliaceae
"pg_576_849", # Alocasia
"pg_61_816",#Bromeliaceae
"pg_573_839", # Aponogeton
"pg_566_832" # Orchidantha
"pg_566_832", # Orchidantha


### asterids
Expand Down Expand Up @@ -149,7 +148,6 @@
"pg_719_1296",#Nymphoides
"pg_1975_4041",#Tragopogon
"pg_1821_3678",#Helichrysum
"pg_1583_3194",#Gaillardia
"pg_1581_3188",#Dubautia
"pg_1575_3164",#Tolpis
"pg_1573_3144",#Onoseris
Expand Down Expand Up @@ -238,7 +236,6 @@
"pg_1867_3766", #cycads
"pg_1278_2572",#Liverworts
"pg_1268_2560",#hornworts
"pg_412_2166",#conifers
"pg_787_1489", # Ephedra
"pg_2046_5928" #Trebouxiophyceae, Chlorophyta
]
Expand All @@ -254,10 +251,12 @@
download = True
if download:
general_tm_utils.get_all_studies_opentreeapi(studytreelist,studyloc)
"""
for i in studytreelist:
tstudy_list = [i]
generallogfileloc = "/home/smitty/TEMP/"+i+".log"
ttfntreefn = "/home/smitty/TEMP/"+i+".tre"
load_synth_extract.run_load_single_ttfn(dott,dload,studyloc,tstudy_list,javapre,treemloc,generallogfileloc,dsynth,synthottolid,treefn,ttfntreefn)
#load_synth_extract.run(dott,dload,studyloc,studytreelist,javapre,treemloc,generallogfileloc,dsynth,synthottolid,treefn,studytreelistTF)
"""
load_synth_extract.run(dott,dload,studyloc,studytreelist,javapre,treemloc,generallogfileloc,dsynth,synthottolid,treefn,studytreelistTF)

2 changes: 1 addition & 1 deletion load_studies.py
Expand Up @@ -6,7 +6,7 @@

synthottolid="93302"
studytreelist = [
#"pg_1989_4077", # Lilium ; might be non-monophyletic (Nomocharis aperta=Lilium apertum)
"pg_1583_3194"
]
print "loading synthottolid:",synthottolid
print "loading studytreelist:",studytreelist
Expand Down

0 comments on commit 916f41a

Please sign in to comment.