Skip to content

Commit d4eb7ae

Browse files
authored
Merge pull request #686 from bigbio/updt_test_configs
🔧 update to fetch SDRF and FASTA files from maintained repo
2 parents 02d8c82 + 8c9a778 commit d4eb7ae

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Learn more about contributing: [CONTRIBUTING.md](https://github.com/bigbio/quant
1616
- [ ] This comment contains a description of changes (with reason).
1717
- [ ] If you've fixed a bug or added code that should be tested, add tests!
1818
- [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/bigbio/quantms/tree/master/.github/CONTRIBUTING.md)
19-
- [ ] If necessary, also make a PR on the bigbio/quantms _branch_ on the [nf-core/test-datasets](https://github.com/nf-core/test-datasets) repository.
19+
- [ ] If necessary, also make a PR on the bigbio/quantms _branch_ on the [bigbio/quantms-test-datasets](https://github.com/bigbio/quantms-test-datasets) repository.
2020
- [ ] Make sure your code lints (`nf-core pipelines lint`).
2121
- [ ] Ensure the test suite passes (`nextflow run . -profile test,docker --outdir <OUTDIR>`).
2222
- [ ] Check for unexpected warnings in debug mode (`nextflow run . -profile debug,test,docker --outdir <OUTDIR>`).

conf/tests/test_full_dia.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ params {
2525
outdir = './results_dia_full'
2626

2727
// Input data
28-
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/quantms/testdata-aws/dia_full/PXD004684.sdrf.tsv'
28+
input = 'https://raw.githubusercontent.com/bigbio/quantms-test-datasets/quantms/testdata-aws/dia_full/PXD004684.sdrf.tsv'
2929
database = 'https://raw.githubusercontent.com/bigbio/quantms-test-datasets/quantms/testdata/dia_ci/REF_EColi_K12_UPS1_combined.fasta'
3030
min_pr_mz = 450
3131
max_pr_mz = 1080

conf/tests/test_full_lfq.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ params {
2525
outdir = "./results_lfq_full"
2626

2727
// Input data
28-
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/quantms/testdata-aws/lfq_full/PXD001819.sdrf.tsv'
29-
database = 'https://raw.githubusercontent.com/nf-core/test-datasets/quantms/testdata-aws/lfq_full/yeast_2021_04_reviewed.fasta'
28+
input = 'https://raw.githubusercontent.com/bigbio/quantms-test-datasets/quantms/testdata-aws/lfq_full/PXD001819.sdrf.tsv'
29+
database = 'https://raw.githubusercontent.com/bigbio/quantms-test-datasets/quantms/testdata-aws/lfq_full/yeast_2021_04_reviewed.fasta'
3030
search_engines = "msgf,comet"
3131
add_decoys = true
3232
protein_level_fdr_cutoff = 0.01

conf/tests/test_full_tmt.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ params {
2525
outdir = "./results_iso_full"
2626

2727
// Input data for full size test
28-
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/quantms/testdata-aws/tmt_full/PXD005486.sdrf.tsv'
29-
database = 'https://raw.githubusercontent.com/nf-core/test-datasets/quantms/testdata-aws/tmt_full/uniprot_E_coli_13spiked_reviewed_2021_04.fasta'
28+
input = 'https://raw.githubusercontent.com/bigbio/quantms-test-datasets/quantms/testdata-aws/tmt_full/PXD005486.sdrf.tsv'
29+
database = 'https://raw.githubusercontent.com/bigbio/quantms-test-datasets/quantms/testdata-aws/tmt_full/uniprot_E_coli_13spiked_reviewed_2021_04.fasta'
3030
search_engines = "comet,msgf"
3131
protein_level_fdr_cutoff = 0.01
3232
psm_level_fdr_cutoff = 0.01

conf/tests/test_latest_dia.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ process {
4040
}
4141

4242
withLabel: diann {
43-
container = 'ghcr.io/bigbio/diann:2.1.0' // This docker container is private in for quantms
43+
container = 'ghcr.io/bigbio/diann:2.1.0' // This docker container is in a private registry for bigbio
4444
}
4545

4646
resourceLimits = [

nextflow.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ params {
5656
shuffle_max_attempts = 30
5757
shuffle_sequence_identity_threshold = 0.5
5858

59-
//// Peak picking if used
59+
// Peak picking if used
6060
openms_peakpicking = false
6161
peakpicking_inmemory = false
6262
peakpicking_ms_levels = null // means all/auto
6363

64-
//// Conversion and mzml statistics flags
64+
// Conversion and mzml statistics flags
6565
reindex_mzml = true
6666
mzml_statistics = false
6767
mzml_features = false
@@ -271,7 +271,7 @@ params {
271271
help_full = false
272272
show_hidden = false
273273
version = false
274-
pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/'
274+
pipelines_testdata_base_path = 'https://raw.githubusercontent.com/bigbio/quantms-test-datasets/'
275275
trace_report_suffix = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss')
276276

277277
// Config options

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@
15051505
"type": "string",
15061506
"fa_icon": "far fa-check-circle",
15071507
"description": "Base URL or local path to location of pipeline test dataset files",
1508-
"default": "https://raw.githubusercontent.com/nf-core/test-datasets/",
1508+
"default": "https://raw.githubusercontent.com/bigbio/quantms-test-datasets/",
15091509
"hidden": true
15101510
},
15111511
"trace_report_suffix": {

tests/nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// TODO nf-core: Specify any additional parameters here
88
// Or any resources requirements
99
params {
10-
modules_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/'
11-
pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/refs/heads/quantms'
10+
modules_testdata_base_path = 'https://raw.githubusercontent.com/bigbio/quantms-test-datasets/modules/data/'
11+
pipelines_testdata_base_path = 'https://raw.githubusercontent.com/bigbio/quantms-test-datasets/refs/heads/quantms'
1212
}
1313

1414
aws.client.anonymous = true // fixes S3 access issues on self-hosted runners

0 commit comments

Comments
 (0)