Mercurial > repos > matt-shirley > sra_tools
diff datatypes_conf.xml @ 0:ffdd41766195 draft
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
author | matt-shirley <mdshw5@gmail.com> |
---|---|
date | Tue, 27 Nov 2012 13:44:28 -0500 |
parents | |
children | 3b814b721838 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datatypes_conf.xml Tue Nov 27 13:44:28 2012 -0500 @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<datatypes> + <datatype_files> + <datatype_file name="sra.py"/> + </datatype_files> + <registration> + <datatype extension="sra" type="galaxy.datatypes.binary:Sra" display_in_upload="true"/> + </registration> + <sniffers> + <sniffer type="galaxy.datatypes.binary:Sra"/> + </sniffers> +</datatypes> \ No newline at end of file