Skip to content

Split metadata template #1030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 2, 2015
Prev Previous commit
Why FLAKE8 on Travis complain about things that it does not complain …
…on my machine? I already have the latest flake8...
  • Loading branch information
josenavas committed Apr 2, 2015
commit cd35e3f3efe05a1b4664a011d8907bec0fcdb393
4 changes: 2 additions & 2 deletions qiita_db/metadata_template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# The full license is in the file LICENSE, distributed with this software.
# -----------------------------------------------------------------------------

__version__ = "0.0.1-dev"

from .sample_template import SampleTemplate
from .prep_template import PrepTemplate
from .util import load_template_to_dataframe
from .constants import TARGET_GENE_DATA_TYPES

__version__ = "0.0.1-dev"

__all__ = ['SampleTemplate', 'PrepTemplate', 'load_template_to_dataframe',
'TARGET_GENE_DATA_TYPES']