Skip to content

Commit

Permalink
added note about also changing EMAIL and ACCOUNT in the pbs script
Browse files Browse the repository at this point in the history
  • Loading branch information
wclose committed Jul 22, 2019
1 parent dd111bd commit b17ccb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ conda env create -f envs/clusterTutorial.yaml
```
conda activate clusterTutorial
```
6. Before running any jobs on the cluster, don't forget to change the `ACCOUNT` and `EMAIL` fields in the [cluster profile configuration](config/pbs-torque/config.yaml).
6. Before running any jobs on the cluster, don't forget to change the `ACCOUNT` and `EMAIL` fields in the [cluster profile configuration](config/pbs-torque/config.yaml) and the [cluster submission script](code/clusterSnakemake.pbs).

See the [`conda` documentation](https://docs.conda.io/projects/conda/en/latest/user-guide/index.html) for more information.

0 comments on commit b17ccb3

Please sign in to comment.