We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e492531 commit bc660b2Copy full SHA for bc660b2
qiita_db/metadata_template/constants.py
@@ -15,7 +15,9 @@
15
SAMPLE_TEMPLATE_COLUMNS = {
16
# The following columns are required by EBI for submission
17
'EBI': Restriction(columns={'collection_timestamp': 'timestamp',
18
- 'physical_specimen_location': 'varchar'},
+ 'physical_specimen_location': 'varchar',
19
+ 'taxon_id': 'integer',
20
+ 'scientific_name': 'varchar'},
21
error_msg="EBI submission disabled"),
22
# The following columns are required for the official main QIITA site
23
'qiita_main': Restriction(columns={'sample_type': 'varchar',
0 commit comments