Mercurial > repos > stevecassidy > alveoimport
diff alveo_api_key.xml @ 6:56fda3d161f0 draft
planemo upload commit 0203cb3a0b40d9348674b2b098af805e2986abca-dirty
| author | stevecassidy |
|---|---|
| date | Thu, 06 Oct 2016 11:14:39 -0400 |
| parents | 3a9f20428cff |
| children | 5a8d9ddabec4 |
line wrap: on
line diff
--- a/alveo_api_key.xml Sat Sep 03 02:54:47 2016 -0400 +++ b/alveo_api_key.xml Thu Oct 06 11:14:39 2016 -0400 @@ -6,7 +6,7 @@ </requirements> <command interpreter="python"> - alveo_api_key.py --api_key $api_key --output_path $output + alveo_api_key.py --api_key "$api_key" --output_path $output </command> <inputs> @@ -19,6 +19,8 @@ <tests> <test> + <!-- expect this to fail unless you enter a valid API key here and copy it to + the result file --> <param name="api_key" value="your api key here" /> <output name="output" file="api-key.dat" compare="contains" /> </test>
