Skip to content

Commit

Permalink
Source env in run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Dec 1, 2022
1 parent 3f0b672 commit b9e1940
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ while getopts "p:n:f:c:m:x:v:b:o:q:r:h" OPTION; do
esac
done

# SOURCE ENV
. "${PIPELINE_DIRECTORY}/.gpenv"

if [[ -z ${NAME} ]]; then
NAME="genomes-annontation-test"
fi
Expand Down

0 comments on commit b9e1940

Please sign in to comment.