File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def _add_ontology_data(conn):
94
94
"To download the file again, delete the existing file first."
95
95
% fp )
96
96
else :
97
- url = 'ftp://thebeast.colorado.edu /pub/qiita/qiita_ontoandvocab.sql.gz'
97
+ url = 'ftp://ftp.microbio.me /pub/qiita/qiita_ontoandvocab.sql.gz'
98
98
try :
99
99
urlretrieve (url , fp )
100
100
except :
@@ -121,13 +121,13 @@ def _download_reference_files(conn):
121
121
mkdir (reference_base_dir )
122
122
123
123
files = {'tree' : (get_reference_fp ('gg_13_8-97_otus.tree' ),
124
- 'ftp://thebeast.colorado.edu /greengenes_release/'
124
+ 'ftp://ftp.microbio.me /greengenes_release/'
125
125
'gg_13_8_otus/trees/97_otus.tree' ),
126
126
'taxonomy' : (get_reference_fp ('gg_13_8-97_otu_taxonomy.txt' ),
127
- 'ftp://thebeast.colorado.edu /greengenes_release/'
127
+ 'ftp://ftp.microbio.me /greengenes_release/'
128
128
'gg_13_8_otus/taxonomy/97_otu_taxonomy.txt' ),
129
129
'sequence' : (get_reference_fp ('gg_13_8-97_otus.fasta' ),
130
- 'ftp://thebeast.colorado.edu /greengenes_release/'
130
+ 'ftp://ftp.microbio.me /greengenes_release/'
131
131
'gg_13_8_otus/rep_set/97_otus.fasta' )}
132
132
133
133
for file_type , (local_fp , url ) in viewitems (files ):
You can’t perform that action at this time.
0 commit comments