Skip to content

Commit 859855f

Browse files
rpetit3actions-user
authored andcommitted
ci - auto build from bactopia
1 parent af94851 commit 859855f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+60
-120
lines changed

docs/bactopia-tools/abricate.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ for antimicrobial resistance and virulence genes.
1010
## Example Usage
1111
```
1212
bactopia --wf abricate \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/abritamr.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ reporting presence of reportable AMR genes in Victoria Australia.
1313
## Example Usage
1414
```
1515
bactopia --wf abritamr \
16-
--bactopia /path/to/your/bactopia/results \
17-
--include includes.txt
16+
--bactopia /path/to/your/bactopia/results
1817
```
1918

2019
## Output Overview

docs/bactopia-tools/agrvate.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ to rapidly identify the _agr_ locus type in _Staphylococcus aureus_ assemblies.
1010
## Example Usage
1111
```
1212
bactopia --wf agrvate \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/amrfinderplus.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ for antimicrobial resistance and virulence genes.
1010
## Example Usage
1111
```
1212
bactopia --wf amrfinderplus \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/ariba.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ to rapidly identify genes in a database by creating local assemblies.
1010
## Example Usage
1111
```
1212
bactopia --wf ariba \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/bakta.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ to provide extensive annotations including: tRNA, tmRNA, rRNA, ncRNA, CRISPR, CD
1111
## Example Usage
1212
```
1313
bactopia --wf bakta \
14-
--bactopia /path/to/your/bactopia/results \
15-
--include includes.txt
14+
--bactopia /path/to/your/bactopia/results
1615
```
1716

1817
## Output Overview

docs/bactopia-tools/blastn.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ to query nucleotide sequences against nucleotide databases (contigs or genes) fo
1111
## Example Usage
1212
```
1313
bactopia --wf blastn \
14-
--bactopia /path/to/your/bactopia/results \
15-
--include includes.txt
14+
--bactopia /path/to/your/bactopia/results
1615
```
1716

1817
## Output Overview

docs/bactopia-tools/blastp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ to query protein sequences against protein databases for each sample.
1111
## Example Usage
1212
```
1313
bactopia --wf blastp \
14-
--bactopia /path/to/your/bactopia/results \
15-
--include includes.txt
14+
--bactopia /path/to/your/bactopia/results
1615
```
1716

1817
## Output Overview

docs/bactopia-tools/blastx.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ to query translated nucleotide sequences against protein databases for each samp
1111
## Example Usage
1212
```
1313
bactopia --wf blastx \
14-
--bactopia /path/to/your/bactopia/results \
15-
--include includes.txt
14+
--bactopia /path/to/your/bactopia/results
1615
```
1716

1817
## Output Overview

