Created
July 12, 2014 19:43
-
-
Save raivivek/dc6c50a1599fa03d85cb to your computer and use it in GitHub Desktop.
BLAST Output format (XML) - Stripped example.
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
?xml version="1.0"?> | |
<!DOCTYPE BlastOutput PUBLIC "-//NCBI//NCBI BlastOutput/EN" "http://www.ncbi.nlm.nih.gov/dtd/NCBI_BlastOutput.dtd"> | |
<BlastOutput> | |
<BlastOutput_program> | |
<BlastOutput_version> | |
<BlastOutput_reference> | |
<BlastOutput_db> | |
<BlastOutput_query-ID> | |
<BlastOutput_query-def> | |
<BlastOutput_query-len> | |
<BlastOutput_param> | |
<Parameters> | |
<Parameters_matrix> | |
<Parameters_expect> | |
<Parameters_gap-open> | |
<Parameters_gap-extend> | |
<Parameters_filter> | |
</Parameters> | |
</BlastOutput_param> | |
<BlastOutput_iterations> | |
<Iteration> | |
-- Iteration details -- | |
<Iteration_hits> | |
<Hit> | |
<Hit_num> | |
<Hit_id> | |
<Hit_def> | |
<Hit_accession> | |
<Hit_len> | |
<Hit_hsps> | |
<Hsp> | |
-- HSP Details -- | |
</Hsp> | |
</Hit_hsps> | |
</Hit> | |
<Hit> </Hit> | |
</Iteration_hits> | |
<Iteration_stat> | |
-- Statistics about Query -- | |
</Iteration_stat> | |
</Iteration> | |
</BlastOutput_iterations> | |
</BlastOutput> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment