Previous changeset 5:57e2503e6039 (2019-09-10) Next changeset 7:ff05b2c4263c (2023-11-05) |
Commit message:
"planemo upload for repository https://github.com/bgruening/galaxytools/new/gm/tools/image_processing/image_processing/ commit 5f5be1307a70cae3149db449d81472079a9487fd" |
modified:
convert.xml |
b |
diff -r 57e2503e6039 -r eb09d7e6d727 convert.xml --- a/convert.xml Tue Sep 10 09:21:05 2019 -0400 +++ b/convert.xml Mon Nov 25 09:12:24 2019 -0500 |
b |
@@ -36,6 +36,7 @@ <option value="gif">gif</option> <option value="svg">svg</option> <option value="eps">eps</option> + <option value="pdf">pdf</option> <option value="tiff">tiff</option> </param> </inputs> @@ -48,6 +49,7 @@ <when input="output_format" value="gif" format="gif" /> <when input="output_format" value="svg" format="svg" /> <when input="output_format" value="eps" format="eps" /> + <when input="output_format" value="pdf" format="pdf" /> <when input="output_format" value="tiff" format="tiff" /> </change_format> </data> |