Mercurial > repos > iuc > dada2_learnerrors
comparison dada2_learnErrors.xml @ 3:ea55653a9210 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dada2 commit 8533fe71d1d50f09348da2dc34941724407a1ffe"
| author | iuc |
|---|---|
| date | Tue, 14 Jul 2020 11:33:07 +0000 |
| parents | 277c6c66e177 |
| children | 9479dba50229 |
comparison
equal
deleted
inserted
replaced
| 2:277c6c66e177 | 3:ea55653a9210 |
|---|---|
| 57 </outputs> | 57 </outputs> |
| 58 <tests> | 58 <tests> |
| 59 <test> | 59 <test> |
| 60 <param name="fls" value="filterAndTrim_F3D0_R1.fq.gz,filterAndTrim_F3D141_R1.fq.gz" ftype="fastqsanger.gz"/> | 60 <param name="fls" value="filterAndTrim_F3D0_R1.fq.gz,filterAndTrim_F3D141_R1.fq.gz" ftype="fastqsanger.gz"/> |
| 61 <output name="errors" value="learnErrors_R1.Rdata" ftype="dada2_errorrates" compare="sim_size" delta="7000"/> | 61 <output name="errors" value="learnErrors_R1.Rdata" ftype="dada2_errorrates" compare="sim_size" delta="7000"/> |
| 62 <output name="plot" value="learnErrors_R1.pdf" ftype="pdf" compare="sim_size" delta="5000" /> | 62 <output name="plot" ftype="pdf"> |
| 63 <assert_contents> | |
| 64 <has_text text="%PDF"/> | |
| 65 <has_text text="%%EOF"/> | |
| 66 </assert_contents> | |
| 67 </output> | |
| 63 </test> | 68 </test> |
| 64 <!-- test w non-default parameters --> | 69 <!-- test w non-default parameters --> |
| 65 <test> | 70 <test> |
| 66 <param name="fls" value="filterAndTrim_F3D0_R1.fq.gz,filterAndTrim_F3D141_R1.fq.gz" ftype="fastqsanger.gz"/> | 71 <param name="fls" value="filterAndTrim_F3D0_R1.fq.gz,filterAndTrim_F3D141_R1.fq.gz" ftype="fastqsanger.gz"/> |
| 67 <param name="nbases" value="6" /> | 72 <param name="nbases" value="6" /> |
| 72 <param name="plotopt|obs" value="FALSE" /> | 77 <param name="plotopt|obs" value="FALSE" /> |
| 73 <param name="plotopt|err_out" value="FALSE" /> | 78 <param name="plotopt|err_out" value="FALSE" /> |
| 74 <param name="plotopt|err_in" value="TRUE" /> | 79 <param name="plotopt|err_in" value="TRUE" /> |
| 75 <param name="plotopt|nominalQ" value="FALSE"/> | 80 <param name="plotopt|nominalQ" value="FALSE"/> |
| 76 <output name="errors" value="learnErrors_R1.Rdata" ftype="dada2_errorrates" compare="sim_size" delta="13000"/> | 81 <output name="errors" value="learnErrors_R1.Rdata" ftype="dada2_errorrates" compare="sim_size" delta="13000"/> |
| 77 <output name="plot" value="learnErrors_R1.pdf" ftype="pdf" compare="sim_size" delta="5000" /> | 82 <output name="plot" ftype="pdf"> |
| 83 <assert_contents> | |
| 84 <has_text text="%PDF"/> | |
| 85 <has_text text="%%EOF"/> | |
| 86 </assert_contents> | |
| 87 </output> | |
| 78 </test> | 88 </test> |
| 79 </tests> | 89 </tests> |
| 80 <help><