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

Fix vsc_calcua contact details on website #762

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

pmoris
Copy link
Contributor

@pmoris pmoris commented Sep 27, 2024

Just a quick update to fix my contact details on the documentation website.

Relevant Slack post I made about this:

Is the contact section in the docs on the website (the big github logo on the right) taken automatically from the config_profile_contact parameter? In my case, it seems to be taken the @Domain from my email and using that as a github username. It seems that this is happening for a bunch of other profiles too, since they're pointing to institution or non-existing github pages.
I think it can be fixed by changing the order of any contact options: config_profile_contact = "[email protected] (GitHub: @pmoris)" => config_profile_contact = "GitHub: @pmoris - Email: [email protected]" .

I also fixed the homepage URL while I was at it: I had specified different ones for each partition on our Slurm cluster, but since the doc site was grabbing the first URL it found, I changed this to a single entry for the main homepage.


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

@jfy133 jfy133 merged commit 6697617 into nf-core:master Sep 27, 2024
130 checks passed
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