Previous changeset 4:fcedfe919603 (2021-11-15) Next changeset 6:0cd163d805e3 (2021-11-24) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/interproscan commit 8308746e12723b6a9e56f2ec524070673d74d6cc" |
modified:
interproscan.xml |
b |
diff -r fcedfe919603 -r 2e1cf7d85dbc interproscan.xml --- a/interproscan.xml Mon Nov 15 17:53:24 2021 +0000 +++ b/interproscan.xml Fri Nov 19 12:08:10 2021 +0000 |
b |
@@ -14,7 +14,7 @@ ## Adapt properties file to use data from data table mkdir -p \$HOME/.interproscan-5 && -sed 's|^\(data.directory=\).*$|\1${database.fields.path}|' \$(dirname \$(readlink -f \$(command -v interproscan.sh)))/interproscan.properties > \$HOME/.interproscan-5/interproscan.properties +sed 's|^\(data.directory=\).*$|\1${database.fields.path}/data|' \$(dirname \$(readlink -f \$(command -v interproscan.sh)))/interproscan.properties > \$HOME/.interproscan-5/interproscan.properties && ## Now run interproscan |