annotate mappings.py @ 3:4e9af789b2de draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 28d2a0cfcbb04d88b6e19a7d898a2bada3bce149"
author iuc
date Wed, 18 Aug 2021 19:42:16 +0000
parents 982757f4aa8c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
1
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
2 optional_samples_cols_mapping = {
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
3 "collection date": "collection_date",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
4 "geographic location (latitude)": "geographic_location_latitude",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
5 "geographic location (longitude)": "geographic_location_longitude",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
6 "geographic location (region)": "geographic_location_region",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
7 "sample capture status": "sample_capture_status",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
8 "host disease outcome": "host_disease_outcome",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
9 "host_age": "host_age",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
10 "virus identifier": "virus_identifier",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
11 "receipt date": "receipt_date",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
12 "definition for seropositive sample": "definition_for_seropositive_sample",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
13 "serotype (required for a seropositive sample)": "serotype",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
14 "host habitat": "host_habitat",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
15 "isolation source host-associated": "isolation_source_host_associated",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
16 "host behaviour": "host_behaviour",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
17 "isolation source non-host-associated": "isolation_source_non_host_associated",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
18 "subject exposure": "subject_exposure",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
19 "subject exposure duration": "subject_exposure_duration",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
20 "type exposure": "type_exposure",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
21 "personal protective equipment": "personal_protective_equipment",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
22 "hospitalisation": "hospitalisation",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
23 "illness duration": "illness_duration",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
24 "illness symptoms": "illness_symptoms",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
25 "sample storage conditions": "sample_storage_conditions",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
26 "strain": "strain",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
27 "host description": "host_description",
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
28 "gravidity": "gravidity"
982757f4aa8c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 1eed23745846ce215e9bdc4a4934d6bc8f41b24e"
iuc
parents:
diff changeset
29 }