diff --git a/tests/config/test_data_CCBR.config b/tests/config/test_data_CCBR.config index 4330fa7..33c9cd4 100644 --- a/tests/config/test_data_CCBR.config +++ b/tests/config/test_data_CCBR.config @@ -1,5 +1,5 @@ params { - test_data_base = 'https://raw.githubusercontent.com/CCBR/nf-modules/main/' // todo switch back to main branch after merge + test_data_base = 'https://raw.githubusercontent.com/CCBR/nf-modules/sicer/' // TODO switch back to main branch after merge test_data { test_1_fastq_gz = "${params.test_data_base}/data/genomics/sarscov2/illumina/fastq/test_1.fastq.gz" diff --git a/tests/modules/CCBR/custom/convertsicer/nextflow.config b/tests/modules/CCBR/custom/convertsicer/nextflow.config index 7a04b45..78c12aa 100644 --- a/tests/modules/CCBR/custom/convertsicer/nextflow.config +++ b/tests/modules/CCBR/custom/convertsicer/nextflow.config @@ -3,7 +3,3 @@ process { } includeConfig '../../../../config/test_data_CCBR.config' - -params { - test_data_base = 'https://raw.githubusercontent.com/CCBR/nf-modules/sicer/' // todo switch back to main branch after merge -}