Skip to content

Commit

Permalink
chore: add debug env
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp committed Sep 18, 2024
1 parent 0fe1218 commit d79c277
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ fi

set +euo pipefail

echo "--start env--"
env
echo "--end--"

SEQ_KEYS=
SEQ_ENV=`env | grep irods_input_sequencing`
for SEQ_AVU in ${SEQ_ENV}
Expand Down

0 comments on commit d79c277

Please sign in to comment.