view datatypes_conf.xml @ 1:0df7a9b89f13

add empty snifffers section to mitigate toolshed bug; new version of dpmix
author Richard Burhans <burhans@bx.psu.edu>
date Mon, 09 Apr 2012 12:40:57 -0400
parents 2c498d40ecde
children e29f4d801bb0
line wrap: on
line source

<?xml version="1.0"?>
<datatypes>
  <datatype_files>
    <datatype_file name="wsf.py"/>
  </datatype_files>
  <registration>
    <datatype extension="ind" type="galaxy.datatypes.wsf:Individuals" display_in_upload="true"/>
    <datatype extension="wped" type="galaxy.datatypes.wsf:Wped" display_in_upload="true"/>
    <datatype extension="wsf" type="galaxy.datatypes.wsf:SnpFile" display_in_upload="true"/>
    <datatype extension="wpf" type="galaxy.datatypes.wsf:SapFile" display_in_upload="true"/>
  </registration>
   <sniffers/>
</datatypes>