Mercurial > repos > devteam > fastx_renamer
changeset 1:defaa5ba1ee2 draft
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Tue, 13 Oct 2015 12:41:46 -0400 |
parents | 4ed1114bfe88 |
children | 2b324adf4e58 |
files | fastx_renamer.xml tool_dependencies.xml |
diffstat | 2 files changed, 24 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/fastx_renamer.xml Tue Aug 20 10:50:39 2013 -0400 +++ b/fastx_renamer.xml Tue Oct 13 12:41:46 2015 -0400 @@ -1,29 +1,32 @@ <tool id="cshl_fastx_renamer" name="Rename sequences" version="0.0.11" > - <description></description> + <description></description> <requirements> <requirement type="package" version="0.0.13">fastx_toolkit</requirement> </requirements> - <command>zcat -f $input | fastx_renamer -n $TYPE -o $output -v + <command> +<![CDATA[ +zcat -f < '$input' | fastx_renamer -n $TYPE -o '$output' -v #if $input.ext == "fastqsanger": --Q 33 + -Q 33 #end if - </command> +]]> + </command> - <inputs> - <param format="fastqsolexa,fasta,fastqsanger" name="input" type="data" label="FASTQ/A Library to rename" /> + <inputs> + <param format="fastqsolexa,fasta,fastqsanger" name="input" type="data" label="FASTQ/A Library to rename" /> - <param name="TYPE" type="select" label="Rename sequence identifiers to"> - <option value="SEQ">Nucleotides sequence</option> - <option value="COUNT">Numeric Counter</option> - </param> - </inputs> + <param name="TYPE" type="select" label="Rename sequence identifiers to"> + <option value="SEQ">Nucleotides sequence</option> + <option value="COUNT">Numeric Counter</option> + </param> + </inputs> - <outputs> - <data format="input" name="output" metadata_source="input" /> - </outputs> - -<help> - + <outputs> + <data format_source="input" name="output" metadata_source="input" /> + </outputs> + <tests> + </tests> + <help> **What it does** This tool renames the sequence identifiers in a FASTQ/A file. @@ -42,7 +45,7 @@ GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT +CSHL_4_FC042GAMMII_2_1_517_596 40 40 40 40 40 40 40 40 40 40 38 40 40 40 40 40 14 40 40 40 40 40 36 40 13 14 24 24 9 24 9 40 10 10 15 40 - + Renamed to **nucleotides sequence**:: @GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT @@ -61,7 +64,7 @@ This tool is based on `FASTX-toolkit`__ by Assaf Gordon. - .. __: http://hannonlab.cshl.edu/fastx_toolkit/ -</help> + .. __: http://hannonlab.cshl.edu/fastx_toolkit/ + </help> <!-- FASTQ-to-FASTA is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) --> </tool>
--- a/tool_dependencies.xml Tue Aug 20 10:50:39 2013 -0400 +++ b/tool_dependencies.xml Tue Oct 13 12:41:46 2015 -0400 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> <package name="fastx_toolkit" version="0.0.13"> - <repository changeset_revision="1cd326991d32" name="package_fastx_toolkit_0_0_13" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="e76e81b3eccf" name="package_fastx_toolkit_0_0_13" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> </tool_dependency>