Skip to content

Commit

Permalink
Merge branch 'dev_v13' of https://github.com/hzi-bifo/seq2geno into d…
Browse files Browse the repository at this point in the history
…ev_v13
  • Loading branch information
thkuo committed Jul 7, 2021
2 parents ba69c93 + 928533f commit 52a758d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/SETENV.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later

export SEQ2GENO_HOME=$( realpath $( dirname $( dirname ${BASH_SOURCE[0]} ) ) )
export SEQ2GENO_HOME=$( dirname $( dirname $( realpath ${BASH_SOURCE[0]} ) ) )
export PATH=$SEQ2GENO_HOME:$SEQ2GENO_HOME/main:$PATH
echo 'SEQ2GENO_HOME is '$SEQ2GENO_HOME

Expand Down Expand Up @@ -78,7 +78,7 @@ conda activate $core_env_name || source activate $core_env_name
set_core_env_vars || { echo "Errors in setting up the core environment"; exit; }

# Finalize
export SEQ2GENO_HOME=$( realpath $( dirname $( dirname ${BASH_SOURCE[0]} ) ) )
export SEQ2GENO_HOME=$( dirname $( dirname $( realpath ${BASH_SOURCE[0]} ) ) )
export PATH=$SEQ2GENO_HOME:$SEQ2GENO_HOME/main:$PATH

cat $SEQ2GENO_HOME/main/S2G| sed "s/_core_env/$core_env_name/g" \
Expand Down

0 comments on commit 52a758d

Please sign in to comment.