Example #1
0
    def taxonList(self, options, db=None):
        """Lineage set command"""
        self.logger.info(
            '[CheckM - taxon_list] Listing available taxonomic-specific marker sets.'
        )

        taxonParser = TaxonParser()
        taxonParser.list(options.rank)

        self.timeKeeper.printTimeStamp()