Mercurial > repos > geert-vandeweyer > cuffquant_datatype
comparison cuffquant.py @ 5:83cc4c0ef8d9 draft
Uploaded
| author | geert-vandeweyer |
|---|---|
| date | Mon, 04 Aug 2014 09:33:12 -0400 |
| parents | e5d3b95836dc |
| children |
comparison
equal
deleted
inserted
replaced
| 4:e5d3b95836dc | 5:83cc4c0ef8d9 |
|---|---|
| 5 import re | 5 import re |
| 6 import binascii | 6 import binascii |
| 7 | 7 |
| 8 from galaxy.datatypes.sniff import * | 8 from galaxy.datatypes.sniff import * |
| 9 from galaxy.datatypes import data | 9 from galaxy.datatypes import data |
| 10 from galaxy.datatypes.data import Binary | 10 from galaxy.datatypes.binary import Binary |
| 11 | 11 |
| 12 log = logging.getLogger(__name__) | 12 log = logging.getLogger(__name__) |
| 13 | 13 |
| 14 class Cuffquant( Binary ): | 14 class Cuffquant( Binary ): |
| 15 """Class describing a CuffQuant output file""" | 15 """Class describing a CuffQuant output file""" |
