Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wanyuac committed Nov 24, 2018
1 parent da6236b commit 16f2f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ This is a special case of calling the best alleles for a panel of seven genes gi

An example command is:
```
python screener\_slurm.py --walltime '0-1:0:0' --outdir mlst --script screener.py --assemblies assemblies/*.fasta --gene_db mlst_db.fasta --prefix test --suffix ".fasta" --report_all_consensus --mlst > mlst.log
python screener_slurm.py --walltime '0-1:0:0' --outdir mlst --script screener.py --assemblies assemblies/*.fasta --gene_db mlst_db.fasta --prefix test --suffix ".fasta" --report_all_consensus --mlst > mlst.log
```

### 3. Screening for all valid alleles per gene
Expand All @@ -127,7 +127,7 @@ python screener.py --gene_db ARGannot_r2.fasta --prefix demo1 --suffix '_spades.
A parallel version for a large number of assemblies

```
python screener\_slurm.py --script screener.py --algorithm megablast --walltime "0-0:30:0" --memory 1024 --partition project1 --bundle_name_prefix test --bundle_size 16 --outdir genes --assemblies data/assemblies/*.fasta --prefix demo2 --suffix '_spades.fasta' --gene_db ARGannot_r2.fasta --other_args "--incl_alt --max_overlapping_nt 0 --report_all_consensus" > gene_screen.log
python screener_slurm.py --script screener.py --algorithm megablast --walltime "0-0:30:0" --memory 1024 --partition project1 --bundle_name_prefix test --bundle_size 16 --outdir genes --assemblies data/assemblies/*.fasta --prefix demo2 --suffix '_spades.fasta' --gene_db ARGannot_r2.fasta --other_args "--incl_alt --max_overlapping_nt 0 --report_all_consensus" > gene_screen.log
```

**Example output table**
Expand Down

0 comments on commit 16f2f4d

Please sign in to comment.