Skip to content

Commit

Permalink
Updates to testing profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Sep 13, 2023
1 parent 6d2b248 commit 1b34481
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 79 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
run: |
curl https://dp24.cog.sanger.ac.uk/TreeValTinyData.tar.gz | tar xzf -
- name: Run FULL pipeline with test data
- name: Run RAPID pipeline with test data
# Remember that you can parallelise this by using strategy.matrix
run: |
nextflow run ${GITHUB_WORKSPACE} -entry FULL -profile github_full,docker --outdir ./results
nextflow run ${GITHUB_WORKSPACE} -entry RAPID -profile github_test,docker --outdir ./results-rapid
- name: Run RAPID pipeline with test data
- name: Run FULL pipeline with test data
# Remember that you can parallelise this by using strategy.matrix
run: |
nextflow run ${GITHUB_WORKSPACE} -entry RAPID -profile github_rapid,docker --outdir ./results
nextflow run ${GITHUB_WORKSPACE} -entry FULL -profile github_test,docker --outdir ./results-full
23 changes: 0 additions & 23 deletions conf/farm_rapid.config

This file was deleted.

1 change: 1 addition & 0 deletions conf/farm_full.config → conf/farm_test.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ params {
config_profile_description = "FULL test dataset to check pipeline function, using a current full local dataset"

input = "${projectDir}/assets/local_testing/nxOscDF5033.yaml"
output = nxOscDF5033
}
25 changes: 0 additions & 25 deletions conf/github_rapid.config

This file was deleted.

2 changes: 1 addition & 1 deletion conf/github_full.config → conf/github_test.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ params {

// Input data
input = "${projectDir}/assets/github_testing/TreeValTinyTest.yaml"
outdir = "TinyTest-FULL"
outdir = "TinyTest"
}
25 changes: 0 additions & 25 deletions conf/local_github_rapid.config

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ params {

// Input data
input = "${projectDir}/assets/github_testing/TreeValTinyTest-Local.yaml"
outdir = "TinyTest-FULL"
outdir = "TinyTest"
}

0 comments on commit 1b34481

Please sign in to comment.