Created
August 19, 2014 00:08
-
-
Save soichih/f139024678c5027ac8f4 to your computer and use it in GitHub Desktop.
OSG Blast sample json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"service": "blast", | |
"input": "input.2000.fasta", | |
"db": "oasis:dmel-all-chromosome-r5.55", | |
"blast": "blastn", | |
"blast_opts": "-evalue 0.001 -best_hit_score_edge 0.05 -best_hit_overhang 0.25 -perc_identity 98.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment