Skip to content

Commit bc660b2

Browse files
committed
Adding taxon_id and scientific_name to required EBI columns
1 parent e492531 commit bc660b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

qiita_db/metadata_template/constants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
SAMPLE_TEMPLATE_COLUMNS = {
1616
# The following columns are required by EBI for submission
1717
'EBI': Restriction(columns={'collection_timestamp': 'timestamp',
18-
'physical_specimen_location': 'varchar'},
18+
'physical_specimen_location': 'varchar',
19+
'taxon_id': 'integer',
20+
'scientific_name': 'varchar'},
1921
error_msg="EBI submission disabled"),
2022
# The following columns are required for the official main QIITA site
2123
'qiita_main': Restriction(columns={'sample_type': 'varchar',

0 commit comments

Comments
 (0)