-
Notifications
You must be signed in to change notification settings - Fork 5
Tutorial
Welcome to the BinBlaster wiki!
usage: BinBlast.py [-h] [-fasta FASTA] [-ref REF] [-bam BAM] [-out OUT] [-t T]
Developed by Arkadiy Garber; University of Montana, Biological Sciences Please send comments and inquiries to [email protected]
optional arguments:
-h, --help show this help message and exit
-g [file] Input bin/assembly in FASTA format
-o [file] Input ORFs from bin/assembly in FASTA amino acid format
-ref [file] Input reference protein database (recommended: nr)
-bam [file] Input sorted BAM file with coverage info (optional)
-out [file] Name output file
-t [int] Number of threads to use for DIAMOND BLAST
./BinBlast -g mybin1.fasta -ref /path/to/nr.faa -bam assemblyCovereage.sorted.bam -out mybin1.summary.csv -t 4
./BinBlast -o mybin1-ORFs.faa -ref /path/to/nr.faa -bam assemblyCovereage.sorted.bam -out mybin1.summary.csv -t 4