Mercurial > repos > tduigou > doe_synbio_sampler
comparison sampler.xml @ 7:257a173f377e draft
planemo upload for repository ['https://github.com/brsynth/icfree-ml', 'https://github.com/pablocarb/doebase'] commit 9889dbc08f8f4ff3ee992418d81d39e35c81051a-dirty
author | tduigou |
---|---|
date | Tue, 17 Sep 2024 15:12:44 +0000 |
parents | 04159a12c757 |
children | 5381731a6f38 |
comparison
equal
deleted
inserted
replaced
6:04159a12c757 | 7:257a173f377e |
---|---|
1 <tool id="doe_synbio_sampler" name="iCFree sampler" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="@LICENCE@"> | 1 <tool id="doe_synbio_sampler" name="iCFree sampler" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="MIT"> |
2 <description>Generate Latin Hypercube Samples for given components.</description> | 2 <description>Generate Latin Hypercube Samples for given components.</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 <token name="@TOOL_VERSION@">2.5.0</token> | 5 <token name="@TOOL_VERSION@">2.5.0</token> |
6 </macros> | 6 </macros> |
7 <requirements> | 7 <requirements> |
8 <requirement type="package" version="@TOOL_VERSION@">icfree-ml</requirement> | 8 <requirement type="package" version="@TOOL_VERSION@">icfree</requirement> |
9 </requirements> | 9 </requirements> |
10 <expand macro="stdio"/> | 10 <expand macro="stdio"/> |
11 <command detect_errors="exit_code"><![CDATA[ | 11 <command detect_errors="exit_code"><![CDATA[ |
12 #import json | 12 #import json |
13 #set $components = {} | 13 #set $components = {} |