Mercurial > repos > iuc > ena_upload
comparison mappings.py @ 2:9e2df763086c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
author | iuc |
---|---|
date | Thu, 15 Jul 2021 20:12:34 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:57251c760cab | 2:9e2df763086c |
---|---|
1 | |
2 optional_samples_cols_mapping = { | |
3 "collection date": "collection_date", | |
4 "geographic location (latitude)": "geographic_location_latitude", | |
5 "geographic location (longitude)": "geographic_location_longitude", | |
6 "geographic location (region)": "geographic_location_region", | |
7 "sample capture status": "sample_capture_status", | |
8 "host disease outcome": "host_disease_outcome", | |
9 "host_age": "host_age", | |
10 "virus identifier": "virus_identifier", | |
11 "receipt date": "receipt_date", | |
12 "definition for seropositive sample": "definition_for_seropositive_sample", | |
13 "serotype (required for a seropositive sample)": "serotype", | |
14 "host habitat": "host_habitat", | |
15 "isolation source host-associated": "isolation_source_host_associated", | |
16 "host behaviour": "host_behaviour", | |
17 "isolation source non-host-associated": "isolation_source_non_host_associated", | |
18 "subject exposure": "subject_exposure", | |
19 "subject exposure duration": "subject_exposure_duration", | |
20 "type exposure": "type_exposure", | |
21 "personal protective equipment": "personal_protective_equipment", | |
22 "hospitalisation": "hospitalisation", | |
23 "illness duration": "illness_duration", | |
24 "illness symptoms": "illness_symptoms", | |
25 "sample storage conditions": "sample_storage_conditions", | |
26 "strain": "strain", | |
27 "host description": "host_description", | |
28 "gravidity": "gravidity" | |
29 } |