Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests changed, move them to test-datasets #167

Merged
merged 31 commits into from
May 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
11e8efd
PXD000001.sdrf.tsv removed from assets
ypriverol Apr 29, 2022
3efdd07
tests of ci moved to test-datasets
ypriverol Apr 29, 2022
0e80c77
PXD026600.sdrf.tsv removed
ypriverol Apr 29, 2022
060cd3b
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
666ffde
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
6082af0
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
d6324f1
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
ecf4d34
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
fa6cf68
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
39454f7
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
5d265c7
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
7ed58f1
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
606c041
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
dfd6919
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
bfa0357
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
4825736
first iteration of utils msstats_utils.R
ypriverol Apr 29, 2022
154830f
first iteration of utils msstats_utils.R
ypriverol Apr 30, 2022
13784fa
rollback changes
ypriverol Apr 30, 2022
d94244c
fixing tmt
ypriverol Apr 30, 2022
a19af0f
adding ci test full
ypriverol Apr 30, 2022
00e9108
clean R
ypriverol Apr 30, 2022
f4d2e05
clean R
ypriverol Apr 29, 2022
3c11285
remove test_full.config
ypriverol May 1, 2022
a5dd1be
remove test_full.config
ypriverol May 1, 2022
7cb5c3b
remove test.config
ypriverol May 1, 2022
921882f
remove test.config
ypriverol May 1, 2022
9dd525e
Functions implemented in lfq
ypriverol May 1, 2022
60c8a36
Update bin/msstats_plfq.R
ypriverol May 1, 2022
280dd6d
Update modules/local/msstats/main.nf
ypriverol May 1, 2022
6686fa2
functions added to msstats_tmt.R
ypriverol May 1, 2022
2626e22
Merge remote-tracking branch 'origin/dev' into dev
ypriverol May 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/awsfulltest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nf-core AWS full size tests
# This workflow is triggered on published releases.
# It can be additionally triggered manually with GitHub actions workflow dispatch button.
# It runs the -profile 'test_full' on AWS batch
# It runs the -profile 'test_lfq' on AWS batch

on:
release:
Expand All @@ -17,7 +17,7 @@ jobs:
uses: nf-core/tower-action@v3
# TODO nf-core: You can customise AWS full pipeline tests as required
# Add full size test data (but still relatively small datasets for few samples)
# on the `test_full.config` test runs with only one set of parameters
# on the `test_lfq.config` test runs with only one set of parameters

with:
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
Expand All @@ -28,7 +28,7 @@ jobs:
{
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/quantms/results-${{ github.sha }}"
}
profiles: test_full,aws_tower
profiles: test_lfq,aws_tower
nextflow_config: |
process.errorStrategy = 'retry'
process.maxRetries = 3
4 changes: 2 additions & 2 deletions .github/workflows/awstest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nf-core AWS test
# This workflow can be triggered manually with the GitHub actions workflow dispatch button.
# It runs the -profile 'test' on AWS batch
# It runs the -profile 'test_tmt' on AWS batch

on:
workflow_dispatch:
Expand All @@ -23,7 +23,7 @@ jobs:
{
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/quantms/results-test-${{ github.sha }}"
}
profiles: test,aws_tower
profiles: test_tmt,aws_tower
nextflow_config: |
process.errorStrategy = 'retry'
process.maxRetries = 3
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Test latest edge release of Nextflow
- NXF_VER: ""
NXF_EDGE: "1"
test_profile: ["test", "test_lfq", "test_dia", "test_localize"]
test_profile: ["test_lfq", "test_dia", "test_localize", "test_tmt"]
exec_profile: ["docker", "conda"]
exclude:
- test_profile: test_dia
Expand Down
2 changes: 2 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ repository_type: pipeline
lint:
files_exist:
- conf/igenomes.config
- conf/test_full.config
- conf/test.config
7 changes: 0 additions & 7 deletions assets/PXD000001.sdrf.tsv

This file was deleted.

5 changes: 0 additions & 5 deletions assets/PXD026600.sdrf.tsv

This file was deleted.

Loading