Mercurial > repos > iuc > bandage
comparison bandage_image.xml @ 3:b2860df42e16 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit ef940ee99e8bf07cfe86b273a3eda72f09003fb3"
author | iuc |
---|---|
date | Thu, 05 Dec 2019 17:17:29 -0500 |
parents | 58124285e462 |
children | 94fe43e75ddc |
comparison
equal
deleted
inserted
replaced
2:58124285e462 | 3:b2860df42e16 |
---|---|
1 <tool id="bandage_image" name="Bandage Image" version="@TOOL_VERSION@+galaxy1"> | 1 <tool id="bandage_image" name="Bandage Image" version="@TOOL_VERSION@+galaxy2" profile="18.01"> |
2 <description>visualize de novo assembly graphs</description> | 2 <description>visualize de novo assembly graphs</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
7 <expand macro="version_command"/> | 7 <expand macro="version_command"/> |
8 <command detect_errors="exit_code"> <![CDATA[ | 8 <command detect_errors="exit_code"> <![CDATA[ |
9 ## set headless mode | 9 @HEADLESS@ |
10 export QT_QPA_PLATFORM='offscreen' && | |
11 | |
12 Bandage | 10 Bandage |
13 image | 11 image |
14 '$input_file' | 12 '$input_file' |
15 'out.$output_format' | 13 'out.$output_format' |
16 #if $height: | 14 #if $height: |