Skip to content

Commit

Permalink
Merge pull request nf-core#304 from ggabernet/dev
Browse files Browse the repository at this point in the history
Making Immcantation container CI tests optional
  • Loading branch information
ggabernet authored Feb 15, 2024
2 parents dd0ef85 + 337f6fe commit e80c15c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_immcantation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: nf-core CI immcantation
name: Immcantation
# This workflow runs the pipeline with the minimal test dataset to check that it completes without any syntax errors
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/download_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
env:
NXF_SINGULARITY_CACHEDIR: ./
NXF_SINGULARITY_HOME_MOUNT: true
run: nextflow run ./${{ env.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ env.REPO_BRANCH }}) -stub -profile test,singularity --outdir ./results
run: nextflow run ./${{ env.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ env.REPO_BRANCH }}) -stub -profile test,singularity --outdir ./results
12 changes: 6 additions & 6 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ lint:
- report_comment
nextflow_config:
- config_defaults:
- params.miairr
- params.report_rmd
- params.report_css
- params.report_logo
- params.report_logo_img
- params.config_profile_url
- params.miairr
- params.report_rmd
- params.report_css
- params.report_logo
- params.report_logo_img
- params.config_profile_url
repository_type: pipeline

0 comments on commit e80c15c

Please sign in to comment.