Skip to content

Commit c00114d

Browse files
authored
Merge pull request #116 from usegalaxy-eu/checklist_update
Automatic update of ENA Sample Checklists
2 parents b165538 + 91ff8dd commit c00114d

File tree

46 files changed

+8991
-8779
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+8991
-8779
lines changed

ena_upload/templates/ENA_template_samples_ERC000011.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ def mandatorytest(row, column, index):
8181
<VALUE>${row['collected_by']}</VALUE>
8282
</SAMPLE_ATTRIBUTE>
8383
</py:if>
84-
<py:if test="mandatorytest(row, 'collection date', index)">
84+
<py:if test="mandatorytest(row, 'collection_date', index)">
8585
<SAMPLE_ATTRIBUTE>
86-
<TAG>collection date</TAG>
87-
<VALUE>${row['collection date']}</VALUE>
86+
<TAG>collection_date</TAG>
87+
<VALUE>${row['collection_date']}</VALUE>
8888
</SAMPLE_ATTRIBUTE>
8989
</py:if>
90-
<py:if test="attributetest(row, 'geographic location (region and locality)')">
90+
<py:if test="attributetest(row, 'geographic_location_region_and_locality')">
9191
<SAMPLE_ATTRIBUTE>
92-
<TAG>geographic location (region and locality)</TAG>
93-
<VALUE>${row['geographic location (region and locality)']}</VALUE>
92+
<TAG>geographic_location_region_and_locality</TAG>
93+
<VALUE>${row['geographic_location_region_and_locality']}</VALUE>
9494
</SAMPLE_ATTRIBUTE>
9595
</py:if>
9696
<py:if test="attributetest(row, 'identified_by')">
@@ -117,10 +117,10 @@ def mandatorytest(row, column, index):
117117
<VALUE>${row['sex']}</VALUE>
118118
</SAMPLE_ATTRIBUTE>
119119
</py:if>
120-
<py:if test="mandatorytest(row, 'geographic location (country and/or sea)', index)">
120+
<py:if test="mandatorytest(row, 'geographic_location_country_andor_sea', index)">
121121
<SAMPLE_ATTRIBUTE>
122-
<TAG>geographic location (country and/or sea)</TAG>
123-
<VALUE>${row['geographic location (country and/or sea)']}</VALUE>
122+
<TAG>geographic_location_country_andor_sea</TAG>
123+
<VALUE>${row['geographic_location_country_andor_sea']}</VALUE>
124124
</SAMPLE_ATTRIBUTE>
125125
</py:if>
126126
<py:if test="attributetest(row, 'lab_host')">
@@ -129,10 +129,10 @@ def mandatorytest(row, column, index):
129129
<VALUE>${row['lab_host']}</VALUE>
130130
</SAMPLE_ATTRIBUTE>
131131
</py:if>
132-
<py:if test="attributetest(row, 'host scientific name')">
132+
<py:if test="attributetest(row, 'host_scientific_name')">
133133
<SAMPLE_ATTRIBUTE>
134-
<TAG>host scientific name</TAG>
135-
<VALUE>${row['host scientific name']}</VALUE>
134+
<TAG>host_scientific_name</TAG>
135+
<VALUE>${row['host_scientific_name']}</VALUE>
136136
</SAMPLE_ATTRIBUTE>
137137
</py:if>
138138
<py:if test="attributetest(row, 'bio_material')">

ena_upload/templates/ENA_template_samples_ERC000012.xml

Lines changed: 201 additions & 201 deletions
Large diffs are not rendered by default.

ena_upload/templates/ENA_template_samples_ERC000013.xml

Lines changed: 273 additions & 273 deletions
Large diffs are not rendered by default.

ena_upload/templates/ENA_template_samples_ERC000014.xml

Lines changed: 282 additions & 282 deletions
Large diffs are not rendered by default.

ena_upload/templates/ENA_template_samples_ERC000015.xml

Lines changed: 234 additions & 234 deletions
Large diffs are not rendered by default.

ena_upload/templates/ENA_template_samples_ERC000016.xml

Lines changed: 231 additions & 231 deletions
Large diffs are not rendered by default.

ena_upload/templates/ENA_template_samples_ERC000017.xml

Lines changed: 234 additions & 234 deletions
Large diffs are not rendered by default.

ena_upload/templates/ENA_template_samples_ERC000018.xml

Lines changed: 243 additions & 243 deletions
Large diffs are not rendered by default.

ena_upload/templates/ENA_template_samples_ERC000019.xml

Lines changed: 260 additions & 260 deletions
Large diffs are not rendered by default.

ena_upload/templates/ENA_template_samples_ERC000020.xml

Lines changed: 352 additions & 352 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)