comparison gemini_fusions.xml @ 1:37f9901b674d draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit 7867095d83e5d0e0f923de7e9720d59df0034817
author iuc
date Tue, 22 Mar 2016 21:42:02 -0400
parents 8295781a3c27
children b35fd707c586
comparison
equal deleted inserted replaced
0:8295781a3c27 1:37f9901b674d
8 <expand macro="stdio" /> 8 <expand macro="stdio" />
9 <expand macro="version_command" /> 9 <expand macro="version_command" />
10 <command> 10 <command>
11 <![CDATA[ 11 <![CDATA[
12 12
13 gemini @BINARY@ 13 gemini
14
15 #if $annotation_databases: 14 #if $annotation_databases:
16 --annotation-dir "${ annotation_databases.fields.path }" 15 --annotation-dir "${ annotation_databases.fields.path }"
17 #end if 16 #end if
18 17 @BINARY@
19 $in_cosmic_census 18 $in_cosmic_census
20 19
21 #if float($min_quality) >= 0: 20 #if float($min_quality) >= 0:
22 --min-qual $min_quality 21 --min-qual $min_quality
23 #end if 22 #end if