mirror of
https://github.com/baker-laboratory/RoseTTAFold-All-Atom.git
synced 2024-11-04 22:25:42 +00:00
Update make_msa.sh
This commit is contained in:
parent
05d0754285
commit
713d6f1a90
1 changed files with 6 additions and 3 deletions
|
@ -8,9 +8,12 @@ out_dir="$2"
|
|||
CPU="$3"
|
||||
MEM="$4"
|
||||
|
||||
# pipe_dir
|
||||
PIPE_DIR="$5"
|
||||
DB_TEMPL="$6"
|
||||
# template database
|
||||
DB_TEMPL="$5"
|
||||
|
||||
# current script directory (i.e., pipe directory)
|
||||
SCRIPT=`realpath -s $0`
|
||||
export PIPE_DIR=`dirname $SCRIPT`
|
||||
|
||||
# sequence databases
|
||||
DB_UR30="$PIPE_DIR/uniclust/UniRef30_2021_06"
|
||||
|
|
Loading…
Reference in a new issue