Skip to content

Commit bd3d513

Browse files
committed
Merge branch 'master' of https://github.com/biocore/qiita into cart-analysis-changes
2 parents 90b3de2 + 9068d4c commit bd3d513

15 files changed

+5697
-5469
lines changed

qiita_db/metadata_template.py

Lines changed: 0 additions & 2420 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# -----------------------------------------------------------------------------
2+
# Copyright (c) 2014--, The Qiita Development Team.
3+
#
4+
# Distributed under the terms of the BSD 3-clause License.
5+
#
6+
# The full license is in the file LICENSE, distributed with this software.
7+
# -----------------------------------------------------------------------------
8+
9+
from .sample_template import SampleTemplate
10+
from .prep_template import PrepTemplate
11+
from .util import load_template_to_dataframe
12+
from .constants import TARGET_GENE_DATA_TYPES
13+
14+
__version__ = "0.0.1-dev"
15+
16+
__all__ = ['SampleTemplate', 'PrepTemplate', 'load_template_to_dataframe',
17+
'TARGET_GENE_DATA_TYPES']

0 commit comments

Comments
 (0)