Mercurial > repos > galaxyp > openms_rnadigestor
comparison OMSSAAdapter.patch @ 0:3e7d3f64392b draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit ddf41e8bda1ba065f5cdec98e93dee8165ffc1b9"
author | galaxyp |
---|---|
date | Thu, 03 Sep 2020 16:14:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3e7d3f64392b |
---|---|
1 --- OMSSAAdapter.xml 2020-06-16 15:51:40.315400730 +0200 | |
2 +++ /tmp/OMSSAAdapter.xml 2020-06-16 15:50:23.536086074 +0200 | |
3 @@ -22,6 +22,7 @@ | |
4 mkdir database && | |
5 ln -s '$database' 'database/${re.sub("[^\w\-_]", "_", $database.element_identifier)}.$gxy2omsext($database.ext)' && | |
6 | |
7 +makeblastdb -dbtype prot -in 'database/${re.sub("[^\w\-_]", "_", $database.element_identifier)}.$gxy2omsext($database.ext)' && | |
8 ## Main program call | |
9 | |
10 set -o pipefail && |