Skip to content

Commit

Permalink
update all test config input paths
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-mohr committed May 15, 2024
1 parent e2cf136 commit 673a805
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion conf/test_grch38.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ params {
max_time = 48.h

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/testdata/sample_sheets/sample_sheet_variants.csv'
input = params.pipelines_testdata_base_path + 'epitopeprediction/testdata/sample_sheets/sample_sheet_variants.csv'
genome_reference = 'grch38'
}
2 changes: 1 addition & 1 deletion conf/test_mhcflurry.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ params {
max_time = 48.h

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/testdata/sample_sheets/sample_sheet_variants.csv'
input = params.pipelines_testdata_base_path + 'epitopeprediction/testdata/sample_sheets/sample_sheet_variants.csv'
tools = 'mhcflurry'
}
2 changes: 1 addition & 1 deletion conf/test_mhcnuggets.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ params {
max_time = 48.h

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/testdata/sample_sheets/sample_sheet_variants_class1_and_2.csv'
input = params.pipelines_testdata_base_path + 'epitopeprediction/testdata/sample_sheets/sample_sheet_variants_class1_and_2.csv'
tools = 'mhcnuggets-class-1,mhcnuggets-class-2'
}
2 changes: 1 addition & 1 deletion conf/test_netmhc.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ params {
max_time = 48.h

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/testdata/sample_sheets/sample_sheet_peptides.csv'
input = params.pipelines_testdata_base_path + 'epitopeprediction/testdata/sample_sheets/sample_sheet_peptides.csv'

tools = 'netmhc-4.0'
netmhc_path = './non-free/netmhc.tar.gz'
Expand Down
2 changes: 1 addition & 1 deletion conf/test_netmhcii.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ params {
max_time = 48.h

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/testdata/sample_sheets/sample_sheet_peptides_class2.csv'
input = params.pipelines_testdata_base_path + 'epitopeprediction/testdata/sample_sheets/sample_sheet_peptides_class2.csv'

tools = 'netmhcii-2.2'
netmhcii_path = './non-free/netmhcii.tar.Z'
Expand Down
2 changes: 1 addition & 1 deletion conf/test_netmhciipan.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ params {
max_time = 48.h

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/testdata/sample_sheets/sample_sheet_peptides_class2.csv'
input = params.pipelines_testdata_base_path + 'epitopeprediction/testdata/sample_sheets/sample_sheet_peptides_class2.csv'

tools = 'netmhciipan-4.1'
netmhciipan_path = './non-free/netmhciipan.tar.gz'
Expand Down
2 changes: 1 addition & 1 deletion conf/test_netmhcpan.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ params {
max_time = 48.h

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/testdata/sample_sheets/sample_sheet_peptides.csv'
input = params.pipelines_testdata_base_path + 'epitopeprediction/testdata/sample_sheets/sample_sheet_peptides.csv'

tools = 'netmhcpan-4.0'
netmhcpan_path = './non-free/netmhcpan.tar.gz'
Expand Down
2 changes: 1 addition & 1 deletion conf/test_peptides.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ params {
max_time = 48.h

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/testdata/sample_sheets/sample_sheet_peptides.csv'
input = params.pipelines_testdata_base_path + 'epitopeprediction/testdata/sample_sheets/sample_sheet_peptides.csv'
}
2 changes: 1 addition & 1 deletion conf/test_peptides_h2.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ params {
max_time = 48.h

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/testdata/sample_sheets/sample_sheet_peptides_mouse.csv'
input = params.pipelines_testdata_base_path + 'epitopeprediction/testdata/sample_sheets/sample_sheet_peptides_mouse.csv'
tools = 'mhcnuggets-class-1'
}
2 changes: 1 addition & 1 deletion conf/test_proteins.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ params {
max_time = 4.h

// Input data
input = 'https://github.com/nf-core/test-datasets/raw/epitopeprediction/testdata/sample_sheets/sample_sheet_proteins.csv'
input = params.pipelines_testdata_base_path + 'epitopeprediction/testdata/sample_sheets/sample_sheet_proteins.csv'
}

0 comments on commit 673a805

Please sign in to comment.