diamond_blast
This is an old revision of the document!
1- Format database:
diamond makedb --in <your_database_as_fasta_file> -d <output_file_prefix>
2- Run diamond:
diamond blastp --threads 8 -d <database> -q <query_file> -a <output_file> --salltitles --max-target-seqs 2000 --evalue 0.00001 --more-sensitive diamond view -o <output_file> -f tab -a <infile_file>
diamond_blast.1503420361.txt.gz · Last modified: by cgeb2001
