# HG changeset patch # User iuc # Date 1544752341 18000 # Node ID a20510d1783fa7b4b031515376675a9fcb0d8c19 # Parent 27c6ecae0cd7f1ce6c47ec6b57392cf3bc165d5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit b58d6ff959a1d920fd0d9b02e43d2482667d61e8 diff -r 27c6ecae0cd7 -r a20510d1783f cutadapt.xml --- a/cutadapt.xml Fri Nov 09 11:31:50 2018 -0500 +++ b/cutadapt.xml Thu Dec 13 20:52:21 2018 -0500 @@ -82,7 +82,7 @@ #if str( $library.type ) == "single": @read1_options@ #if $output_options.multiple_output: - --output='split/{name}.fastq' + --output='split/{name}.${input_1.ext}' #else: --output='$out1' #end if @@ -236,6 +236,7 @@ + (output_options['multiple_output'] is False) @@ -290,8 +291,8 @@ - - + + (output_options['multiple_output'] is True) @@ -422,7 +423,7 @@ - + @@ -433,14 +434,43 @@ - - - - - + + + + +
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+