comparison toolfactory/rgToolFactory2.xml @ 64:30847b2e105d draft

Uploaded
author fubar
date Tue, 10 Nov 2020 03:24:28 +0000
parents b3254219d4fb
children bc1977b1f7b5
comparison
equal deleted inserted replaced
63:b3254219d4fb 64:30847b2e105d
21 <option value="doi">DOI</option> 21 <option value="doi">DOI</option>
22 <option value="bibtex">BibTeX</option> 22 <option value="bibtex">BibTeX</option>
23 </param> 23 </param>
24 <when value="doi"> 24 <when value="doi">
25 <param name="doi" label="DOI" type="text" value="" 25 <param name="doi" label="DOI" type="text" value=""
26 help="Supply a DOI (e.g. doi: 10.1111/j.1740-9713.2007.00258.x) that should be cited when this tool is used in published research." /> 26 help="Supply a DOI (e.g. doi: 10.1111/j.1740-9713.2007.00258.x) to be cited when this tool is used in published research." />
27 </when> 27 </when>
28 <when value="bibtex"> 28 <when value="bibtex">
29 <param name="bibtex" label="BibTex" type="text" area="true" 29 <param name="bibtex" label="BibTex" type="text" area="true"
30 help="Supply a BibTex entry that should be cited when this tool is used in published research." value="" > 30 help="Supply a BibTex entry that should be cited when this tool is used in published research." value="" >
31 <sanitizer> 31 <sanitizer>
337 <valid initial="string.printable"> 337 <valid initial="string.printable">
338 </valid> 338 </valid>
339 <mapping initial="none"/> 339 <mapping initial="none"/>
340 </sanitizer> 340 </sanitizer>
341 </param> 341 </param>
342 <param name="galaxy_apikey" type="text" value="" label="API key for the Galaxy to install the new tool" 342 <param name="galaxy_apikey" type="text" value="fakekey" label="API key for the Galaxy to install the new tool"
343 help="Cut and paste from the admin user properties screen"> 343 help="Cut and paste from the admin user properties screen">
344 <sanitizer> 344 <sanitizer>
345 <valid initial="string.letters,string.digits"> 345 <valid initial="string.letters,string.digits">
346 </valid> 346 </valid>
347 <mapping initial="none"/> 347 <mapping initial="none"/>
353 <valid initial="string.printable"> 353 <valid initial="string.printable">
354 </valid> 354 </valid>
355 <mapping initial="none"/> 355 <mapping initial="none"/>
356 </sanitizer> 356 </sanitizer>
357 </param> 357 </param>
358 <param name="toolshed_apikey" type="text" value="" label="API key for the local toolshed to use when installing the tool" 358 <param name="toolshed_apikey" type="text" value="fakekey" label="API key for the local toolshed to use when installing the tool"
359 help="Cut and paste from the admin user properties screen"> 359 help="Cut and paste from the admin user properties screen">
360 <sanitizer> 360 <sanitizer>
361 <valid initial="string.letters,string.digits"> 361 <valid initial="string.letters,string.digits">
362 </valid> 362 </valid>
363 <mapping initial="none"/> 363 <mapping initial="none"/>