Mercurial > repos > devteam > hgv_hilbertvis
diff 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 |
line wrap: on
line diff
--- a/hilbertvis.xml Tue Aug 20 10:57:23 2013 -0400 +++ b/hilbertvis.xml Wed Aug 21 13:06:25 2013 -0400 @@ -1,6 +1,9 @@ <tool id="hgv_hilbertvis" name="HVIS" version="1.0.0"> <description>visualization of genomic data with the Hilbert curve</description> - + <requirements> + <requirement type="package" version="2.11.0">R</requirement> + <requirement type="package" version="1.18.0">bioc_hilbertvis</requirement> + </requirements> <command interpreter="bash"> hilbertvis.sh $input $output $chromInfo "$chrom" $plot_value.score_col $level $mode #if isinstance( $input.datatype, $__app__.datatypes_registry.get_datatype_by_extension('gff').__class__)
