Skip to content

Commit 71f8004

Browse files
committedFeb 20, 2024
Template update for nf-core/tools version 2.13
1 parent 996093c commit 71f8004

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2114
-1410
lines changed
 

‎.editorconfig

+7-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ end_of_line = unset
1818
insert_final_newline = unset
1919
trim_trailing_whitespace = unset
2020
indent_style = unset
21-
indent_size = unset
21+
[/subworkflows/nf-core/**]
22+
charset = unset
23+
end_of_line = unset
24+
insert_final_newline = unset
25+
trim_trailing_whitespace = unset
26+
indent_style = unset
2227

2328
[/assets/email*]
2429
indent_size = unset
@@ -28,5 +33,5 @@ indent_size = unset
2833
indent_style = unset
2934

3035
# ignore python
31-
[*.{py}]
36+
[*.{py,md}]
3237
indent_style = unset

‎.github/workflows/awsfulltest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Launch workflow via tower
17-
uses: seqeralabs/action-tower-launch@v2
17+
uses: seqeralabs/action-tower-launch@922e5c8d5ac4e918107ec311d2ebbd65e5982b3d # v2
1818
# TODO nf-core: You can customise AWS full pipeline tests as required
1919
# Add full size test data (but still relatively small datasets for few samples)
2020
# on the `test_full.config` test runs with only one set of parameters
@@ -31,7 +31,7 @@ jobs:
3131
}
3232
profiles: test_full
3333

34-
- uses: actions/upload-artifact@v4
34+
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
3535
with:
3636
name: Tower debug log file
3737
path: |

0 commit comments

Comments
 (0)