Mercurial > repos > cmonjeau > lordec
comparison lordec_correct.xml @ 3:e978c66bb55f draft
Uploaded
author | abretaud |
---|---|
date | Wed, 31 Aug 2016 11:22:15 -0400 |
parents | 46caddb8b8eb |
children |
comparison
equal
deleted
inserted
replaced
2:2e8e1bf4febf | 3:e978c66bb55f |
---|---|
1 <tool id="lordeccorrect" name="lordeccorrect" version="0.5.3"> | 1 <tool id="lordeccorrect" name="lordeccorrect" version="0.6"> |
2 <description>is an efficient tool for correcting sequencing errors in PacBio reads</description> | 2 <description>is an efficient tool for correcting sequencing errors in PacBio reads</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="0.5.3">lordec</requirement> | 4 <requirement type="package" version="0.6">lordec</requirement> |
5 </requirements> | 5 </requirements> |
6 <command> | 6 <command><![CDATA[ |
7 lordec-correct | 7 lordec-correct |
8 -2 $short_reads | 8 -2 $short_reads |
9 -i $long_reads | 9 -i $long_reads |
10 -k $kmer_len | 10 -k $kmer_len |
11 -o $corrected_read_file | 11 -o $corrected_read_file |
14 #if str( $advanced_options.advanced_options_selector) == "advanced" | 14 #if str( $advanced_options.advanced_options_selector) == "advanced" |
15 -t $advanced_options.trials | 15 -t $advanced_options.trials |
16 -b $advanced_options.branch | 16 -b $advanced_options.branch |
17 -e $advanced_options.errorrate | 17 -e $advanced_options.errorrate |
18 -T $advanced_options.threads | 18 -T $advanced_options.threads |
19 #end if | 19 #end if |
20 2>1 | 20 2>&1 |
21 ]]> | |
21 </command> | 22 </command> |
22 | 23 |
23 <inputs> | 24 <inputs> |
24 <!-- Input data files --> | 25 <!-- Input data files --> |
25 <param name="short_reads" type="data" format="fasta,fastq.gz,fastq" label="short read FASTA/Q file" /> | 26 <param name="short_reads" type="data" format="fasta,fastq.gz,fastq" label="short read FASTA/Q file" /> |
61 | 62 |
62 ------- | 63 ------- |
63 | 64 |
64 **Integrated by** | 65 **Integrated by** |
65 | 66 |
66 Yvan Le Bras and Cyril Monjeaud | 67 Yvan Le Bras and Cyril Monjeaud |
67 | 68 |
68 GenOuest Bio-informatics Core Facility | 69 GenOuest Bio-informatics Core Facility |
69 | 70 |
70 UMR 6074 IRISA INRIA-CNRS-UR1 Rennes (France) | 71 UMR 6074 IRISA INRIA-CNRS-UR1 Rennes (France) |
71 | 72 |
75 | 76 |
76 `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>`_ | 77 `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>`_ |
77 | 78 |
78 </help> | 79 </help> |
79 <citations> | 80 <citations> |
81 <citation type="doi">10.1186/s13742-015-0105-2</citation> | |
80 <citation type="doi">10.1093/bioinformatics/btu538</citation> | 82 <citation type="doi">10.1093/bioinformatics/btu538</citation> |
81 <citation type="bibtex">@INPROCEEDINGS{JOBIM2013, | 83 <citation type="bibtex">@INPROCEEDINGS{JOBIM2013, |
82 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.}, | 84 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.}, |
83 title = {Towards a Life Sciences Virtual Research Environment: An e-Science initiative in Western France}, | 85 title = {Towards a Life Sciences Virtual Research Environment: An e-Science initiative in Western France}, |
84 booktitle = {JOBIM 2013 Proceedings}, | 86 booktitle = {JOBIM 2013 Proceedings}, |
85 year = {2013}, | 87 year = {2013}, |
86 url = {https://www.e-biogenouest.org/resources/128}, | 88 url = {https://www.e-biogenouest.org/resources/128}, |
87 pages = {97-106} | 89 pages = {97-106} |
88 }</citation> | 90 }</citation> |
89 </citations> | 91 </citations> |
90 </tool> | 92 </tool> |