Previous changeset 11:01ee3a7443e1 (2020-01-02) Next changeset 13:09c1934e0c45 (2020-01-02) |
Commit message:
Deleted selected files |
removed:
fetch_databases.sh version_info.txt |
b |
diff -r 01ee3a7443e1 -r b4195377038d fetch_databases.sh --- a/fetch_databases.sh Thu Jan 02 14:12:02 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
[ |
@@ -1,35 +0,0 @@ -#!/bin/bash -#set -euo pipefail -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -echo "protein databases necessary for full clustering analysis" -echo "are downloaded from bitbucket repository using git" -echo "" -cd $DIR -git clone https://bitbucket.org/petrnovak/re_databases.git 2> $DIR/.fetchdb.log -GITEXIT=$? -if [ $GITEXIT -eq "0" ] -then - echo "databases successfully downloaded" - ln -sf $DIR/re_databases/* $DIR/databases/ -fi -# cat $DIR/.fetchdb.log -if [ $GITEXIT -eq "128" ] -then - if grep -q -F "Authentication failed" $DIR/.fetchdb.log - then - echo "get login credential from (neumann at umbr.cas.cz)!" - fi - if grep -q -F "already exist" $DIR/.fetchdb.log - then - echo "repository alredy exists, updating..." - cd $DIR/re_databases - git pull && ln -f -s $DIR/re_databases/* $DIR/databases/ && find . -type f -exec touch {} + - fi - -fi - - - - - - |
b |
diff -r 01ee3a7443e1 -r b4195377038d version_info.txt --- a/version_info.txt Thu Jan 02 14:12:02 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
b |
@@ -1,1 +0,0 @@ -version: 0.3.6-431(e059d93) branch: conda |