Mercurial > repos > ieguinoa > ena_upload
diff extract_tables.py @ 2:2f7a70c0d3ab draft default tip
Uploaded
author | ieguinoa |
---|---|
date | Mon, 21 Feb 2022 14:22:53 +0000 |
parents | 5d59238cd3f4 |
children |
line wrap: on
line diff
--- a/extract_tables.py Wed Feb 02 17:30:12 2022 +0000 +++ b/extract_tables.py Mon Feb 21 14:22:53 2022 +0000 @@ -44,10 +44,10 @@ 'ENA_submission_data'])) if "geo_location" in study['samples'][0].keys(): # sample belongs to a viral sample samples_table.write('\t'.join(['alias', 'status', 'accession', 'title', 'scientific_name', - 'taxon_id', 'sample_description', 'collection_date', - 'geographic_location', 'host_common_name', 'host_subject_id', - 'host_health_state', 'host_sex', 'host_scientific_name', - 'collector_name', 'collecting_institution', 'isolate', + 'taxon_id', 'sample_description', 'collection date', + 'geographic location (country and/or sea)', 'host common name', 'host subject id', + 'host health state', 'host sex', 'host scientific name', + 'collector name', 'collecting institution', 'isolate', 'submission_date']) + '\n') else: samples_table.write('\t'.join(['alias', 'status', 'accession', 'title', 'scientific_name',