Mercurial > repos > iuc > concoct_coverage_table
comparison concoct_coverage_table.xml @ 5:fd31cd168efc draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/concoct commit 86e1afebec29c10ef1e31196b23c24fde2d086da
author | iuc |
---|---|
date | Sun, 12 Nov 2023 14:31:03 +0000 |
parents | 5ded3318cf8a |
children |
comparison
equal
deleted
inserted
replaced
4:0442e7102125 | 5:fd31cd168efc |
---|---|
1 <tool id="concoct_coverage_table" name="CONCOCT: Generate the input coverage table" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 1 <tool id="concoct_coverage_table" name="CONCOCT: Generate the input coverage table" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>for CONCOCT</description> | 2 <description>for CONCOCT</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="biotools"/> | |
6 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
7 <command detect_errors="exit_code"><![CDATA[ | 8 <command detect_errors="exit_code"><![CDATA[ |
8 #import re | 9 #import re |
9 mkdir 'mapping' && | 10 mkdir 'mapping' && |
10 #if $mode.type == 'individual' | 11 #if $mode.type == 'individual' |