Skip to content

Instantly share code, notes, and snippets.

@accopeland
Created October 29, 2015 16:42
Show Gist options
  • Save accopeland/0c5c557fd7ace73ad186 to your computer and use it in GitHub Desktop.
Save accopeland/0c5c557fd7ace73ad186 to your computer and use it in GitHub Desktop.
megablast 4Mrd/hg19
/scratch/copeland> time run_blastn APAHO.4M.fa mydb/human -word_size=38
# module load blast+ && blastn -query APAHO.4M.fa -db mydb/human -outfmt 6 -out blastn.APAHO.4M.fa.v.human.out -evalue 1e-6 -num_alignments 10 -num_threads 8 -word_size=38
real 28m14.418s
user 91m21.060s
sys 2m55.572s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment