Skip to content

Commit 7482bed

Browse files
committed
Merge pull request #1030 from josenavas/split-metadata-template
Split metadata template
2 parents 9350269 + cd35e3f commit 7482bed

14 files changed

+5666
-5460
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)