Skip to content

Instantly share code, notes, and snippets.

@andrese52
Last active June 8, 2018 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrese52/ce4262ff7a0b8cf860b0f5614333ff25 to your computer and use it in GitHub Desktop.
Save andrese52/ce4262ff7a0b8cf860b0f5614333ff25 to your computer and use it in GitHub Desktop.
Blast.md

Creating a blast database

makeblastdb -in genome.fasta -parse_seqids -dbtype nucl
blastn -task blastn -query eprobes.fasta -db genome.fasta -out coords.txt -num_threads 12 -outfmt 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment