spirepy.cli.download ==================== .. py:module:: spirepy.cli.download Functions --------- .. autoapisummary:: spirepy.cli.download.download Module Contents --------------- .. py:function:: download(item: Union[spirepy.study.Study, spirepy.sample.Sample], target: str, output: str) Dowload data from a SPIRE item. :param item: The item to be viewed (:class:`spirepy.sample.Sample` or :class:`spirepy.study.Study`). :type item: :class:`spirepy.sample.Sample` or :class:`spirepy.study.Study` :param target: What you want to view (metadata, antibiotic resistance annotations, manifest) :type target: str :param output: The output folder where the items will be downloaded. :type output: str