Skip to content

Instantly share code, notes, and snippets.

@soichih
Created August 19, 2014 00:08
Show Gist options
  • Save soichih/f139024678c5027ac8f4 to your computer and use it in GitHub Desktop.
Save soichih/f139024678c5027ac8f4 to your computer and use it in GitHub Desktop.
OSG Blast sample json
{
"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