# HG changeset patch # User galaxyp # Date 1484254236 18000 # Node ID 01a572a3a716b7350414cb65c534249ed2813efe # Parent f0202024f80b876717419adb70811f6e681a119b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/morpheus commit 93e02b037bfb37001de2bfb6fc731539c1902e80 diff -r f0202024f80b -r 01a572a3a716 morpheus.xml --- a/morpheus.xml Thu Dec 15 17:41:38 2016 -0500 +++ b/morpheus.xml Thu Jan 12 15:50:36 2017 -0500 @@ -57,7 +57,7 @@ cwd=`pwd` && #import re #set $searchdb_name = $searchdb - #if isinstance($searchdb.datatype, $__app__.datatypes_registry.get_datatype_by_extension('uniprotxml').__class__): + #if $searchdb.is_of_type('uniprotxml'): #set $searchdb_name = 'searchdb.xml' #else #set $searchdb_name = 'searchdb.fasta' @@ -80,7 +80,7 @@ -d='$input_names' -db='$searchdb_name' - #if isinstance($searchdb.datatype, $__app__.datatypes_registry.get_datatype_by_extension('uniprotxml').__class__): + #if $searchdb.is_of_type('uniprotxml'): #if str( $advanced.adv_options_selector) == "set": $advanced.noup #end if