# HG changeset patch # User iuc # Date 1625649747 0 # Node ID 654b3a274ed57c59371585851bb2ea49ffe00b50 # Parent 02befcb391f5d69fc88a8affa0a8c81e375c900c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/prinseq/ commit 9cd78488b53cde8d3139d2d71ec500e2c91b9335" diff -r 02befcb391f5 -r 654b3a274ed5 prinseq.xml --- a/prinseq.xml Mon May 15 11:03:57 2017 -0400 +++ b/prinseq.xml Wed Jul 07 09:22:27 2021 +0000 @@ -1,7 +1,10 @@ - + to process quality of sequences + + 0.20.4 + - prinseq + prinseq @@ -34,7 +37,7 @@ #if $seq_type.input_singles.is_of_type('fastqillumina'): -phred64 #end if - #else: + #elif $seq_type.seq_type_opt == "paired": -fastq '$seq_type.input_mate1' -fastq2 '$seq_type.input_mate2' #if $seq_type.input_mate1.ext != $seq_type.input_mate2.ext: @@ -44,6 +47,12 @@ #if $seq_type.input_mate1.is_of_type('fastqillumina'): -phred64 #end if + #else + -fastq '$seq_type.input_collection.forward' + -fastq2 '$seq_type.input_collection.reverse' + #if $seq_type.input_collection.forward.is_of_type('fastqillumina'): + -phred64 + #end if #end if -out_good "tmp/good_sequences" @@ -225,6 +234,7 @@ + @@ -233,6 +243,9 @@ + + + @@ -651,6 +664,18 @@ seq_type['seq_type_opt'] == "paired" + + seq_type['seq_type_opt'] == "paired_collection" + + + + seq_type['seq_type_opt'] == "paired_collection" + + + + seq_type['seq_type_opt'] == "paired_collection" + +