Mercurial > repos > matt-shirley > sra_tools
annotate datatypes_conf.xml @ 28:996add6daf36 draft
debug prefetch caching and accession input for fastq_dump
| author | Matt Shirley <mdshw5@gmail.com> |
|---|---|
| date | Sat, 29 Jun 2013 15:53:14 -0400 |
| parents | 423f3eb06428 |
| 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> |
