Starmie21

Results 2 comments of Starmie21

This is the full script we used now #!/bin/bash -e MMSEQS="$1" QUERY="$2" DBBASE="$3" BASE="$4" DB1="$5" DB2="$6" DB3="$7" USE_ENV="$8" USE_TEMPLATES="$9" FILTER="${10}" EXPAND_EVAL=inf ALIGN_EVAL=10 DIFF=3000 QSC=-20.0 MAX_ACCEPT=1000000 if [ "${FILTER}" = "1"...