view OMSSAAdapter.patch @ 7:8779f1bd0f31 draft default tip

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 6e7368b7f178fbd1f08c28eea1b538add6943a65-dirty"
author galaxyp
date Sun, 13 Dec 2020 15:21:36 +0000
parents b35d74f4cb8a
children
line wrap: on
line source

--- OMSSAAdapter.xml	2020-06-16 15:51:40.315400730 +0200
+++ /tmp/OMSSAAdapter.xml	2020-06-16 15:50:23.536086074 +0200
@@ -22,6 +22,7 @@
 mkdir database &&
 ln -s '$database' 'database/${re.sub("[^\w\-_]", "_", $database.element_identifier)}.$gxy2omsext($database.ext)' &&
 
+makeblastdb -dbtype prot -in 'database/${re.sub("[^\w\-_]", "_", $database.element_identifier)}.$gxy2omsext($database.ext)' &&
 ## Main program call
 
 set -o pipefail &&