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

Changeset 1:6b865dde1baa (2017-01-21)
Previous changeset 0:ba78b984a9eb (2016-05-31) Next changeset 2:74afc47f326c (2017-03-03)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/prinseq/ commit af00d26844b62927fd13703cd58ea3c59cc8f708
modified:
prinseq.xml
b
diff -r ba78b984a9eb -r 6b865dde1baa prinseq.xml
--- a/prinseq.xml Tue May 31 07:43:42 2016 -0400
+++ b/prinseq.xml Sat Jan 21 06:27:29 2017 -0500
b
@@ -35,7 +35,7 @@
         prinseq-lite.pl
             #if $seq_type.seq_type_opt == "single":
                 -fastq "$seq_type.input_singles"
-                #if $seq_type.input_singles.ext == "fastqillumina":
+                #if $seq_type.input_singles.is_of_type('fastqillumina'):
                     -phred64
                 #end if
             #else:
@@ -45,7 +45,7 @@
                     #import sys
                     #silent sys.stderr.write( 'Both pairs from your paired-end library need to be from the same filetype.' )
                 #end if
-                #if $seq_type.input_mate1.ext == "fastqillumina":
+                #if $seq_type.input_mate1.is_of_type('fastqillumina'):
                     -phred64
                 #end if
             #end if