Previous changeset 63:b3254219d4fb (2020-11-10) Next changeset 65:ed1ecd161295 (2020-11-10) |
Commit message:
Uploaded |
modified:
toolfactory/rgToolFactory2.xml |
b |
diff -r b3254219d4fb -r 30847b2e105d toolfactory/rgToolFactory2.xml --- a/toolfactory/rgToolFactory2.xml Tue Nov 10 02:33:46 2020 +0000 +++ b/toolfactory/rgToolFactory2.xml Tue Nov 10 03:24:28 2020 +0000 |
b |
@@ -23,7 +23,7 @@ </param> <when value="doi"> <param name="doi" label="DOI" type="text" value="" - 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." /> + 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." /> </when> <when value="bibtex"> <param name="bibtex" label="BibTex" type="text" area="true" @@ -339,7 +339,7 @@ <mapping initial="none"/> </sanitizer> </param> - <param name="galaxy_apikey" type="text" value="" label="API key for the Galaxy to install the new tool" + <param name="galaxy_apikey" type="text" value="fakekey" label="API key for the Galaxy to install the new tool" help="Cut and paste from the admin user properties screen"> <sanitizer> <valid initial="string.letters,string.digits"> @@ -355,7 +355,7 @@ <mapping initial="none"/> </sanitizer> </param> - <param name="toolshed_apikey" type="text" value="" label="API key for the local toolshed to use when installing the tool" + <param name="toolshed_apikey" type="text" value="fakekey" label="API key for the local toolshed to use when installing the tool" help="Cut and paste from the admin user properties screen"> <sanitizer> <valid initial="string.letters,string.digits"> |