Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Apr 26, 2021
1 parent 5900ce4 commit a98b913
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions bin/staphopia-sccmec.py
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
#! /usr/bin/env python3
"""
usage: staphopia-sccmec [-h] [--sccmec SCCMEC_DATA] [--ext STR] [--staphopia]
[--hamming] [--json] [--debug] [--depends]
[--citation] [--version]
ASSEMBLY|ASSEMBLY_DIR|STAPHOPIA_DIR
usage: staphopia-sccmec [-h] [--assembly ASSEMBLY|ASSEMBLY_DIR|STAPHOPIA_DIR]
[--staphopia STAPHOPIA_DIR] [--sccmec SCCMEC_DATA]
[--ext STR] [--hamming] [--json] [--debug] [--depends]
[--test] [--citation] [--version]
Determine SCCmec Type/SubType
optional arguments:
-h, --help show this help message and exit
Options:
ASSEMBLY|ASSEMBLY_DIR|STAPHOPIA_DIR
--assembly ASSEMBLY|ASSEMBLY_DIR|STAPHOPIA_DIR
Input assembly (FASTA format), directory of assemblies
to predict SCCmec. Or, a directory of samples
processed by Staphopia (requires "--staphopia"
to predict SCCmec. (Cannot be used with --staphopia)
--staphopia STAPHOPIA_DIR
Input directory of samples processed by Staphopia.
(Cannot be used with --assembly)
--sccmec SCCMEC_DATA Directory where SCCmec reference data is stored
(Default: /local/home/rpetit/repos/staphopia-
sccmec/share/staphopia-sccmec/data).
--ext STR Extension used by assemblies. (Default: fna)
--staphopia Input is a directory of samples processed by
Staphopia.
--hamming Report the hamming distance of each type.
--json Report the output as JSON (Default: tab-delimited)
--debug Print debug related text.
--depends Verify dependencies are installed/found.
--test Run with example test data.
--citation Print citation information for using Staphopia SCCmec
--version show program's version number and exit
"""
Expand Down

0 comments on commit a98b913

Please sign in to comment.