You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PATH Directory where JGI data will be downloaded to
186
+
DOMAIN JGI valid domain to scrape data from (one of: 'Eukaryota','Bacteria','Archaea','*Microbiome','Plasmids','Viruses','GFragment','cell','sps','Metatranscriptome')
187
+
ORGANISM_URLS (meta)genome URLs to download data from
188
+
scrape_domain Download an entire JGI domain and run pipeline to format data
189
+
scrape_urls Download data from one or more (meta)genomes by URL
190
+
191
+
Options:
192
+
--chromedriver_path=<cd_path> Path pointing to the chromedriver executable (leaving blank defaults to current dir) [default: None]
193
+
--homepage_url=<hp_url> URL of JGI's homepage [default: "https://img.jgi.doe.gov/cgi-bin/m/main.cgi"]
194
+
--database=<db> To use only JGI annotated organisms or all organisms [default: "all"]
195
+
--assembly_types=<at>... Only used for metagenomic domains. Ignored for others [default: unassembled assembled both]
196
+
"""
197
+
```
198
+
199
+
### Output format
200
+
201
+
The default file structure output from `jgi.Jgi().scrape_domain("myjgidir","Eukarayota")` looks like:
0 commit comments