Mercurial > repos > cmonjeau > lordec
view lordec_trim.xml @ 7:529da747c89c draft
Uploaded
author | abretaud |
---|---|
date | Wed, 31 Aug 2016 11:24:04 -0400 |
parents | d135caa42d04 |
children | 2978f45ed09f |
line wrap: on
line source
<tool id="lordectrim" name="lordectrim" version="0.5.3.1"> <description>is an efficient tool to trim weak regions of PacBio corrected reads</description> <requirements> <requirement type="package" version="0.6">lordec</requirement> </requirements> <command><![CDATA[ #if $split lordec-trim-split #else lordec-trim #end if -i $long_reads -o $corrected_read_file ]]> </command> <inputs> <!-- Input data files --> <param name="long_reads" type="data" format="fasta,fastq.gz,fastq" label="long read FASTA/Q file" help="PacBio reads files" /> <param name="split" type="boolean" label="use the split option" help="trim all weak regions and split the reads on inner weak regions" /> </inputs> <outputs> <data format="fasta" name="corrected_read_file" label="${tool.name} on ${on_string}: corrected_read_file.fa" /> </outputs> <help> **Description** Program for correcting sequencing errors in PacBio reads using highly accurate short reads (e.g. Illumina). LoRDEC outputs the corrected reads to the given file in FASTA format. The regions that remain weak after the correction are outputted in lower case characters and the solid regions are outputted in upper case characters. ------- **Web site** http://www.atgc-montpellier.fr/lordec/ ------- **Integrated by** Yvan Le Bras and Cyril Monjeaud GenOuest Bio-informatics Core Facility UMR 6074 IRISA INRIA-CNRS-UR1 Rennes (France) support@genouest.org If you use this tool in Galaxy, please cite : `Y. Le Bras, A. Roult, C. Monjeaud, M. Bahin, O. Quenez, C. Heriveau, A. Bretaudeau, O. Sallou, O. Collin, Towards a Life Sciences Virtual Research Environment : an e-Science initiative in Western France. JOBIM 2013. <https://www.e-biogenouest.org/resources/128>`_ </help> <citations> <citation type="doi">10.1186/s13742-015-0105-2</citation> <citation type="doi">10.1093/bioinformatics/btu538</citation> <citation type="bibtex">@INPROCEEDINGS{JOBIM2013, author = {Le Bras, Y. and ROULT, A. and Monjeaud, C. and Bahin, M. and Quenez, O. and Heriveau, C. and Bretaudeau, A. and Sallou, O. and Collin, O.}, title = {Towards a Life Sciences Virtual Research Environment: An e-Science initiative in Western France}, booktitle = {JOBIM 2013 Proceedings}, year = {2013}, url = {https://www.e-biogenouest.org/resources/128}, pages = {97-106} }</citation> </citations> </tool>