Mercurial > repos > jjohnson > gmap
annotate tool-data/datatypes_conf.xml @ 6:4f358603ee12 draft default tip
Uploaded v3.0.1c with table fix
| author | peterjc |
|---|---|
| date | Fri, 21 Oct 2016 11:15:09 -0400 |
| parents | 488e9d642566 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <datatypes> | |
| 3 <datatype_files> | |
| 4 <datatype_file name="gmap.py"/> | |
| 5 </datatype_files> | |
| 6 <registration> | |
| 7 <datatype extension="gmapdb" type="galaxy.datatypes.gmap:GmapDB" display_in_upload="False"/> | |
| 8 <datatype extension="gmapsnpindex" type="galaxy.datatypes.gmap:GmapSnpIndex" display_in_upload="False"/> | |
|
3
488e9d642566
GMAP wrappers v3.0.1 after linting and cleanup, still untested work-in-progress
peterjc
parents:
0
diff
changeset
|
9 <datatype extension="tally.iit" type="galaxy.datatypes.gmap:TallyIntervalIndexTree" display_in_upload="True"/> |
| 0 | 10 <datatype extension="iit" type="galaxy.datatypes.gmap:IntervalIndexTree" display_in_upload="True"/> |
| 11 <datatype extension="splicesites.iit" type="galaxy.datatypes.gmap:SpliceSitesIntervalIndexTree" display_in_upload="True"/> | |
| 12 <datatype extension="introns.iit" type="galaxy.datatypes.gmap:IntronsIntervalIndexTree" display_in_upload="True"/> | |
| 13 <datatype extension="snps.iit" type="galaxy.datatypes.gmap:SNPsIntervalIndexTree" display_in_upload="True"/> | |
| 14 <datatype extension="gmap_annotation" type="galaxy.datatypes.gmap:IntervalAnnotation" display_in_upload="False"/> | |
| 15 <datatype extension="gmap_splicesites" type="galaxy.datatypes.gmap:SpliceSiteAnnotation" display_in_upload="True"/> | |
| 16 <datatype extension="gmap_introns" type="galaxy.datatypes.gmap:IntronAnnotation" display_in_upload="True"/> | |
| 17 <datatype extension="gmap_snps" type="galaxy.datatypes.gmap:SNPAnnotation" display_in_upload="True"/> | |
| 18 </registration> | |
| 19 <sniffers> | |
| 20 <sniffer type="galaxy.datatypes.gmap:IntervalAnnotation"/> | |
| 21 <sniffer type="galaxy.datatypes.gmap:SpliceSiteAnnotation"/> | |
| 22 <sniffer type="galaxy.datatypes.gmap:IntronAnnotation"/> | |
| 23 <sniffer type="galaxy.datatypes.gmap:SNPAnnotation"/> | |
| 24 </sniffers> | |
| 25 </datatypes> |
