comparison samples_macros.xml @ 14:5cb6146337d8 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit ab38fa3d5ec06729c1efa86240ec57b8143b21ed
author iuc
date Wed, 12 Jun 2024 16:01:11 +0000
parents ea5e944f447d
children
comparison
equal deleted inserted replaced
13:ea5e944f447d 14:5cb6146337d8
124 <repeat name="rep_sample" title="Samples associated with this study" min="1" > 124 <repeat name="rep_sample" title="Samples associated with this study" min="1" >
125 <param name="sample_title" type="text" label="Sample title"/> 125 <param name="sample_title" type="text" label="Sample title"/>
126 <param name="sample_description" type="text" help="e.g: liver cells" label="Describe the type of sample"/> 126 <param name="sample_description" type="text" help="e.g: liver cells" label="Describe the type of sample"/>
127 <param name="scientific_name" type="text" label="Enter the species of the sample" help="e.g Severe acute respiratory syndrome coronavirus 2"/> 127 <param name="scientific_name" type="text" label="Enter the species of the sample" help="e.g Severe acute respiratory syndrome coronavirus 2"/>
128 <param name="tax_id" type="text" label="Enter the taxonomic ID corresponding to the sample species" /> 128 <param name="tax_id" type="text" label="Enter the taxonomic ID corresponding to the sample species" />
129 <param name="collection_date" type="text" label="Collection date" optional="True" help="options are: YYYY, YYYY-MM, YYYY-MM-DD, not collected, restricted access or not provided"> 129 <param name="collection_date" type="text" label="Collection date" optional="False" help="options are: YYYY, YYYY-MM, YYYY-MM-DD, not collected, restricted access or not provided">
130 <option value="not collected">not collected</option> 130 <option value="not collected">not collected</option>
131 <option value="restricted access">restricted access</option> 131 <option value="restricted access">restricted access</option>
132 <option value="not provided">not provided</option> 132 <option value="not provided">not provided</option>
133 <validator type="regex" message="Data format is not valid">(^[0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2})?Z?([+-][0-9]{1,2})?)?)?)?(/[0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2})?Z?([+-][0-9]{1,2})?)?)?)?)?$)|(^not collected$)|(^not provided$)|(^restricted access$)</validator> 133 <validator type="regex" message="Data format is not valid">(^[0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2})?Z?([+-][0-9]{1,2})?)?)?)?(/[0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2})?Z?([+-][0-9]{1,2})?)?)?)?)?$)|(^not collected$)|(^not provided$)|(^restricted access$)</validator>
134 </param> 134 </param>
135 <param name="geo_location_country" type="select" label="Select the country where the sample was obtained"> 135 <param name="geo_location_country" type="select" optional="False" label="Select the country where the sample was obtained">
136 <options from_data_table="geographic_location_1"> 136 <options from_data_table="geographic_location_1">
137 <column name="value" index="0"/> 137 <column name="value" index="0"/>
138 </options> 138 </options>
139 </param> 139 </param>
140 <param name="host_common_name" type="text" label="Host common name" help="e.g human"/> 140 <param name="host_common_name" type="text" label="Host common name" help="e.g human"/>
209 <repeat name="rep_sample" title="Samples associated with this study" min="1" > 209 <repeat name="rep_sample" title="Samples associated with this study" min="1" >
210 <param name="sample_title" type="text" label="Sample title"/> 210 <param name="sample_title" type="text" label="Sample title"/>
211 <param name="sample_description" type="text" help="e.g: liver cells" label="Describe the type of sample"/> 211 <param name="sample_description" type="text" help="e.g: liver cells" label="Describe the type of sample"/>
212 <param name="scientific_name" type="text" label="Enter the species of the sample" help="e.g Severe acute respiratory syndrome coronavirus 2"/> 212 <param name="scientific_name" type="text" label="Enter the species of the sample" help="e.g Severe acute respiratory syndrome coronavirus 2"/>
213 <param name="tax_id" type="integer" value="0" label="Enter the taxonomic ID corresponding to the sample species" /> 213 <param name="tax_id" type="integer" value="0" label="Enter the taxonomic ID corresponding to the sample species" />
214 <param name="collection_date" type="text" label="Collection date" optional="True" help="options are: YYYY, YYYY-MM, YYYY-MM-DD, not collected, restricted access or not provided"> 214 <param name="collection_date" type="text" label="Collection date" optional="False" help="options are: YYYY, YYYY-MM, YYYY-MM-DD, not collected, restricted access or not provided">
215 <option value="not collected">not collected</option> 215 <option value="not collected">not collected</option>
216 <option value="restricted access">restricted access</option> 216 <option value="restricted access">restricted access</option>
217 <option value="not provided">not provided</option> 217 <option value="not provided">not provided</option>
218 <validator type="regex" message="Data format is not valid">(^[0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2})?Z?([+-][0-9]{1,2})?)?)?)?(/[0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2})?Z?([+-][0-9]{1,2})?)?)?)?)?$)|(^not collected$)|(^not provided$)|(^restricted access$)</validator> 218 <validator type="regex" message="Data format is not valid">(^[0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2})?Z?([+-][0-9]{1,2})?)?)?)?(/[0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2})?Z?([+-][0-9]{1,2})?)?)?)?)?$)|(^not collected$)|(^not provided$)|(^restricted access$)</validator>
219 </param> 219 </param>
220 <param name="geo_location_country" type="select" label="Select the country where the sample was obtained"> 220 <param name="geo_location_country" type="select" optional="False" label="Select the country where the sample was obtained">
221 <options from_data_table="geographic_location_1"> 221 <options from_data_table="geographic_location_1">
222 <column name="value" index="0"/> 222 <column name="value" index="0"/>
223 </options> 223 </options>
224 </param> 224 </param>
225 <repeat name="rep_experiment" title="Sequencing experiments performed with this sample" min="1" > 225 <repeat name="rep_experiment" title="Sequencing experiments performed with this sample" min="1" >