Skip to content

Commit

Permalink
Keep Docker and Test configs separate
Browse files Browse the repository at this point in the history
  • Loading branch information
adamd3 committed Jun 19, 2024
1 parent ca630e0 commit b3d5c1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
- name: Run pipeline with test data
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test --outdir ./results
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results
11 changes: 0 additions & 11 deletions configs/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,5 @@ params {
ref_genome = 'https://raw.githubusercontent.com/adamd3/BactSeq/main/test_data/Mabs.fasta'
ref_ann = 'https://raw.githubusercontent.com/adamd3/BactSeq/main/test_data/Mabs.gff3'
sample_file = 'https://raw.githubusercontent.com/adamd3/BactSeq/main/test_data/sample_sheet_1.tsv'

process.container = 'adamd3/bactseq:latest'
docker {
enabled = true
userEmulation = true
runOptions = '--pull=always'
}
singularity.enabled = false
podman.enabled = false
shifter.enabled = false
charliecloud.enabled = false

}

0 comments on commit b3d5c1a

Please sign in to comment.