diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 23451f0..55bab91 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -39,10 +39,10 @@ ENV NXF_EDGE=0 ENV NXF_VER=24.10.4 ENV NXF_HOME=/workspaces/.nextflow -ENV NFNEURO_RAW_REPOSITORY="https://raw.githubusercontent.com/scilus/nf-neuro/main" -ENV NFCORE_MODULES_GIT_REMOTE=https://github.com/scilus/nf-neuro.git +ENV NFNEURO_RAW_REPOSITORY="https://raw.githubusercontent.com/nf-neuro/modules/main" +ENV NFCORE_MODULES_GIT_REMOTE=https://github.com/nf-neuro/modules.git ENV NFCORE_MODULES_BRANCH=main -ENV NFCORE_SUBWORKFLOWS_GIT_REMOTE=https://github.com/scilus/nf-neuro.git +ENV NFCORE_SUBWORKFLOWS_GIT_REMOTE=https://github.com/nf-neuro/modules.git ENV NFCORE_SUBWORKFLOWS_BRANCH=main # Install conda diff --git a/modules.json b/modules.json index 7dd2540..d303a20 100644 --- a/modules.json +++ b/modules.json @@ -2,7 +2,7 @@ "name": "", "homePage": "", "repos": { - "https://github.com/scilus/nf-neuro.git": { + "https://github.com/nf-neuro/modules.git": { "modules": { "nf-neuro": { "reconst/dtimetrics": { diff --git a/nextflow.config b/nextflow.config index a04f14f..853b11f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -12,7 +12,7 @@ profiles { } manifest { - name = 'scilus/nf-neuro-tutorial' + name = 'nf-neuro/tutorial' description = """nf-neuro-tutorial is a Nextflow pipeline for processing neuroimaging data.""" version = '0.1dev' } diff --git a/nf-test.config b/nf-test.config index 12db2c1..e9eb688 100644 --- a/nf-test.config +++ b/nf-test.config @@ -11,7 +11,7 @@ config { ignore ".venv/**/*.nf*" plugins { - repository "https://raw.githubusercontent.com/scilus/nf-neuro/main/tests/plugins.json" + repository "https://raw.githubusercontent.com/nf-neuro/modules/main/tests/plugins.json" load "nft-nifti@0.0.1" } diff --git a/tests/plugins.json b/tests/plugins.json index 08631db..318a518 100644 --- a/tests/plugins.json +++ b/tests/plugins.json @@ -2,15 +2,15 @@ { "id": "nft-nifti", "latest": "0.0.1", - "url": "https://github.com/scilus/nft-nifti", - "github": "scilus/nft-nifti", + "url": "https://github.com/nf-neuro/nft-nifti", + "github": "nf-neuro/nft-nifti", "description": "Provides support for NIFTI files.", "author": "Arnaud Boré and Alex V Caron", "keywords": [], "releases": [ { "version": "0.0.1", - "url": "https://github.com/scilus/nft-nifti/releases/download/0.0.1/nft-nifti-0.0.1.jar" + "url": "https://github.com/nf-neuro/nft-nifti/releases/download/0.0.1/nft-nifti-0.0.1.jar" } ] }