Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
version 0.2.0
version 0.2.0
  • Quickstart
  • API Reference
    • spirepy
      • spirepy.cli
        • spirepy.cli.download
        • spirepy.cli.spire
        • spirepy.cli.view
      • spirepy.data
      • spirepy.genome
      • spirepy.logger
      • spirepy.sample
      • spirepy.study
Back to top
View this page

spirepy.cli.view¶

Functions¶

view(item, target)

View a SPIRE item.

Module Contents¶

spirepy.cli.view.view(item: spirepy.study.Study | spirepy.sample.Sample, target: str)[source]¶

View a SPIRE item.

Parameters:
  • item (spirepy.sample.Sample or spirepy.study.Study) – The item to be viewed (spirepy.sample.Sample or spirepy.study.Study).

  • target (str) – What you want to view (metadata, antibiotic resistance annotations, manifest)

Next
spirepy.data
Previous
spirepy.cli.spire
Copyright © 2025, Big Data Biology Lab
Made with Sphinx and @pradyunsg's Furo
On this page
  • spirepy.cli.view
    • Functions
    • Module Contents
      • view()