Previous changeset 1:ecb9ec15083d (2016-12-15) Next changeset 3:8295d959ca28 (2024-07-15) |
Commit message:
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/morpheus commit 93e02b037bfb37001de2bfb6fc731539c1902e80 |
modified:
morpheus.xml |
b |
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 |
b |
@@ -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 |