Skip to content

Commit

Permalink
fix pre-commit editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Feb 15, 2024
1 parent 181ad2e commit 337f6fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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 337f6fe

Please sign in to comment.