Skip to content

Commit

Permalink
Merge branch 'master' into feat-scale-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmith151 authored Jul 25, 2024
2 parents 2f0c9df + 6230dd9 commit 5e01b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pip install seqnado
Ensure that the environment variables are set correctly. This can be done by adding the following to your `.bashrc` or `.bash_profile`. Run this command to add the environment variables to your `.bashrc`:

```bash
echo export APPTAINER_BINDPATH="/ceph:/ceph, /project:/project, /databank:/databank" >> ~/.bashrc
echo 'export APPTAINER_BINDPATH="/ceph:/ceph, /project:/project, /databank:/databank"' >> ~/.bashrc
```

Reload the `.bashrc` file:
Expand Down
2 changes: 1 addition & 1 deletion install_seqnado.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ conda activate base

# Set the environment variables for CCB
if [[ $(hostname) =~ "imm-" ]]; then
echo export APPTAINER_BINDPATH="/ceph:/ceph, /project:/project, /databank:/databank" >> ~/.bashrc
echo 'export APPTAINER_BINDPATH="/ceph:/ceph, /project:/project, /databank:/databank"' >> ~/.bashrc
export APPTAINER_BINDPATH="/ceph:/ceph, /project:/project, /databank:/databank"
fi

Expand Down

0 comments on commit 5e01b0c

Please sign in to comment.