Skip to content

Commit

Permalink
Updates for sanger testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Sep 20, 2023
1 parent cad8ea6 commit d7a448f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 114 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Run RAPID pipeline with test data
# Remember that you can parallelise this by using strategy.matrix
run: |
nextflow run ${GITHUB_WORKSPACE} -entry RAPID -profile github_test,docker --outdir ./results-rapid
nextflow run ${GITHUB_WORKSPACE} -entry RAPID -profile test,docker --outdir ./results-rapid
- name: Run FULL pipeline with test data
# Remember that you can parallelise this by using strategy.matrix
run: |
nextflow run ${GITHUB_WORKSPACE} -profile github_test,docker --outdir ./results-full
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results-full
29 changes: 0 additions & 29 deletions .github/workflows/sanger_test.yml

This file was deleted.

31 changes: 0 additions & 31 deletions assets/github_testing/TreeValTinyTest-Local.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions conf/github_test.config

This file was deleted.

25 changes: 0 additions & 25 deletions conf/local_github_test.config

This file was deleted.

2 changes: 0 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ profiles {

test { includeConfig 'conf/test.config' }
test_full { includeConfig 'conf/farm_test.config' }
github_test { includeConfig 'conf/github_test.config' }
local_github_test { includeConfig 'conf/local_github_test.config' }
}


Expand Down

0 comments on commit d7a448f

Please sign in to comment.