Mercurial > repos > matt-shirley > sra_tools
annotate datatypes_conf.xml @ 22:423f3eb06428 draft
more fixes for sra datatype, added sra_pileup
author | Matt Shirley <mdshw5@gmail.com> |
---|---|
date | Wed, 19 Jun 2013 14:11:37 -0400 |
parents | c57efec65750 |
children |
rev | line source |
---|---|
0
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
2 <datatypes> |
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
3 <datatype_files> |
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
4 <datatype_file name="sra.py"/> |
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
5 </datatype_files> |
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
6 <registration> |
22
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
17
diff
changeset
|
7 <datatype extension="sra" type="galaxy.datatypes.sra:sra" display_in_upload="true"/> |
0
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
8 </registration> |
10 | 9 </datatypes> |