Mercurial > repos > galaxyp > morpheus
changeset 2:e0104a9f20f0 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/morpheus commit 93e02b037bfb37001de2bfb6fc731539c1902e80
author | galaxyp |
---|---|
date | Thu, 12 Jan 2017 15:50:48 -0500 |
parents | ecb9ec15083d |
children | 8295d959ca28 |
files | morpheus.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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