comparison lordec_trim.xml @ 0:46caddb8b8eb

Imported from capsule None
author cmonjeau
date Fri, 05 Jun 2015 11:41:13 -0400
parents
children d135caa42d04
comparison
equal deleted inserted replaced
-1:000000000000 0:46caddb8b8eb
1 <tool id="lordectrim" name="lordectrim" version="0.5.3">
2 <description>is an efficient tool to trim weak regions of PacBio corrected reads</description>
3 <requirements>
4 <requirement type="package" version="0.5.3">lordec</requirement>
5 </requirements>
6 <command>
7 #if $split
8 lordec-trim-split
9 #else
10 lordec-trim
11 #end if
12 -i $long_reads
13 -o $corrected_read_file
14 </command>
15
16 <inputs>
17 <!-- Input data files -->
18 <param name="long_reads" type="data" format="fasta,fastq.gz,fastq" label="long read FASTA/Q file" help="PacBio reads files" />
19 <param name="split" type="boolean" label="use the split option" help="trim all weak regions and split the reads on inner weak regions" />
20 </inputs>
21
22 <outputs>
23 <data format="fasta" name="corrected_read_file" label="${tool.name} on ${on_string}: corrected_read_file.fa" />
24 </outputs>
25 <help>
26
27 **Description**
28 Program for correcting sequencing errors in PacBio reads using highly accurate short reads (e.g. Illumina).
29
30 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.
31
32 -------
33
34 **Web site**
35
36 http://www.atgc-montpellier.fr/lordec/
37
38 -------
39
40 **Integrated by**
41
42 Yvan Le Bras and Cyril Monjeaud
43
44 GenOuest Bio-informatics Core Facility
45
46 UMR 6074 IRISA INRIA-CNRS-UR1 Rennes (France)
47
48 support@genouest.org
49
50 If you use this tool in Galaxy, please cite :
51
52 `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. &lt;https://www.e-biogenouest.org/resources/128&gt;`_
53
54 </help>
55 <citations>
56 <citation type="doi">10.1093/bioinformatics/btu538</citation>
57 <citation type="bibtex">@INPROCEEDINGS{JOBIM2013,
58 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.},
59 title = {Towards a Life Sciences Virtual Research Environment: An e-Science initiative in Western France},
60 booktitle = {JOBIM 2013 Proceedings},
61 year = {2013},
62 url = {https://www.e-biogenouest.org/resources/128},
63 pages = {97-106}
64 }</citation>
65 </citations>
66 </tool>