Repository 'dada2_learnerrors'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/dada2_learnerrors

Changeset 1:39638e0aff59 (2019-12-05)
Previous changeset 0:fd892c845981 (2019-11-08) Next changeset 2:c48d42d65d2b (2020-03-16)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dada2 commit a82e4981dac025c909244acd7127c215bdb519a7"
modified:
README.md
dada2_learnErrors.xml
macros.xml
test-data/complexity.pdf
test-data/learnErrors_F3D0_R1.pdf
test-data/learnErrors_F3D0_R2.pdf
test-data/makeSequenceTable_F3D0.pdf
test-data/qualityProfile.pdf
removed:
test-data/derepFastq_F3D0_R1.Rdata
test-data/derepFastq_F3D0_R2.Rdata
b
diff -r fd892c845981 -r 39638e0aff59 README.md
--- a/README.md Fri Nov 08 18:49:30 2019 -0500
+++ b/README.md Thu Dec 05 18:00:17 2019 -0500
b
@@ -1,15 +1,21 @@
 Wrappers for the core functionality of the dada2 package https://benjjneb.github.io/dada2/index.html. 
 
+- assignTaxonomyAddspecies
 - filterAndTrim
 - learnErrors
 - dada
 - mergePairs
 - makeSequenceTable
+- plotComplexity
+- plotQualityProfile
 - removeBimeraDenovo
+- seqCounts
 
 Installation
 ============
 
+A conda release >=4.6 is needed so that the bioconductor-dada2 conda environment can be installed correctly.
+
 The dada2 wrappers can be installed via the toolshed. Since they use datatypes that have been introduced with Galaxy release 19.09 they won't work out of the box for older Galaxy releases. 
 In order to run the tools you may either upgrade Galaxy or execute the following two steps: 
 
b
diff -r fd892c845981 -r 39638e0aff59 dada2_learnErrors.xml
--- a/dada2_learnErrors.xml Fri Nov 08 18:49:30 2019 -0500
+++ b/dada2_learnErrors.xml Thu Dec 05 18:00:17 2019 -0500
b
@@ -58,8 +58,8 @@
     <tests>
         <test>
             <param name="fls" value="filterAndTrim_F3D0_R1.fq.gz" ftype="fastqsanger.gz"/>
-            <output name="errors" value="learnErrors_F3D0_R1.Rdata" ftype="dada2_errorrates"/>
-            <output name="plot" value="learnErrors_F3D0_R1.pdf" ftype="pdf" compare="sim_size" />
+            <output name="errors" value="learnErrors_F3D0_R1.Rdata" ftype="dada2_errorrates" compare="sim_size" delta="7000"/>
+            <output name="plot" value="learnErrors_F3D0_R1.pdf" ftype="pdf" compare="sim_size" delta="5000" />
         </test>
         <!-- test w non-default parameters -->
         <test>
@@ -73,8 +73,8 @@
             <param name="plotopt|err_out" value="FALSE" />
             <param name="plotopt|err_in" value="TRUE" />
             <param name="plotopt|nominalQ" value="FALSE"/>
-            <output name="errors" value="learnErrors_F3D0_R1.Rdata" ftype="dada2_errorrates" compare="sim_size" delta="14000"/>
-            <output name="plot" value="learnErrors_F3D0_R1.pdf" ftype="pdf" compare="sim_size" />
+            <output name="errors" value="learnErrors_F3D0_R1.Rdata" ftype="dada2_errorrates" compare="sim_size" delta="13000"/>
+            <output name="plot" value="learnErrors_F3D0_R1.pdf" ftype="pdf" compare="sim_size" delta="5000" />
         </test>
         <!-- TODO test w multiple inputs -->
     </tests>
b
diff -r fd892c845981 -r 39638e0aff59 macros.xml
--- a/macros.xml Fri Nov 08 18:49:30 2019 -0500
+++ b/macros.xml Thu Dec 05 18:00:17 2019 -0500
[
@@ -8,7 +8,7 @@
     </xml>
 
     <token name="@DADA2_VERSION@">1.12</token>
-    <token name="@WRAPPER_VERSION@">0</token>
+    <token name="@WRAPPER_VERSION@">1</token>
 
     <xml name="version_command">
         <version_command><![CDATA[
b
diff -r fd892c845981 -r 39638e0aff59 test-data/complexity.pdf
b
Binary file test-data/complexity.pdf has changed
b
diff -r fd892c845981 -r 39638e0aff59 test-data/derepFastq_F3D0_R1.Rdata
b
Binary file test-data/derepFastq_F3D0_R1.Rdata has changed
b
diff -r fd892c845981 -r 39638e0aff59 test-data/derepFastq_F3D0_R2.Rdata
b
Binary file test-data/derepFastq_F3D0_R2.Rdata has changed
b
diff -r fd892c845981 -r 39638e0aff59 test-data/learnErrors_F3D0_R1.pdf
b
Binary file test-data/learnErrors_F3D0_R1.pdf has changed
b
diff -r fd892c845981 -r 39638e0aff59 test-data/learnErrors_F3D0_R2.pdf
b
Binary file test-data/learnErrors_F3D0_R2.pdf has changed
b
diff -r fd892c845981 -r 39638e0aff59 test-data/makeSequenceTable_F3D0.pdf
b
Binary file test-data/makeSequenceTable_F3D0.pdf has changed
b
diff -r fd892c845981 -r 39638e0aff59 test-data/qualityProfile.pdf
b
Binary file test-data/qualityProfile.pdf has changed