-
Notifications
You must be signed in to change notification settings - Fork 315
Update NCI Gadi config #920
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
base: master
Are you sure you want to change the base?
Conversation
Included fixes from #872 |
} | ||
|
||
// Enable use of Singularity to run containers | ||
singularity { | ||
enabled = true | ||
autoMounts = true | ||
cacheDir = "/scratch/${params.project}/singularity" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this exist already, writable for everyone with the same project set?
@@ -56,7 +74,18 @@ The version of Nextflow installed on Gadi has been modified to make it easier to | |||
process { | |||
executor = 'pbspro' | |||
project = 'aa00' | |||
storage = 'scratch/aa00+gdata/aa00' | |||
storage = 'scratch/params.project' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see there's apparently since before the "recommendation" to make a copy of the config file rather than just overriding what's needed (as typically done, e.g. as referenced from https://nf-co.re/docs/usage/getting_started/configuration).
If one does, this should have an expansion I assume? (Or could be hardcoded if a user does her own config).
name: NCI Gadi HPC
about: added new instructions re: use of persistent sessions to docs, directed singularity cacheDir to
/scratch
to avoid issues with defaulting to/home
Please follow these steps before submitting your PR:
[WIP]
in its titlemaster
branchSteps for adding a new config profile:
conf/
directorydocs/
directorynfcore_custom.config
file in the top-level directoryprofile:
scope in.github/workflows/main.yml
.github/CODEOWNERS
(**/<custom-profile>** @<github-username>
)