Skip to content

Commit

Permalink
fix line endings on ep.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rroutsong committed Oct 11, 2023
1 parent 88d43eb commit b91ad97
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docker/NGS_QC/ep.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/bin/bash --login
# The --login ensures the bash configuration is loaded, enabling Conda.

# Enable strict mode.
set -euo pipefail
# Temporarily disable strict mode and activate conda:
set +euo pipefail

conda init bash
source ~/.bashrc
conda activate ngsqc

# Re-enable strict mode:
set -euo pipefail
exec "$@"
#!/bin/bash --login
# The --login ensures the bash configuration is loaded, enabling Conda.

# Enable strict mode.
set -euo pipefail
# Temporarily disable strict mode and activate conda:
set +euo pipefail

conda init bash
source ~/.bashrc
conda activate ngsqc

# Re-enable strict mode:
set -euo pipefail
exec "$@"

0 comments on commit b91ad97

Please sign in to comment.