# HG changeset patch # User iuc # Date 1484998049 18000 # Node ID 6b865dde1baad323e60366c899310ad90e44e079 # Parent ba78b984a9eb60564beec9a45c3349b5e3953264 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/prinseq/ commit af00d26844b62927fd13703cd58ea3c59cc8f708 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 @@ -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