Skip to content

Commit

Permalink
adding idat
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 21, 2018
1 parent f8fc823 commit 872dbfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/datatypes_conf.xml.sample
Expand Up @@ -52,6 +52,7 @@
<converter file="len_to_linecount.xml" target_datatype="linecount"/>
</datatype>
<datatype extension="dmnd" type="galaxy.datatypes.binary:DMND" display_in_upload="false"/>
<datatype extension="idat" type="galaxy.datatypes.binary:Idat" display_in_upload="true"/>
<datatype extension="bigbed" type="galaxy.datatypes.binary:BigBed" mimetype="application/octet-stream" display_in_upload="true">
<display file="ucsc/bigbed.xml"/>
<display file="igb/bb.xml"/>
Expand Down Expand Up @@ -706,6 +707,7 @@
<sniffer type="galaxy.datatypes.binary:Fast5Archive"/>
<sniffer type="galaxy.datatypes.binary:PostgresqlArchive"/>
<sniffer type="galaxy.datatypes.binary:ICM"/>
<sniffer type="galaxy.datatypes.binary:Idat"/>
<sniffer type="galaxy.datatypes.annotation:Augustus"/>
<sniffer type="galaxy.datatypes.triples:Rdf"/>
<sniffer type="galaxy.datatypes.blast:BlastXml"/>
Expand Down

0 comments on commit 872dbfb

Please sign in to comment.