Mercurial > repos > iuc > transit_hmm
comparison transit_hmm.xml @ 3:a15f2773a7d7 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit bd061799ebd49ada1a666d0815720c18291728da"
author | iuc |
---|---|
date | Wed, 16 Oct 2019 04:32:33 -0400 |
parents | 32da07a53d3b |
children | 532a84f0de1e |
comparison
equal
deleted
inserted
replaced
2:32da07a53d3b | 3:a15f2773a7d7 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="transit_hmm" name="HMM" version="@VERSION@+galaxy1"> | 2 <tool id="transit_hmm" name="HMM" version="@VERSION@+galaxy2"> |
3 <description>- determine essentiality of a genome</description> | 3 <description>- determine essentiality of a genome</description> |
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
8 <command detect_errors="exit_code"><![CDATA[ | 8 <command detect_errors="exit_code"><![CDATA[ |
9 @LINK_INPUTS@ | 9 @LINK_INPUTS@ |
10 transit hmm $input_files annotation.dat transit_out.txt | 10 transit hmm $input_files annotation.dat transit_out.txt |
11 @STANDARD_OPTIONS@ | 11 @STANDARD_OPTIONS@ |
12 -r $replicates | |
13 $loess | 12 $loess |
14 ]]> | 13 ]]> |
15 </command> | 14 </command> |
16 <inputs> | 15 <inputs> |
17 <expand macro="standard_inputs"> | 16 <expand macro="standard_inputs"> |
18 <expand macro="replicates" /> | 17 <expand macro="handle_replicates" /> |
19 <param name="loess" argument="-l" type="boolean" truevalue="-l" falsevalue="" label="Perform LOESS Correction" help="Helps remove possible genomic position bias." /> | 18 <param name="loess" argument="-l" type="boolean" truevalue="-l" falsevalue="" label="Perform LOESS Correction" help="Helps remove possible genomic position bias." /> |
20 </expand> | 19 </expand> |
21 </inputs> | 20 </inputs> |
22 <outputs> | 21 <outputs> |
23 <expand macro="outputs"> | 22 <expand macro="outputs"> |