docs/bactopia-tools/bracken.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ automatically and generate [Krona](https://github.com/marbl/Krona) charts for bo
1212
## Example Usage
1313
```
1414
bactopia --wf bracken \
15-
--bactopia /path/to/your/bactopia/results \
16-
--include includes.txt
15+
--bactopia /path/to/your/bactopia/results
1716
```
1817

1918
## Output Overview

docs/bactopia-tools/btyper3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Bacillus cereus group isolates from genome assemblies.
1111
## Example Usage
1212
```
1313
bactopia --wf btyper3 \
14-
--bactopia /path/to/your/bactopia/results \
15-
--include includes.txt
14+
--bactopia /path/to/your/bactopia/results
1615
```
1716

1817
## Output Overview

docs/bactopia-tools/busco.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ to assess the completeness of your assembly.
1010
## Example Usage
1111
```
1212
bactopia --wf busco \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/checkm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ genomes recovered from isolates, single cells, and metagenomes.
1010
## Example Usage
1111
```
1212
bactopia --wf checkm \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/ectyper.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ tp provide basic species identification and the predicted _E. coli_ serotype (e.
1111
## Example Usage
1212
```
1313
bactopia --wf ectyper \
14-
--bactopia /path/to/your/bactopia/results \
15-
--include includes.txt
14+
--bactopia /path/to/your/bactopia/results
1615
```
1716

1817
## Output Overview

docs/bactopia-tools/eggnog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ from the eggNOG database to more precisely functionally annotate than traditiona
1111
## Example Usage
1212
```
1313
bactopia --wf eggnog \
14-
--bactopia /path/to/your/bactopia/results \
15-
--include includes.txt
14+
--bactopia /path/to/your/bactopia/results
1615
```
1716

1817
## Output Overview

docs/bactopia-tools/emmtyper.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ emm-typing of _Streptococcus pyogenes_ using a de novo or complete assembly.
1010
## Example Usage
1111
```
1212
bactopia --wf emmtyper \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/fastani.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ or a species name (`--species`) for which to download all RefSeq genomes.
1515
## Example Usage
1616
```
1717
bactopia --wf fastani \
18-
--bactopia /path/to/your/bactopia/results \
19-
--include includes.txt
18+
--bactopia /path/to/your/bactopia/results
2019
```
2120

2221
## Output Overview

docs/bactopia-tools/gamma.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ translated gene matches from assemblies.
1010
## Example Usage
1111
```
1212
bactopia --wf gamma \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/genotyphi.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ from the outputs of [Mykrobe](https://github.com/Mykrobe-tools/mykrobe).
1010
## Example Usage
1111
```
1212
bactopia --wf genotyphi \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/gtdb.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ the taxonomy of your samples.
1313
## Example Usage
1414
```
1515
bactopia --wf gtdb \
16-
--bactopia /path/to/your/bactopia/results \
17-
--include includes.txt
16+
--bactopia /path/to/your/bactopia/results
1817
```
1918

2019
## Output Overview

docs/bactopia-tools/hicap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ the _in silico_ typing of the _Haemophilus influenzae_ cap locus.
1010
## Example Usage
1111
```
1212
bactopia --wf hicap \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/hpsuissero.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ the serotype of _Haemophilus parasuis_ assemblies.
1010
## Example Usage
1111
```
1212
bactopia --wf hpsuissero \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/ismapper.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ insertion sites in your samples.
1010
## Example Usage
1111
```
1212
bactopia --wf ismapper \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/kleborate.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ _Klebsiella pneumoniae_ and the _Klebsiella pneumoniae_ species complex (KpSC).
1616
## Example Usage
1717
```
1818
bactopia --wf kleborate \
19-
--bactopia /path/to/your/bactopia/results \
20-
--include includes.txt
19+
--bactopia /path/to/your/bactopia/results
2120
```
2221

2322
## Output Overview

docs/bactopia-tools/kraken2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ classifications to your sequence reads.
1010
## Example Usage
1111
```
1212
bactopia --wf kraken2 \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/legsta.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ _in silico_ _Legionella pneumophila_ Sequence Based Typing (SBT).
1010
## Example Usage
1111
```
1212
bactopia --wf legsta \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/lissero.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ _in silico_ serotype prediction for _Listeria monocytogenes_ assemblies.
1010
## Example Usage
1111
```
1212
bactopia --wf lissero \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/mashdist.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ distance from a given reference genome(s).
1010
## Example Usage
1111
```
1212
bactopia --wf mashdist \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/mashtree.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ genomes available from RefSeq and they will be included in your tree.
1414
## Example Usage
1515
```
1616
bactopia --wf mashtree \
17-
--bactopia /path/to/your/bactopia/results \
18-
--include includes.txt
17+
--bactopia /path/to/your/bactopia/results
1918
```
2019

2120
## Output Overview

docs/bactopia-tools/mcroni.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ assemblies. If _mcr-1_ is found, the variations will be reported and available i
1010
## Example Usage
1111
```
1212
bactopia --wf mcroni \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/meningotype.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Bexsero antigen sequence typing (BAST) (_fHbp_, _NHBA_, _NadA_, _PorA_).
1212
## Example Usage
1313
```
1414
bactopia --wf meningotype \
15-
--bactopia /path/to/your/bactopia/results \
16-
--include includes.txt
15+
--bactopia /path/to/your/bactopia/results
1716
```
1817

1918
## Output Overview

docs/bactopia-tools/merlin.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Then all the spells will be unleashed!
3030
## Example Usage
3131
```
3232
bactopia --wf merlin \
33-
--bactopia /path/to/your/bactopia/results \
34-
--include includes.txt
33+
--bactopia /path/to/your/bactopia/results
3534
```
3635

3736
## Output Overview

docs/bactopia-tools/midas.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ more than 30,000 reference genomes to estimate abundances.
1212
## Example Usage
1313
```
1414
bactopia --wf midas \
15-
--bactopia /path/to/your/bactopia/results \
16-
--include includes.txt
15+
--bactopia /path/to/your/bactopia/results
1716
```
1817

1918
## Output Overview

docs/bactopia-tools/mlst.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ a specific scheme to scan, you can provide it with `--scheme`.
1111
## Example Usage
1212
```
1313
bactopia --wf mlst \
14-
--bactopia /path/to/your/bactopia/results \
15-
--include includes.txt
14+
--bactopia /path/to/your/bactopia/results
1615
```
1716

1817
## Output Overview

docs/bactopia-tools/mobsuite.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ The `mobsuite` module uses [MOB-suite](https://github.com/phac-nml/mob-suite) to
88
## Example Usage
99
```
1010
bactopia --wf mobsuite \
11-
--bactopia /path/to/your/bactopia/results \
12-
--include includes.txt
11+
--bactopia /path/to/your/bactopia/results
1312
```
1413

1514
## Output Overview

docs/bactopia-tools/mykrobe.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ antimicrobial resistance for _Mycobacterium tuberculosis_, _Staphylococcus aureu
1010
## Example Usage
1111
```
1212
bactopia --wf mykrobe \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/ngmaster.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ _in silico_ multi-antigen sequence typing for _Neisseria gonorrhoeae_ (NG-MAST).
1010
## Example Usage
1111
```
1212
bactopia --wf ngmaster \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/pangenome.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ using [Scoary](https://github.com/AdmiralenOla/Scoary).
2323
## Example Usage
2424
```
2525
bactopia --wf pangenome \
26-
--bactopia /path/to/your/bactopia/results \
27-
--include includes.txt
26+
--bactopia /path/to/your/bactopia/results
2827
```
2928

3029
## Output Overview

docs/bactopia-tools/pasty.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ serogrouping of _Pseudomonas aeruginosa_ isolates.
1010
## Example Usage
1111
```
1212
bactopia --wf pasty \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

docs/bactopia-tools/pbptyper.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ the Penicillin Binding Protein (PBP) of _Streptococcus pneumoniae_ assemblies.
1010
## Example Usage
1111
```
1212
bactopia --wf pbptyper \
13-
--bactopia /path/to/your/bactopia/results \
14-
--include includes.txt
13+
--bactopia /path/to/your/bactopia/results
1514
```
1615

1716
## Output Overview

0 commit comments

Comments
 (0)