Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update computerome docs to latest module requiremetns #685

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/computerome.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ singularity {
}

process {
beforeScript = "module load tools singularity/3.8.0; export _JAVA_OPTIONS=-Djava.io.tmpdir=$params.cache_dir"
beforeScript = "module load tools singularity/4.0.0; export _JAVA_OPTIONS=-Djava.io.tmpdir=$params.cache_dir"
executor = 'pbs'
queueSize = 2000
clusterOptions = "-A $params.project -W group_list=$params.project"
Expand Down
2 changes: 1 addition & 1 deletion docs/computerome.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To use, run the pipeline with `-profile computerome`. This will download and lau

## Using the Computerome config profile

Before running the pipeline you will need to load `Nextflow` using the environment module system (this can be done with e.g. `module load tools Nextflow/<VERSION>` where `VERSION` is e.g. `20.10`).
Before running the pipeline you will need to load `Nextflow` using the environment module system (this can be done with e.g. `module load tools jdk/19 singularity/4.0.0 nextflow/<VERSION>` where `VERSION` is e.g. `23.04.3`).

To use, run the pipeline with `-profile computerome` (one hyphen).
This will download and launch the [`computerome.config`](../conf/computerome.config) which has been pre-configured with a setup suitable for the Computerome servers.
Expand Down
Loading