comparison hilbertvis.xml @ 1:de1d3f4e5277 draft

Uploaded updated tarball with tool dependency definition.
author devteam
date Wed, 21 Aug 2013 13:06:25 -0400
parents 6f6859904b65
children e545f2d6795d
comparison
equal deleted inserted replaced
0:6f6859904b65 1:de1d3f4e5277
1 <tool id="hgv_hilbertvis" name="HVIS" version="1.0.0"> 1 <tool id="hgv_hilbertvis" name="HVIS" version="1.0.0">
2 <description>visualization of genomic data with the Hilbert curve</description> 2 <description>visualization of genomic data with the Hilbert curve</description>
3 3 <requirements>
4 <requirement type="package" version="2.11.0">R</requirement>
5 <requirement type="package" version="1.18.0">bioc_hilbertvis</requirement>
6 </requirements>
4 <command interpreter="bash"> 7 <command interpreter="bash">
5 hilbertvis.sh $input $output $chromInfo "$chrom" $plot_value.score_col $level $mode 8 hilbertvis.sh $input $output $chromInfo "$chrom" $plot_value.score_col $level $mode
6 #if isinstance( $input.datatype, $__app__.datatypes_registry.get_datatype_by_extension('gff').__class__) 9 #if isinstance( $input.datatype, $__app__.datatypes_registry.get_datatype_by_extension('gff').__class__)
7 1 4 5 7 10 1 4 5 7
8 #else 11 #else