@@ -346,29 +346,68 @@ manifest {
346346 name = ' nf-core/rnaseq'
347347 author = """ Harshil Patel, Phil Ewels, Rickard Hammarén""" // The author field is deprecated from Nextflow version 24.10.0, use contributors instead
348348 contributors = [
349- // TODO nf-core: Update the field with the details of the contributors to your pipeline. New with Nextflow version 24.10.0
350349 [
351350 name : ' Harshil Patel' ,
352- affiliation : ' ' ,
351+ affiliation : ' Seqera ' ,
353352 email : ' ' ,
354- github : ' ' ,
355- contribution : [], // List of contribution types ('author', 'maintainer' or 'contributor')
353+ github : ' @drpatelh' ,
354+ contribution : [' author' ], // List of contribution types ('author', 'maintainer' or 'contributor')
355+ orcid : ' 0000-0003-2707-7940'
356+ ],
357+ [
358+ name : ' Jonathan Manning' ,
359+ affiliation : ' Seqera' ,
360+ email : ' ' ,
361+ github : ' @pinin4fjords' ,
362+ contribution : [' maintainer' , ' contributor' ], // List of contribution types ('author', 'maintainer' or 'contributor')
363+ orcid : ' 0000-0002-3483-8456'
364+ ],
365+ [
366+ name : ' Maxime Garcia' ,
367+ affiliation : ' Seqera' ,
368+ email : ' ' ,
369+ github : ' @maxulysse' ,
370+ contribution : [' contributor' , ' maintainer' ], // List of contribution types ('author', 'maintainer' or 'contributor')
356371 orcid : ' '
357372 ],
358373 [
359374 name : ' Phil Ewels' ,
360- affiliation : ' ' ,
375+ affiliation : ' Seqera ' ,
361376 email : ' ' ,
362- github : ' ' ,
363- contribution : [], // List of contribution types ('author', 'maintainer' or 'contributor')
377+ github : ' @ewels ' ,
378+ contribution : [' author ' ], // List of contribution types ('author', 'maintainer' or 'contributor')
364379 orcid : ' '
365380 ],
381+ [
382+ name : ' Alexander Peltzer' ,
383+ affiliation : ' Boehringer Ingelheim' ,
384+ email : ' ' ,
385+ github : ' @apeltzer' ,
386+ contribution : [' contributor' ], // List of contribution types ('author', 'maintainer' or 'contributor')
387+ orcid : ' 0000-0002-6503-2180'
388+ ],
366389 [
367390 name : ' Rickard Hammarén' ,
368- affiliation : ' ' ,
391+ affiliation : ' Scilifelab Data Centre' ,
392+ email : ' ' ,
393+ github : ' @Hammarn' ,
394+ contribution : [' author' ], // List of contribution types ('author', 'maintainer' or 'contributor')
395+ orcid : ' 0000-0001-9017-591X'
396+ ],
397+ [
398+ name : ' Olga Botvinnik' ,
399+ affiliation : ' Seanome' ,
400+ email : ' ' ,
401+ github : ' @olgabot' ,
402+ contribution : [' contributor' ], // List of contribution types ('author', 'maintainer' or 'contributor')
403+ orcid : ' 0000-0003-4412-7970'
404+ ],
405+ [
406+ name : ' Adam Talbot' ,
407+ affiliation : ' Seqera' ,
369408 email : ' ' ,
370- github : ' ' ,
371- contribution : [], // List of contribution types ('author', 'maintainer' or 'contributor')
409+ github : ' @adamrtalbot ' ,
410+ contribution : [' contributor ' ], // List of contribution types ('author', 'maintainer' or 'contributor')
372411 orcid : ' '
373412 ],
374413 ]
@@ -377,7 +416,7 @@ manifest {
377416 mainScript = ' main.nf'
378417 defaultBranch = ' master'
379418 nextflowVersion = ' !>=24.04.2'
380- version = ' 3.19.0dev '
419+ version = ' 3.19.0 '
381420 doi = ' https://doi.org/10.5281/zenodo.1400710'
382421}
383422
0 commit comments