Repository 'cutadapt'
hg clone https://toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt

Changeset 32:5915ea1ec9b1 (2022-06-22)
Previous changeset 31:02c5a84971c8 (2022-04-18) Next changeset 33:135b80fb1ac2 (2022-10-14)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit d8c2d0e1ce530d9cceb06cbd516296876926f0dd
modified:
cutadapt.xml
b
diff -r 02c5a84971c8 -r 5915ea1ec9b1 cutadapt.xml
--- a/cutadapt.xml Mon Apr 18 14:31:26 2022 +0000
+++ b/cutadapt.xml Wed Jun 22 07:11:38 2022 +0000
b
@@ -534,7 +534,8 @@
             </section>
             <param name="output_selector" value="rest_file,json_stats"/>
             <output name="out1" file="cutadapt_rest.out" ftype="fasta"/>
-            <output name="json_stats" file="cutadapt_rest.json" ftype="json" lines_diff="4"/> <!--allow for differing cutadapt and python version-->
+            <!--allow for differing cutadapt and python version as well as two lines containing the number of cores -->
+            <output name="json_stats" file="cutadapt_rest.json" ftype="json" lines_diff="8"/>
             <output name="rest_output" file="cutadapt_rest2.out" ftype="fasta"/>
         </test>
         <!-- Ensure nextseq-trim option works -->