changeset 32:5915ea1ec9b1 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit d8c2d0e1ce530d9cceb06cbd516296876926f0dd
author iuc
date Wed, 22 Jun 2022 07:11:38 +0000
parents 02c5a84971c8
children 135b80fb1ac2
files cutadapt.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cutadapt.xml	Mon Apr 18 14:31:26 2022 +0000
+++ b/cutadapt.xml	Wed Jun 22 07:11:38 2022 +0000
@@ -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 -->