Mercurial > repos > rhpvorderman > presto_parseheaders
comparison presto_macros.xml @ 0:87c8206c1b9f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/presto commit 47ec0cab26932e1c17451b2ef8455c20c89cf6fd
| author | rhpvorderman |
|---|---|
| date | Fri, 07 Oct 2022 13:06:24 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:87c8206c1b9f |
|---|---|
| 1 <macros> | |
| 2 <xml name="citations"> | |
| 3 <citations> | |
| 4 <citation type="doi">10.1093/bioinformatics/btu138</citation> | |
| 5 <yield /> | |
| 6 </citations> | |
| 7 </xml> | |
| 8 <xml name="bio_tools"> | |
| 9 <xrefs> | |
| 10 <xref type="bio.tools">presto</xref> | |
| 11 </xrefs> | |
| 12 </xml> | |
| 13 <token name="@TOOL_VERSION@">0.6.2</token> | |
| 14 <token name="@VERSION_SUFFIX@">0</token> | |
| 15 <token name="@PROFILE@">20.05</token> | |
| 16 <xml name="requirements"> | |
| 17 <requirements> | |
| 18 <requirement type="package" version="@TOOL_VERSION@">presto</requirement> | |
| 19 </requirements> | |
| 20 </xml> | |
| 21 | |
| 22 <xml name="presto-coord-param"> | |
| 23 <param argument="--coord" type="select" value="presto" label="Coordinate" help="The format of the sequence identifier which defines shared coordinate information across mate pairs."> | |
| 24 <option value="illumina">Illumina</option> | |
| 25 <option value="solexa">Solexa</option> | |
| 26 <option value="sra">SRA</option> | |
| 27 <option value="454">454</option> | |
| 28 <option value="presto">pRESTO</option> | |
| 29 </param> | |
| 30 </xml> | |
| 31 | |
| 32 <xml name="presto-log-param"> | |
| 33 <param name="capture_log" type="boolean" value="false" label="Generate Detailed Log" help="Generate detailed log information that can be summarized with ParseLog."/> | |
| 34 </xml> | |
| 35 | |
| 36 <xml name="presto-log-output"> | |
| 37 <data name="log_out" format="txt" label="Log from ${tool.name} on ${on_string}"> | |
| 38 <filter>capture_log</filter> | |
| 39 </data> | |
| 40 </xml> | |
| 41 | |
| 42 <xml name="text-regex-validator"> | |
| 43 <validator type="regex" message="Value may include alphanumeric characters, underscores and spaces.">[A-Za-z0-9_ ]+</validator> | |
| 44 </xml> | |
| 45 | |
| 46 <token name="@PRESTO_URL_BASE@">https://presto.readthedocs.io</token> | |
| 47 | |
| 48 <token name="@HELP_NOTE@"><![CDATA[ | |
| 49 | |
| 50 === | |
| 51 | |
| 52 **Note about limitations of pRESTO tools within Galaxy:** | |
| 53 | |
| 54 pRESTO tools in galaxy have the following limitations vs. when run at the command line: | |
| 55 | |
| 56 * Inputs must be FASTQ format and cannot be FASTA format. | |
| 57 * Multiple inputs files are not supported per argument (e.g. ``-1``, ``-2`` or ``-s``), i.e. | |
| 58 - Steps that take a pair of fastq inputs can only take two files, not two sets of files | |
| 59 - Steps that take a single set of fastq inputs can only take a single file | |
| 60 * The ``--outdir`` and ``--outname`` options are not supported; output files are named directly | |
| 61 ]]></token> | |
| 62 </macros> |
