Skip to content

Commit f54b3c0

Browse files
authored
Merge branch 'master' into ribodetector
2 parents 6ccf8e1 + 970f05b commit f54b3c0

File tree

15 files changed

+92
-49
lines changed

15 files changed

+92
-49
lines changed

.github/actions/nf-test-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: Set up Python
3131
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3232
with:
33-
python-version: "3.13"
33+
python-version: "3.14"
3434

3535
- name: Set up nf-test
3636
uses: nf-core/setup-nf-test@v1

.github/workflows/clean-up.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
pull-requests: write
1313
steps:
14-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10
14+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10
1515
with:
1616
stale-issue-message: "This issue has been tagged as awaiting-changes or awaiting-feedback by an @nf-core/modules contributor. Remove stale label or add a comment otherwise this issue will be closed in 20 days."
1717
stale-pr-message: "This PR has been tagged as awaiting-changes or awaiting-feedback by an @nf-core/modules contributor. Remove stale label or add a comment if it is still useful."

.github/workflows/close-wishlist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10
13+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10
1414
with:
1515
stale-issue-message: "This issue has been tagged as wishlist and no one has assigned themselves to it within a year. It will be closed in 10 days unless someone assigns themselves to it."
1616
close-issue-message: "This issue was closed because it has been tagged as wishlist and no one worked on it for over a year."

.github/workflows/fix-linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# indication that the linting is being fixed
2222
- name: React on comment
23-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
23+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
2424
with:
2525
comment-id: ${{ github.event.comment.id }}
2626
reactions: eyes
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.nf_core_bot_auth_token }}
3434

35-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
35+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3636

3737
- name: Install Prettier
3838
run: npm install -g prettier @prettier/plugin-php
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Post nothing-to-do comment
5454
if: steps.prettier_status.outputs.result == 'pass'
55-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
55+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
5656
with:
5757
issue-number: ${{ github.event.issue.number }}
5858
body: |

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Set up Python
133133
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
134134
with:
135-
python-version: "3.13"
135+
python-version: "3.14"
136136

137137
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
138138
id: cache-pip
@@ -180,7 +180,7 @@ jobs:
180180
- name: Set up Python
181181
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
182182
with:
183-
python-version: "3.13"
183+
python-version: "3.14"
184184

185185
- name: Set up Nextflow
186186
uses: nf-core/setup-nextflow@v2

.github/workflows/pytest-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
- name: Set up Python
237237
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
238238
with:
239-
python-version: "3.13"
239+
python-version: "3.14"
240240

241241
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
242242
id: cache-pip-pytest

.github/workflows/reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10
13+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10
1414
with:
1515
stale-issue-message: "This is a reminder that you assigned yourself to this issue to create a new module / new subworkflow. Please remove yourself from the Assignees if you do not plan to work on this anymore."
1616
days-before-stale: 178

.github/workflows/update-gpu-snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
# indication that the snapshot is being updated
2525
- name: React on comment
26-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
26+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
2727
with:
2828
comment-id: ${{ github.event.comment.id }}
2929
reactions: eyes
@@ -38,7 +38,7 @@ jobs:
3838
echo "test_path=$(echo ${{ github.event.comment.body }} | grep -oP 'path:\s*\K[^ ]+')" >> $GITHUB_OUTPUT
3939
4040
- name: if test path is empty, exit
41-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
41+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
4242
if: steps.get-test-path.outputs.test_path == ''
4343
with:
4444
comment-id: ${{ github.event.comment.id }}
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up Python
6969
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
7070
with:
71-
python-version: "3.13"
71+
python-version: "3.14"
7272

7373
- name: Set up nf-test
7474
uses: nf-core/setup-nf-test@v1

.github/workflows/update-sentieon-snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
# indication that the snapshot is being updated
2828
- name: React on comment
29-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
29+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
3030
with:
3131
comment-id: ${{ github.event.comment.id }}
3232
reactions: eyes
@@ -41,7 +41,7 @@ jobs:
4141
echo "test_path=$(echo ${{ github.event.comment.body }} | grep -oP 'path:\s*\K[^ ]+')" >> $GITHUB_OUTPUT
4242
4343
- name: if test path is empty, exit
44-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
44+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
4545
if: steps.get-test-path.outputs.test_path == ''
4646
with:
4747
comment-id: ${{ github.event.comment.id }}
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Python
7272
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
7373
with:
74-
python-version: "3.13"
74+
python-version: "3.14"
7575

7676
- name: Set up nf-test
7777
uses: nf-core/setup-nf-test@v1

modules/nf-core/cellranger/mkfastq/main.nf

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ process CELLRANGER_MKFASTQ {
88
tuple val(meta), path(csv), path(bcl)
99

1010
output:
11-
tuple val(meta), path("*_outs/outs/fastq_path/**/*.fastq.gz") , emit: fastq
12-
tuple val(meta), path("*_outs/outs/fastq_path/Undetermined*.fastq.gz") , optional:true, emit: undetermined_fastq
13-
tuple val(meta), path("*_outs/outs/fastq_path/Reports") , optional:true, emit: reports
14-
tuple val(meta), path("*_outs/outs/fastq_path/Stats") , optional:true, emit: stats
15-
tuple val(meta), path("*_outs/outs/interop_path/*.bin") , emit: interop
16-
path "versions.yml" , emit: versions
11+
tuple val(meta), path("*_outs/outs/fastq_path/**/**_S[0-9]*_R?_00?.fastq.gz") , emit: fastq
12+
tuple val(meta), path("*_outs/outs/fastq_path/**/**_S[0-9]*_I?_00?.fastq.gz") , optional:true, emit: fastq_idx
13+
tuple val(meta), path("*_outs/outs/fastq_path/Undetermined*.fastq.gz") , optional:true, emit: undetermined_fastq
14+
tuple val(meta), path("*_outs/outs/fastq_path/Reports") , optional:true, emit: reports
15+
tuple val(meta), path("*_outs/outs/fastq_path/Stats") , optional:true, emit: stats
16+
tuple val(meta), path("*_outs/outs/interop_path/*.bin") , emit: interop
17+
path "versions.yml" , emit: versions
1718

1819
when:
1920
task.ext.when == null || task.ext.when
@@ -58,9 +59,11 @@ process CELLRANGER_MKFASTQ {
5859
# data for fastq channels
5960
mkdir -p "${prefix}_outs/outs/fastq_path/sample/files/"
6061
touch "${prefix}_outs/outs/fastq_path/Undetermined_fake_file.fastq"
61-
touch "${prefix}_outs/outs/fastq_path/sample/files/fake_file.fastq"
62+
touch "${prefix}_outs/outs/fastq_path/sample/files/fake_sample_S1_R1_001.fastq"
63+
touch "${prefix}_outs/outs/fastq_path/sample/files/fake_sample_S1_I1_001.fastq"
6264
gzip "${prefix}_outs/outs/fastq_path/Undetermined_fake_file.fastq"
63-
gzip "${prefix}_outs/outs/fastq_path/sample/files/fake_file.fastq"
65+
gzip "${prefix}_outs/outs/fastq_path/sample/files/fake_sample_S1_R1_001.fastq"
66+
gzip "${prefix}_outs/outs/fastq_path/sample/files/fake_sample_S1_I1_001.fastq"
6467
6568
cat <<-END_VERSIONS > versions.yml
6669
"${task.process}":

0 commit comments

Comments
 (0)