Mercurial > repos > yhoogstrate > unafold
comparison datatypes_conf.xml @ 0:30a8e44dc6dd draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 84b70c01144fa018db45215941fb395798376100-dirty
| author | yhoogstrate |
|---|---|
| date | Tue, 16 Jun 2015 11:20:20 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:30a8e44dc6dd |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <datatypes> | |
| 3 <datatype_files> | |
| 4 <datatype_file name="RNAStructure.py"/> | |
| 5 </datatype_files> | |
| 6 | |
| 7 <registration> | |
| 8 <datatype | |
| 9 extension="ct" | |
| 10 type="galaxy.datatypes.RNAStructure:ConnectivityTable" | |
| 11 display_in_upload="True" | |
| 12 subclass="True" | |
| 13 description="ConnectivityTable format is a text-based column wise format for storing both an RNA sequence and its corresponding 2D structure." /> | |
| 14 <datatype | |
| 15 extension="rnaml" | |
| 16 type="galaxy.datatypes.RNAStructure:RNAML" | |
| 17 display_in_upload="True" | |
| 18 subclass="True" | |
| 19 description="RNAML: a standard syntax for exchanging RNA information." | |
| 20 url="http://www.ncbi.nlm.nih.gov/pubmed/12088144" /> | |
| 21 </registration> | |
| 22 | |
| 23 <sniffers> | |
| 24 </sniffers> | |
| 25 </datatypes> |
