We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e612bd8 commit 566aef8Copy full SHA for 566aef8
conf/test.config
@@ -25,5 +25,5 @@ params {
25
// Input data
26
// TODO nf-core: Specify the paths to your test data on nf-core/test-datasets
27
// TODO nf-core: Give any required params for the test so that command line flags are not needed
28
- input = "https://raw.githubusercontent.com/max-laurent/test-datasets/refs/heads/gwas/samplesheets/samplesheet_gwas_test.csv" //params.pipelines_testdata_base_path + 'viralrecon/samplesheet/samplesheet_test_illumina_amplicon.csv'
+ input = params.pipelines_testdata_base_path + 'gwas/samplesheets/samplesheet_gwas_test.csv' //params.pipelines_testdata_base_path + 'viralrecon/samplesheet/samplesheet_test_illumina_amplicon.csv'
29
}
0 commit comments