Mercurial > repos > tduigou > icfree_instructor
changeset 4:6d368cd4a9eb draft
planemo upload for repository https://github.com/brsynth/icfree-ml commit 96a30e92eab3144b924fdba7b63be10b218160a7
author | tduigou |
---|---|
date | Wed, 24 Jul 2024 08:41:19 +0000 |
parents | e4682a0c66da |
children | caee84791e0d |
files | instructor.xml macros.xml |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/instructor.xml Tue Jul 23 13:59:02 2024 +0000 +++ b/instructor.xml Wed Jul 24 08:41:19 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="icfree_instructor" name="iCFree instructor" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="@LICENCE@"> +<tool id="icfree_instructor" name="iCFree instructor" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="MIT"> <description>Generates a list of Echo-compatible instructions to prepare samples</description> <macros> <import>macros.xml</import>
--- a/macros.xml Tue Jul 23 13:59:02 2024 +0000 +++ b/macros.xml Wed Jul 24 08:41:19 2024 +0000 @@ -1,7 +1,6 @@ <macros> <token name="@TOOL_VERSION@">2.4.0</token> <token name="@VERSION_SUFFIX@">0</token> - <token name="@LICENSE@">MIT</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">icfree-ml</requirement>