Skip to content

Commit 4028290

Browse files
authored
Update test_full.config to restore a static URI for megatests
1 parent ad43736 commit 4028290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/test_full.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ params {
1515
config_profile_description = 'Full test dataset to check pipeline function'
1616

1717
// Parameters for full-size test
18-
input = params.pipelines_testdata_base_path + 'samplesheet/v3.10/samplesheet_full.csv'
18+
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq/samplesheet/v3.10/samplesheet_full.csv'
1919
genome = 'GRCh37'
2020
pseudo_aligner = 'salmon'
2121
}

0 commit comments

Comments
 (0)