Mercurial > repos > cropgeeks > flapjack
comparison flapjack.py @ 32:591567e072f1 draft
Uploaded
author | cropgeeks |
---|---|
date | Tue, 28 Feb 2017 04:41:33 -0500 |
parents | 9f4041f700d8 |
children | 414aa590a1de |
comparison
equal
deleted
inserted
replaced
31:9f4041f700d8 | 32:591567e072f1 |
---|---|
1 from galaxy.datatypes.data import Text | |
1 from galaxy.datatypes.tabular import Tabular | 2 from galaxy.datatypes.tabular import Tabular |
2 | 3 |
3 class FlapjackFormat(Text): | 4 class FlapjackFormat(Text): |
4 file_ext = "flapjack" | 5 file_ext = "flapjack" |
5 | 6 |