Notebook
All BLASTs will be performed in the same fashion with the following options utlized: -task blastn: Tells BLAST to use BLASTn instead of the default MegaBLAST -outfmt "6 stitle std": Specifies the output format number 6 (which is a tab-delimited ouput file) and indicates that the output should add the subject title (stitle) in addition to the standard (std) BLASTn output columns. - max_target_seqs 3: Tells BLAST to match a maximum of 3 database sequences per query sequence. The default is 500! - num_threads 16: Speciifies the number of processing threads to use. I just multiplied the number of CPUs I have listed in my resource monitor by four, since the processor is listed as a quad core.