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

Adds unity profile config/docs #821

Merged
merged 6 commits into from
Dec 21, 2024
Merged

Adds unity profile config/docs #821

merged 6 commits into from
Dec 21, 2024

Conversation

baldikacti
Copy link
Contributor


name: New Config
about: A new cluster config

Please follow these steps before submitting your PR:

  • If your PR is a work in progress, include [WIP] in its title
  • Your PR targets the master branch
  • You've included links to relevant issues, if any

Steps for adding a new config profile:

  • Add your custom config file to the conf/ directory
  • Add your documentation file to the docs/ directory
  • Add your custom profile to the nfcore_custom.config file in the top-level directory
  • Add your custom profile to the README.md file in the top-level directory
  • Add your profile name to the profile: scope in .github/workflows/main.yml
  • OPTIONAL: Add your custom profile path and GitHub user name to .github/CODEOWNERS (**/<custom-profile>** @<github-username>)

nextflow run <pipeline_name> -profile unity
```

Apptainer module will look for a cache directory with the name `.apptainer/cache` in your `/home` or `/work` directory. Please create the cache directory in `/work/pi_<pi_name>/.apptainer/cache` or `/work/pi_<pi_name>/<username>/.apptainer/cache` to prevent apptainer filling your HOME directory.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could also use the NXF_SINGULARITY_CACHEDIR and NXF_SINGULARITY_LIBRARYDIR variables to point to this instead.

docs/unity.md Outdated Show resolved Hide resolved
Co-authored-by: James A. Fellows Yates <[email protected]>
@jfy133
Copy link
Member

jfy133 commented Dec 21, 2024

@baldikacti you can merge whenever you are ready. If you don't have the option ping me and I can do it for you

@baldikacti
Copy link
Contributor Author

@jfy133, thank you for the comments. Yes, would you mind merging it, please? I do not see the option.

@jfy133 jfy133 merged commit e60b897 into nf-core:master Dec 21, 2024
139 checks passed
@jfy133
Copy link
Member

jfy133 commented Dec 21, 2024

Done @baldikacti !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants