# HG changeset patch # User galaxyp # Date 1484254248 18000 # Node ID e0104a9f20f08f600094fc5a1586417abe124946 # Parent ecb9ec15083df91039a316123bf94220724fa0f5 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/morpheus commit 93e02b037bfb37001de2bfb6fc731539c1902e80 diff -r ecb9ec15083d -r e0104a9f20f0 morpheus.xml --- a/morpheus.xml Thu Dec 15 17:41:50 2016 -0500 +++ b/morpheus.xml Thu Jan 12 15:50:48 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