Skip to content

Commit

Permalink
test: temporarily use sicer branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Nov 22, 2023
1 parent 1bd31a7 commit 0dc9b97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion tests/config/test_data_CCBR.config
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 0 additions & 4 deletions tests/modules/CCBR/custom/convertsicer/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 0dc9b97

Please sign in to comment.