Skip to content

Commit

Permalink
[WIP] fix some actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnonanthony committed Nov 17, 2024
1 parent 29c9ae5 commit 1626510
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
with:
version: "${{ matrix.NXF_VER }}"

- uses: AlexVCaron/setup-nf-test@2c5a31b90b34d97abf155b57ee0f79c7f5aa118a
# Used to make the action executable on our runners. Related to how the home
# and work directories are set up from ephemeral disks. See nf-core/setup-nf-test/issues/6
- name: Setup nf-test
uses: nf-core/[email protected]
with:
version: ${{ matrix.nf_test_version }}
version: 0.9.2
install-pdiff: true

- name: Set up Apptainer
if: matrix.profile == 'singularity'
Expand Down
2 changes: 2 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ lint:
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
- conf/igenomes.config
- assets/FS_BN_GL_SF_utils/**
- assets/templates/**
files_unchanged:
- CODE_OF_CONDUCT.md
- assets/nf-core-pediatric_logo_light.png
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exclude: 'assets/**'
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
Expand Down
3 changes: 0 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"fa_icon": "fas fa-folder",
"help_text": "Path to the utils folder. This folder contains the atlases used in the pipeline. You can download the utils folder from the nf-pediatric GitHub repository.",
"format": "directory-path",
"default": "${projectDir}/assets/FS_BN_GL_SF_utils/",
"exists": true,
"hidden": true
}
Expand Down Expand Up @@ -167,14 +166,12 @@
"type": "string",
"description": "Path to the template to use in antsBet",
"fa_icon": "fas fa-brain",
"default": "${projectDir}/assets/templates/t1_template.nii.gz",
"hidden": true
},
"t1_bet_template_probability_map": {
"type": "string",
"description": "Path to the template probability map to use in antsBet",
"fa_icon": "fas fa-brain",
"default": "${projectDir}/assets/templates/t1_brain_probability_map.nii.gz",
"hidden": true
}
}
Expand Down

0 comments on commit 1626510

Please sign in to comment.