Mercurial > repos > bgruening > cp_common
comparison starting_modules.xml @ 6:6070780813d9 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 57a0433defa3cbc37ab34fbb0ebcfaeb680db8d5
author | bgruening |
---|---|
date | Sun, 05 Nov 2023 09:36:34 +0000 |
parents | 670975e92458 |
children |
comparison
equal
deleted
inserted
replaced
5:670975e92458 | 6:6070780813d9 |
---|---|
1 <tool id="cp_common" name="Starting Modules" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@"> | 1 <tool id="cp_common" name="Starting Modules" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@"> |
2 <description>load images and metadata into CellProfiler (Images, Metadata, NamesAndTypes, Groups)</description> | 2 <description>Load images and metadata</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 <token name="@VERSION_SUFFIX@">1</token> | 5 <token name="@VERSION_SUFFIX@">2</token> |
6 <import>starting_modules_images.xml</import> | 6 <import>starting_modules_images.xml</import> |
7 <import>starting_modules_metadata.xml</import> | 7 <import>starting_modules_metadata.xml</import> |
8 <import>starting_modules_nameandtypes.xml</import> | 8 <import>starting_modules_nameandtypes.xml</import> |
9 <import>starting_modules_groups.xml</import> | 9 <import>starting_modules_groups.xml</import> |
10 </macros> | 10 </macros> |
11 | |
12 <edam_operations> | |
13 <edam_operation>operation_3443</edam_operation> | |
14 </edam_operations> | |
15 <xrefs> | |
16 <xref type="bio.tools">CellProfiler</xref> | |
17 <xref type="biii">cellprofiler</xref> | |
18 </xrefs> | |
11 | 19 |
12 <expand macro="py_requirements"/> | 20 <expand macro="py_requirements"/> |
13 | 21 |
14 <command detect_errors="aggressive"><![CDATA[ | 22 <command detect_errors="aggressive"><![CDATA[ |
15 python '$__tool_directory__/starting_modules.py' '$inputs' | 23 python '$__tool_directory__/starting_modules.py' '$inputs' |