@@ -242,13 +242,15 @@ dag {
242242
243243manifest {
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