Mercurial > repos > matt-shirley > sra_tools
comparison sra.py @ 20:a1255154fa3f draft
tweaks to fastq-dump command
| author | Matt Shirley <mdshw5@gmail.com> |
|---|---|
| date | Mon, 17 Jun 2013 21:41:27 -0400 |
| parents | 93a60318b9ca |
| children | 423f3eb06428 |
comparison
equal
deleted
inserted
replaced
| 19:46adf78139ee | 20:a1255154fa3f |
|---|---|
| 1 """ | 1 """ |
| 2 Sra class | 2 SRA class |
| 3 """ | 3 """ |
| 4 import logging | 4 import logging |
| 5 import binascii | 5 import binascii |
| 6 from galaxy.datatypes.data import * | 6 from galaxy.datatypes.data import * |
| 7 from galaxy.datatypes.sniff import * | 7 from galaxy.datatypes.sniff import * |
