File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ params {
2020 max_time = '6.h'
2121
2222 // Input data to test amplicon analysis
23- input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_test_illumina_amplicon .csv'
23+ input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/v2.6/samplesheet_test_amplicon_illumina .csv'
2424 platform = 'illumina'
2525 protocol = 'amplicon'
2626 primer_set = 'artic'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ params {
1515 config_profile_description = 'Full test dataset to check pipeline function'
1616
1717 // Input data for full test of amplicon analysis
18- input = 's3 ://ngi-igenomes /test-data /viralrecon/210212_K00102_0557_AHKN3LBBXY/ samplesheet.csv'
18+ input = 'https ://raw.githubusercontent.com/nf-core /test-datasets /viralrecon/samplesheet/v2.6/samplesheet_full_amplicon_illumina .csv'
1919 platform = 'illumina'
2020 protocol = 'amplicon'
2121 primer_set = 'artic'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ params {
1616
1717 // Input data for full test of amplicon analysis
1818 platform = 'nanopore'
19- input = 's3 ://ngi-igenomes /test-data /viralrecon/20210205_1526_X4_FAP51364_21fa8135/ samplesheet.csv'
19+ input = 'https ://raw.githubusercontent.com/nf-core /test-datasets /viralrecon/samplesheet/v2.6/samplesheet_full_amplicon_nanopore .csv'
2020 fastq_dir = 's3://ngi-igenomes/test-data/viralrecon/20210205_1526_X4_FAP51364_21fa8135/fastq_pass/'
2121 fast5_dir = 's3://ngi-igenomes/test-data/viralrecon/20210205_1526_X4_FAP51364_21fa8135/fast5_pass/'
2222 sequencing_summary = 's3://ngi-igenomes/test-data/viralrecon/20210205_1526_X4_FAP51364_21fa8135/sequencing_summary.txt'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ params {
1515 config_profile_description = 'Full test dataset to check pipeline function'
1616
1717 // Input data for full test of SISPA/metagenomics analysis
18- input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_full_illumina_sispa .csv'
18+ input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/v2.6/samplesheet_full_metagenomic_illumina .csv'
1919 platform = 'illumina'
2020 protocol = 'metagenomic'
2121
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ params {
2121
2222 // Input data to test nanopore analysis
2323 platform = 'nanopore'
24- input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_test_nanopore .csv'
24+ input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/v2.6/samplesheet_test_amplicon_nanopore .csv'
2525 fastq_dir = 's3://ngi-igenomes/test-data/viralrecon/minion_test/fastq_pass/'
2626 fast5_dir = 's3://ngi-igenomes/test-data/viralrecon/minion_test/fast5_pass/'
2727 sequencing_summary = 's3://ngi-igenomes/test-data/viralrecon/minion_test/sequencing_summary.txt'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ params {
2020 max_time = '6.h'
2121
2222 // Input data to test SISPA/metagenomics analysis
23- input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_test_illumina_sispa .csv'
23+ input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/v2.6/samplesheet_test_metagenomic_illumina .csv'
2424 platform = 'illumina'
2525 protocol = 'metagenomic'
2626
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ params {
5151 skip_multiqc = false
5252
5353 // Illumina QC, read trimming and filtering options
54- kraken2_db = ' s3://nf-core-awsmegatests /viralrecon/input_data /kraken2_human.tar.gz'
54+ kraken2_db = ' s3://ngi-igenomes/test-data /viralrecon/kraken2_human.tar.gz'
5555 kraken2_db_name = ' human'
5656 kraken2_variants_host_filter = false
5757 kraken2_assembly_host_filter = true
You can’t perform that action at this time.
0 commit comments