|
4 | 4 | """usage: blobtools create -i FASTA [-y FASTATYPE] [-o PREFIX] [--title TITLE]
|
5 | 5 | [-b BAM...] [-s SAM...] [-a CAS...] [-c COV...]
|
6 | 6 | [--nodes <NODES>] [--names <NAMES>] [--db <NODESDB>]
|
7 |
| - [-t TAX...] [-x TAXRULE...] [-m INT] [--tax_collision_random] |
| 7 | + [-t HITS...] [-x TAXRULE...] [-m INT] [--tax_collision_random] |
8 | 8 | [-h|--help]
|
9 | 9 |
|
10 | 10 | Options:
|
11 | 11 | -h --help show this
|
12 | 12 | -i, --infile FASTA FASTA file of assembly. Headers are split at whitespaces.
|
13 | 13 | -y, --type FASTATYPE Assembly program used to create FASTA. If specified,
|
14 | 14 | coverage will be parsed from FASTA header.
|
15 |
| - (Parsing supported for 'spades', 'soap', |
16 |
| - 'velvet', 'abyss', 'platanus') |
17 |
| - -t, --taxfile TAX... Taxonomy file in format (qseqid\\ttaxid\\tbitscore) |
| 15 | + (Parsing supported for 'spades', 'velvet', 'platanus') |
| 16 | + -t, --hitsfile HITS... Hits file in format (qseqid\\ttaxid\\tbitscore) |
18 | 17 | (e.g. BLAST output "--outfmt '6 qseqid staxids bitscore'")
|
19 | 18 | -x, --taxrule <TAXRULE>... Taxrule determines how taxonomy of blobs
|
20 | 19 | is computed [default: bestsum]
|
@@ -61,7 +60,7 @@ def main():
|
61 | 60 | bam_fs = args['--bam']
|
62 | 61 | cov_fs = args['--cov']
|
63 | 62 | cas_fs = args['--cas']
|
64 |
| - hit_fs = args['--taxfile'] |
| 63 | + hit_fs = args['--hitsfile'] |
65 | 64 | prefix = args['--out']
|
66 | 65 | nodesDB_f = args['--db']
|
67 | 66 | names_f = args['--names']
|
|
0 commit comments