Mercurial > repos > iuc > biotradis
comparison tradis_gene_insert_sites.xml @ 5:8e4a4f240961 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 5aac8c4c9990e8796c8a4c55d6c900c03e6db3c0
author | iuc |
---|---|
date | Wed, 13 Mar 2024 14:56:52 +0000 |
parents | 103bd59b3e33 |
children |
comparison
equal
deleted
inserted
replaced
4:d1855ded740a | 5:8e4a4f240961 |
---|---|
1 <tool id="tradis_gene_insert_sites" name="Bio-TraDis counts to gene insertion data" version="@TOOL_VERSION@+galaxy@VERSION@"> | 1 <tool id="tradis_gene_insert_sites" name="Bio-TraDis counts to gene insertion data" version="@TOOL_VERSION@+galaxy@VERSION@"> |
2 <description></description> | 2 <description></description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="xrefs"/> | |
6 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
7 <command detect_errors="aggressive"> | 8 <command detect_errors="aggressive"> |
8 <![CDATA[ | 9 <![CDATA[ |
9 tradis_gene_insert_sites -trim3 '$trim3' -trim5 '$trim5' '$input_annot' '$input_counts' | 10 tradis_gene_insert_sites -trim3 '$trim3' -trim5 '$trim5' '$input_annot' '$input_counts' |
10 ]]> | 11 ]]> |