Mercurial > repos > iuc > quast
comparison macros.xml @ 14:3061c8b029e5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit b4d6989e1e185120ce470df5c2b0d93330d5e124
author | iuc |
---|---|
date | Fri, 05 Aug 2022 15:21:27 +0000 |
parents | 675488238c96 |
children | 72472698a2df |
comparison
equal
deleted
inserted
replaced
13:675488238c96 | 14:3061c8b029e5 |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@TOOL_VERSION@">5.2.0</token> | |
3 <token name="@VERSION_SUFFIX@">0</token> | |
4 <token name="@PROFILE@">21.01</token> | |
2 <xml name="requirements"> | 5 <xml name="requirements"> |
3 <requirements> | 6 <requirements> |
4 <requirement type="package" version="@TOOL_VERSION@">quast</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">quast</requirement> |
5 <requirement type="package" version="0.69.8">circos</requirement> | 8 <requirement type="package" version="0.7.17">bwa</requirement> |
9 <requirement type="package" version="2.30.0">bedtools</requirement> | |
6 </requirements> | 10 </requirements> |
7 </xml> | 11 </xml> |
8 <xml name="bio_tools"> | 12 <xml name="bio_tools"> |
9 <xrefs> | 13 <xrefs> |
10 <xref type="bio.tools">quast</xref> | 14 <xref type="bio.tools">quast</xref> |
11 </xrefs> | 15 </xrefs> |
12 </xml> | 16 </xml> |
13 <token name="@TOOL_VERSION@">5.0.2</token> | |
14 <token name="@VERSION_SUFFIX@">5</token> | |
15 <xml name="gene_thresholds"> | 17 <xml name="gene_thresholds"> |
16 <param name="gene_thresholds" argument="--gene-thresholds" type="text" value="0,300,1500,3000" label="Comma-separated list of thresholds (in bp) for gene lengths to find with a finding tool"/> | 18 <param name="gene_thresholds" argument="--gene-thresholds" type="text" value="0,300,1500,3000" label="Comma-separated list of thresholds (in bp) for gene lengths to find with a finding tool"/> |
17 </xml> | 19 </xml> |
18 <xml name="citations"> | 20 <xml name="citations"> |
19 <citations> | 21 <citations> |
21 <citation type="doi">10.1093/bioinformatics/btw379</citation> | 23 <citation type="doi">10.1093/bioinformatics/btw379</citation> |
22 <citation type="doi">10.1093/bioinformatics/btv697</citation> | 24 <citation type="doi">10.1093/bioinformatics/btv697</citation> |
23 <citation type="doi">10.1093/bioinformatics/btt086</citation> | 25 <citation type="doi">10.1093/bioinformatics/btt086</citation> |
24 </citations> | 26 </citations> |
25 </xml> | 27 </xml> |
28 <xml name="min_identity_macros" token_value=""> | |
29 <param argument="--min-identity" type="float" value="@VALUE@" min="80" max="100" label="Minimum IDY% considered as proper alignment" help="Alignments with IDY% worse than this value will be filtered. Note that all alignments | |
30 with IDY% less than 80.0% will be filtered regardless of this threshold. "/> | |
31 </xml> | |
26 </macros> | 32 </macros> |