Skip to content

Commit ddb925a

Browse files
committed
Revert change with contributor field
1 parent 6081b4e commit ddb925a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

nextflow.config

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,15 @@ dag {
242242

243243
manifest {
244244
name = 'nf-core/nanostring'
245-
contributors = [
246-
[name: "Alexander Peltzer", github: "apeltzer"],
247-
[name: "Christopher Mohr", github: "christopher-mohr"],
248-
[name: "Nicolás Schcolnicov", github: "nschcolnicov"],
249-
[name: "Anabella Trigila", github: "atrigila"],
250-
[name: "Alan Möbbs", github: "alanmmobbs93" ]
251-
]
245+
author = """Peltzer, Alexander & Mohr, Christopher""" // The author field is deprecated from Nextflow version 24.10.0, use contributors instead
246+
// TODO switch to contributor field - this broke CI last time I tried.
247+
// contributors = [
248+
// [name: "Alexander Peltzer", github: "apeltzer"],
249+
// [name: "Christopher Mohr", github: "christopher-mohr"],
250+
// [name: "Nicolás Schcolnicov", github: "nschcolnicov"],
251+
// [name: "Anabella Trigila", github: "atrigila"],
252+
// [name: "Alan Möbbs", github: "alanmmobbs93" ]
253+
// ]
252254
homePage = 'https://github.com/nf-core/nanostring'
253255
description = """A Nanostring nCounter analysis pipeline"""
254256
mainScript = 'main.nf'

0 commit comments

Comments
 (0)