spirepy.cli.download¶
Functions¶
|
Dowload data from a SPIRE item. |
Module Contents¶
- spirepy.cli.download.download(item: spirepy.study.Study | spirepy.sample.Sample, target: str, output: str)[source]¶
Dowload data from a SPIRE item.
- Parameters:
item (
spirepy.sample.Sampleorspirepy.study.Study) – The item to be viewed (spirepy.sample.Sampleorspirepy.study.Study).target (str) – What you want to view (metadata, antibiotic resistance annotations, manifest)
output (str) – The output folder where the items will be downloaded.