Mercurial > repos > iuc > jbrowse
view test-data/blastxml/test.xml @ 3:7342f467507b draft
Uploaded v0.4 of JBrowse
author | iuc |
---|---|
date | Thu, 31 Dec 2015 13:58:43 -0500 |
parents | |
children | ff11d442feed |
line wrap: on
line source
<?xml version="1.0"?> <root> <metadata> <gencode>11</gencode> <genomes> <genome>test-data/merlin.fa</genome> </genomes> </metadata> <tracks> <track cat="Blah" format="blast"> <files> <trackFile path="test-data/blastxml/blast.xml" ext="blastxml" label="BlastP"/> </files> <options> <style> <className>feature</className> <description></description> <label>Description</label> <height>400px</height> </style> <blast> <parent>test-data/blastxml/merlin.gff</parent> <protein>true</protein> <min_gap>10</min_gap> </blast> <scaling> <method>score</method> <algo>blast</algo> <scales> <type>__auto__</type> </scales> <scheme> <type>opacity</type> <color>__auto__</color> </scheme> </scaling> </options> </track> <track cat="Blah" format="blast"> <files> <trackFile path="test-data/blastxml/blast.xml" ext="blastxml" label="BlastP, min_gap=3"/> </files> <options> <style> <className>feature</className> <description></description> <label>Description</label> <height>400px</height> </style> <blast> <parent>test-data/blastxml/merlin.gff</parent> <protein>true</protein> <min_gap>3</min_gap> </blast> <scaling> <method>score</method> <algo>blast</algo> <scales> <type>__auto__</type> </scales> <scheme> <type>opacity</type> <color>__auto__</color> </scheme> </scaling> </options> </track> <track cat="Blah" format="blast"> <files> <trackFile path="test-data/blastxml/blast-gene1.xml" ext="blastxml" label="Non protein match/matchpart"/> </files> <options> <style> <className>feature</className> <description></description> <label>Description</label> <height>400px</height> </style> <blast> <parent>test-data/blastxml/merlin.gff</parent> <min_gap>3</min_gap> </blast> <scaling> <method>ignore</method> <algo>linear</algo> <scheme> <type>opacity</type> <color>__auto__</color> </scheme> </scaling> </options> </track> <track cat="Blah" format="blast"> <files> <trackFile path="test-data/blastxml/blastn-gene1.xml" ext="blastxml" label="Non protein match/matchpart, no parent"/> </files> <options> <style> <className>feature</className> <description></description> <label>Description</label> <height>400px</height> </style> <blast> <min_gap>40</min_gap> </blast> <scaling> <method>score</method> <algo>blast</algo> <scales> <type>__auto__</type> </scales> <scheme> <type>opacity</type> <color>__auto__</color> </scheme> </scaling> </options> </track> </tracks> </root>