Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b8b232b
convert blockpostlabel to an astro element
mashehu Oct 15, 2025
c9ab79c
convert githubprofilepicture and -Extended to an astro element
mashehu Oct 15, 2025
2ac4b31
subset inter font and lazy load leaflet css
mashehu Oct 15, 2025
7d9370f
start optimizing images
mashehu Oct 15, 2025
c1f1978
enable csscodesplit
mashehu Oct 16, 2025
76d9aa9
fix about page
mashehu Oct 16, 2025
a5fecb6
fix "switching to master to main" page
mashehu Oct 16, 2025
c5770f2
lazyload docsearch
mashehu Oct 16, 2025
b6c9bb5
switch githubprofile component to astro image
mashehu Oct 16, 2025
1bbd999
switch to astro image components
mashehu Oct 16, 2025
83e0795
add missing image
mashehu Oct 16, 2025
3e15123
Merge branch 'main' into improve-site-footprint
mashehu Oct 20, 2025
eff0fbd
move images into assets folder to let astro optimize them
mashehu Oct 21, 2025
95c31ef
remove outdates files from file structure docs
mashehu Oct 21, 2025
8308780
make color assets more readable
mashehu Oct 21, 2025
b974c9a
add optional main branch to docs about allowed branches
mashehu Oct 21, 2025
1b9071e
remove adobe illustrator files (they are in the logos repo)
mashehu Oct 21, 2025
4f8a3e4
add short title to "developing with devcontainer"
mashehu Oct 21, 2025
881361f
rewrite eventbanner to have better rendering performance
mashehu Oct 22, 2025
913f44b
add transition animation
mashehu Oct 22, 2025
9cb0433
Revert "rewrite eventbanner to have better rendering performance"
mashehu Oct 22, 2025
a5adba1
switch to use embedded icons for event banner sections
mashehu Oct 22, 2025
0b8c404
fix og image
mashehu Oct 22, 2025
d57a7ea
fix heading
mashehu Oct 22, 2025
fa5666e
Merge branch 'main' of github.com:nf-core/website into improve-site-f…
mashehu Oct 22, 2025
f3e4e96
Merge branch 'main' of github.com:nf-core/website into improve-site-f…
mashehu Oct 22, 2025
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
102 changes: 51 additions & 51 deletions .github/rich-codex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,88 +2,88 @@ timeout: 300
outputs:
- command: nf-core --help
img_paths:
- public/images/contributing/creating_with_nf_core/nfcore_help.svg
- sites/docs/src/assets/images/contributing/creating_with_nf_core/nfcore_help.svg
- command: nf-core pipelines list
head: 19
img_paths:
- public/images/contributing/creating_with_nf_core/nfcore_list.svg
- sites/docs/src/assets/images/contributing/creating_with_nf_core/nfcore_list.svg
- command: |
mkdir tmp && cd tmp && \
nf-core pipelines create --name demo --description "Pipeline for training" --author "Phil"
fake_command: nf-core pipelines create
img_paths:
- public/images/contributing/creating_with_nf_core/nfcore_create.svg
- sites/docs/src/assets/images/contributing/creating_with_nf_core/nfcore_create.svg
- command: cd tmp/nf-core-demo && git status
fake_command: git status
img_paths:
- public/images/contributing/creating_with_nf_core/git_status.svg
- sites/docs/src/assets/images/contributing/creating_with_nf_core/git_status.svg
- command: cd tmp/nf-core-demo && git branch
fake_command: git branch
img_paths:
- public/images/contributing/creating_with_nf_core/git_branch.svg
- sites/docs/src/assets/images/contributing/creating_with_nf_core/git_branch.svg
- command: cd tmp/nf-core-demo && git log --oneline
fake_command: git log --oneline
img_paths:
- public/images/contributing/creating_with_nf_core/git_log.svg
- sites/docs/src/assets/images/contributing/creating_with_nf_core/git_log.svg
- command: nextflow run tmp/nf-core-demo -profile test,docker --outdir test_results
title: nextflow run
img_paths:
- public/images/contributing/creating_with_nf_core/nextflow_run_1.svg
- sites/docs/src/assets/images/contributing/creating_with_nf_core/nextflow_run_1.svg
- command: cd tmp/nf-core-demo && nf-core pipelines lint && grep -rl TODO .
fake_command: nf-core pipelines lint
img_paths:
- public/images/contributing/creating_with_nf_core/nfcore_lint_warnings.svg
- sites/docs/src/assets/images/contributing/creating_with_nf_core/nfcore_lint_warnings.svg
- command: |
cd tmp/nf-core-demo && \
grep -rl TODO . | xargs sed -i 's/TODO//g' && \
echo "ADDED" >> CODE_OF_CONDUCT.md && \
nf-core pipelines lint
fake_command: nf-core pipelines lint
img_paths:
- public/images/contributing/creating_with_nf_core/nfcore_lint_failure.svg
- sites/docs/src/assets/images/contributing/creating_with_nf_core/nfcore_lint_failure.svg
- command: nextflow run tmp/nf-core-demo --help
img_paths:
- public/images/contributing/creating_with_nf_core/nextflow_run_help.svg
- sites/docs/src/assets/images/contributing/creating_with_nf_core/nextflow_run_help.svg
- command: nextflow run tmp/nf-core-demo -profile test,docker
title: nextflow run
img_paths:
- public/images/contributing/creating_with_nf_core/nextflow_run_no_outdir.svg
- sites/docs/src/assets/images/contributing/creating_with_nf_core/nextflow_run_no_outdir.svg
- command: git clone https://github.com/nf-core/modules.git --depth 1 && cd modules && nf-core modules create fastqc --author @janedoe --label process_low --meta --force
fake_command: nf-core modules create fastqc --author @janedoe --label process_low --meta
img_paths:
- public/images/contributing/modules/nf-core-modules-create.svg
- sites/docs/src/assets/images/contributing/modules/nf-core-modules-create.svg
- command: nf-core pipelines list
head: 19
img_paths:
- public/images/tools/nf-core-list.svg
- sites/docs/src/assets/images/tools/nf-core-list.svg
- command: nf-core pipelines list rna rna-seq
img_paths:
- public/images/tools/nf-core-list-rna.svg
- sites/docs/src/assets/images/tools/nf-core-list-rna.svg
- command: nf-core pipelines list -s stars
head: 18
img_paths:
- public/images/tools/nf-core-list-stars.svg
- sites/docs/src/assets/images/tools/nf-core-list-stars.svg
- command: nf-core pipelines launch rnaseq -r 3.8.1
trim_after: "Command line"
img_paths:
- public/images/tools/nf-core-launch-rnaseq.svg
- sites/docs/src/assets/images/tools/nf-core-launch-rnaseq.svg
- command: cd tmp && nf-core pipelines download rnaseq -r 3.8 --outdir nf-core-rnaseq -x none -s none
img_paths:
- public/images/tools/nf-core-download.svg
- sites/docs/src/assets/images/tools/nf-core-download.svg
- command: cd tmp && tree -L 2 nf-core-rnaseq/
img_paths:
- public/images/tools/nf-core-download-tree.svg
- sites/docs/src/assets/images/tools/nf-core-download-tree.svg
- command: cd tmp && nf-core pipelines create -n nextbigthing -d "This pipeline analyses data from the next big omics technique" -a "Big Steve"
fake_command: nf-core pipelines create -n nextbigthing -d "This pipeline analyses data from the next big omics technique" -a "Big Steve"
img_paths:
- public/images/tools/nf-core-create.svg
- sites/docs/src/assets/images/tools/nf-core-create.svg
- command: |
cd tmp/nf-core-nextbigthing && \
sed -i 's/lint: {}/lint: { pipeline_todos: false }/g' .nf-core.yml && \
nf-core pipelines lint
fake_command: nf-core pipelines lint
img_paths:
- public/images/tools/nf-core-lint.svg
- sites/docs/src/assets/images/tools/nf-core-lint.svg
- command: |
cd tmp && \
echo "{input: myfiles.csv, outdir: results}" > nf-params.json
Expand All @@ -92,7 +92,7 @@ outputs:
fake_command: nf-core pipelines schema validate nf-core-rnaseq/3_8 nf-params.json
after_command: rm nf-params.json
img_paths:
- public/images/tools/nf-core-schema-validate.svg
- sites/docs/src/assets/images/tools/nf-core-schema-validate.svg
- command: |
cd tmp/nf-core-nextbigthing && \
sed '25,30d' nextflow_schema.json > nextflow_schema.json.tmp && \
Expand All @@ -101,11 +101,11 @@ outputs:
timeout: 10
fake_command: nf-core pipelines schema build --no-prompts
img_paths:
- public/images/tools/nf-core-schema-build.svg
- sites/docs/src/assets/images/tools/nf-core-schema-build.svg
- command: cd tmp/nf-core-nextbigthing && nf-core pipelines schema lint
fake_command: nf-core pipelines schema lint
img_paths:
- public/images/tools/nf-core-schema-lint.svg
- sites/docs/src/assets/images/tools/nf-core-schema-lint.svg
- command: |
cd tmp/nf-core-nextbigthing && \
git config --global user.email "nf-core_bot@example.com" && \
Expand All @@ -114,147 +114,147 @@ outputs:
nf-core pipelines sync
fake_command: nf-core pipelines sync
img_paths:
- public/images/tools/nf-core-sync.svg
- sites/docs/src/assets/images/tools/nf-core-sync.svg
- command: cd tmp/nf-core-nextbigthing && nf-core pipelines bump-version 1.1
fake_command: nf-core pipelines bump-version 1.1
img_paths:
- public/images/tools/nf-core-bump-version.svg
- sites/docs/src/assets/images/tools/nf-core-bump-version.svg
- command: cd tmp && nf-core pipelines create-logo nextbigthing
fake_command: nf-core pipelines create-logo nextbigthing
img_paths:
- public/images/tools/nf-core-create-logo.svg
- sites/docs/src/assets/images/tools/nf-core-create-logo.svg
- command: cd tmp/nf-core-nextbigthing && nf-core modules list remote
head: 25
fake_command: nf-core modules list remote
img_paths:
- public/images/tools/nf-core-modules-list-remote.svg
- sites/docs/src/assets/images/tools/nf-core-modules-list-remote.svg
- command: cd tmp/nf-core-nextbigthing && nf-core modules list local
head: 25
fake_command: nf-core modules list local
img_paths:
- public/images/tools/nf-core-modules-list-local.svg
- sites/docs/src/assets/images/tools/nf-core-modules-list-local.svg
- command: cd tmp/nf-core-nextbigthing && nf-core modules info abacas
fake_command: nf-core modules info abacas
img_paths:
- public/images/tools/nf-core-modules-info.svg
- sites/docs/src/assets/images/tools/nf-core-modules-info.svg
- command: cd tmp/nf-core-nextbigthing && nf-core modules install abacas
fake_command: nf-core modules install abacas
img_paths:
- public/images/tools/nf-core-modules-install.svg
- sites/docs/src/assets/images/tools/nf-core-modules-install.svg
- command: cd tmp/nf-core-nextbigthing && nf-core modules update --all --no-preview
fake_command: nf-core modules update --all --no-preview
img_paths:
- public/images/tools/nf-core-modules-update.svg
- sites/docs/src/assets/images/tools/nf-core-modules-update.svg
- command: cd tmp/nf-core-nextbigthing && nf-core modules remove abacas
fake_command: nf-core modules remove abacas
img_paths:
- public/images/tools/nf-core-modules-remove.svg
- sites/docs/src/assets/images/tools/nf-core-modules-remove.svg
- command: |
cd tmp/nf-core-nextbigthing && \
sed "s/process_medium/process_low/g" modules/nf-core/fastqc/main.nf > modules/nf-core/fastqc/main.nf.patch && \
mv modules/nf-core/fastqc/main.nf.patch modules/nf-core/fastqc/main.nf && \
nf-core modules patch fastqc
fake_command: nf-core modules patch fastqc
img_paths:
- public/images/tools/nf-core-modules-patch.svg
- sites/docs/src/assets/images/tools/nf-core-modules-patch.svg
- command: |
cd tmp && \
git clone https://github.com/nf-core/modules.git && cd modules && \
nf-core modules create fastqc --author @nf-core-bot --label process_low --meta --force
timeout: 30
fake_command: nf-core modules create fastqc --author @nf-core-bot --label process_low --meta --force
img_paths:
- public/images/tools/nf-core-modules-create.svg
- sites/docs/src/assets/images/tools/nf-core-modules-create.svg
- command: |
cd tmp/modules && \
nf-core modules lint multiqc
fake_command: nf-core modules lint multiqc
img_paths:
- public/images/tools/nf-core-modules-lint.svg
- sites/docs/src/assets/images/tools/nf-core-modules-lint.svg
- command: cd tmp/modules && nf-core modules test fastqc --no-prompts
timeout: 30
extra_env:
PROFILE: "conda"
fake_command: nf-core modules test fastqc --no-prompts
img_paths:
- public/images/tools/nf-core-modules-test.svg
- sites/docs/src/assets/images/tools/nf-core-modules-test.svg
- command: cd tmp/modules && nf-core modules bump-versions fastqc
fake_command: nf-core modules bump-versions fastqc
img_paths:
- public/images/tools/nf-core-modules-bump-version.svg
- sites/docs/src/assets/images/tools/nf-core-modules-bump-version.svg
- command: cd tmp/nf-core-nextbigthing && nf-core subworkflows list remote
head: 25
fake_command: nf-core subworkflows list remote
img_paths:
- public/images/tools/nf-core-subworkflows-list-remote.svg
- sites/docs/src/assets/images/tools/nf-core-subworkflows-list-remote.svg
- command: |
cd tmp/nf-core-nextbigthing && \
nf-core subworkflows list local
head: 25
fake_command: nf-core subworkflows list local
img_paths:
- public/images/tools/nf-core-subworkflows-list-local.svg
- sites/docs/src/assets/images/tools/nf-core-subworkflows-list-local.svg
- command: |
cd tmp/nf-core-nextbigthing && \
nf-core subworkflows info bam_rseqc
head: 15
tail: 10
fake_command: nf-core subworkflows info bam_rseqc
img_paths:
- public/images/tools/nf-core-subworkflows-info.svg
- sites/docs/src/assets/images/tools/nf-core-subworkflows-info.svg
- command: |
cd tmp/nf-core-nextbigthing && \
nf-core subworkflows install bam_rseqc
fake_command: nf-core subworkflows install bam_rseqc
img_paths:
- public/images/tools/nf-core-subworkflows-install.svg
- sites/docs/src/assets/images/tools/nf-core-subworkflows-install.svg
- command: |
cd tmp/nf-core-nextbigthing && \
nf-core subworkflows update --all --no-preview
timeout: 30
fake_command: nf-core subworkflows update --all --no-preview
img_paths:
- public/images/tools/nf-core-subworkflows-update.svg
- sites/docs/src/assets/images/tools/nf-core-subworkflows-update.svg
- command: |
cd tmp/nf-core-nextbigthing && \
nf-core subworkflows remove bam_rseqc
fake_command: nf-core subworkflows remove bam_rseqc
img_paths:
- public/images/tools/nf-core-subworkflows-remove.svg
- sites/docs/src/assets/images/tools/nf-core-subworkflows-remove.svg
- command: |
cd tmp/modules && \
nf-core subworkflows create bam_stats_samtools --author @nf-core-bot --force
img_paths:
- public/images/tools/nf-core-subworkflows-create.svg
- sites/docs/src/assets/images/tools/nf-core-subworkflows-create.svg
- command: cd tmp/modules && nf-core subworkflows test bam_rseqc --no-prompts
timeout: 30
extra_env:
PROFILE: "conda"
fake_command: nf-core subworkflows test bam_rseqc --no-prompts
img_paths:
- public/images/tools/nf-core-subworkflows-test.svg
- sites/docs/src/assets/images/tools/nf-core-subworkflows-test.svg
- command: cd tmp/modules && nf-core subworkflows lint bam_stats_samtools
extra_env:
PROFILE: "conda"
fake_command: nf-core subworkflows lint bam_stats_samtools
img_paths:
- public/images/tools/nf-core-subworkflows-lint.svg
- sites/docs/src/assets/images/tools/nf-core-subworkflows-lint.svg
- command: nf-core test-datasets list-branches
head: 25
img_paths:
- public/images/tools/nf-core-test-datasets-list-branches.svg
- sites/docs/src/assets/images/tools/nf-core-test-datasets-list-branches.svg
- command: nf-core test-datasets list --branch mag
head: 25
img_paths:
- public/images/tools/nf-core-test-datasets-list-mag.svg
- sites/docs/src/assets/images/tools/nf-core-test-datasets-list-mag.svg
- command: nf-core test-datasets list --branch mag --generate-dl-url
head: 25
img_paths:
- public/images/tools/nf-core-test-datasets-list-url-out.svg
- sites/docs/src/assets/images/tools/nf-core-test-datasets-list-url-out.svg
- command: nf-core test-datasets list --branch mag --generate-nf-path
head: 25
img_paths:
- public/images/tools/nf-core-test-datasets-list-path-out.svg
- sites/docs/src/assets/images/tools/nf-core-test-datasets-list-path-out.svg
- command: nf-core test-datasets search --branch mag minigut_reads
img_paths:
- public/images/tools/nf-core-test-datasets-search.svg
- sites/docs/src/assets/images/tools/nf-core-test-datasets-search.svg
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<img src="public/images/logo/nf-core-logo.svg#gh-light-mode-only" width="400">
<img src="public/images/logo/nf-core-logo-darkbg.svg#gh-dark-mode-only" width="400">
<img src="sites/main-site/src/assets/images/logo/nf-core-logo.svg#gh-light-mode-only" width="400">
<img src="sites/main-site/src/assets/images/logo/nf-core-logo-darkbg.svg#gh-dark-mode-only" width="400">

# [nf-co.re](https://github.com/nf-core/website)

Expand Down
Loading
Loading