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