Mercurial > repos > thanhlv > bbmap
changeset 3:abd4087dc088 draft
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/bbmap commit e2d76780e87f3792d756ca65d6eb80e9d47f3234-dirty"
| author | thanhlv |
|---|---|
| date | Mon, 25 Nov 2019 17:54:14 +0000 |
| parents | 68bea7cc680c |
| children | e40d2adb0896 |
| files | sendsketch.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/sendsketch.xml Mon Nov 25 12:46:17 2019 +0000 +++ b/sendsketch.xml Mon Nov 25 17:54:14 2019 +0000 @@ -56,8 +56,8 @@ </inputs> <outputs> - <data name="Output" format="txt" from_work_dir="output.txt"/> - <data name="Sketch" format="binary" from_work_dir="sketch"> + <data name="Output" format="txt" label="${tool.name} on ${on_string} Results" from_work_dir="output.txt"/> + <data name="Sketch" format="binary" label="${tool.name} on ${on_string} Sketch" from_work_dir="sketch"> <filter>write_sketch is True</filter> </data> </outputs>
