Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp authored Aug 2, 2022
1 parent 05901b6 commit 7399ff4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ conda install -c conda-forge -c bioconda biopython pandas seqtk
## Usage

```
usage: extract_genes_abricate.py [-h] [-a ABRICATE FILE] [-g GENOMES DIR]
[-o OUTPUT DIR] [-s SUFFIX]
usage: extract_genes_abricate.py [-h] -a ABRICATE FILE -g GENOMES DIR -o OUTPUT DIR [-s SUFFIX] [--genecluster] [--csv] [--flanking]
[--flanking-bp FLANKING LENGTH] [-v]
Extract genes from genes based on ABRicate output.
Expand All @@ -43,6 +43,12 @@ optional arguments:
directory for output
-s SUFFIX, --suffix SUFFIX
Genome assembly file suffix (default: .fasta)
--genecluster Extract all genes to a single fasta if located on a single contig (default: false)
--csv Use this option if your ABRicate output file is comma-separated (default: parse as tab-separated file).
--flanking Extract flanking sequences
--flanking-bp FLANKING LENGTH
Length of flanking sequence to extract in bp (default: 100)
-v, --verbose Increase verbosity
```

**IMPORTANT ASSUMPTIONS**
Expand Down

0 comments on commit 7399ff4

Please sign in to comment.