# HG changeset patch # User artbio # Date 1517508442 18000 # Node ID 61ab0d4bd187321b39744cba048de42547acd4fd # Parent 304adcfe366000dc903e0ab583ce50d90bf62662 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie commit 7e91a34b0ebd7bc284823c71f32691170183e388 diff -r 304adcfe3660 -r 61ab0d4bd187 sRbowtie.xml --- a/sRbowtie.xml Wed Jan 31 17:55:20 2018 -0500 +++ b/sRbowtie.xml Thu Feb 01 13:07:22 2018 -0500 @@ -1,4 +1,4 @@ - + for small RNA short reads bowtie @@ -12,9 +12,9 @@ #else: #set index_path = $refGenomeSource.index.fields.path #end if - #if $input.extension == "fasta": + #if $input.is_of_type('fasta'): #set format = "-f" - #elif $input.extension == "fastq" or $input.extension == "fastqsanger": + #elif $input.is_of_type('fastq'): #set format = "-q" #end if