@@ -350,70 +350,78 @@ manifest {
350350 name : ' Harshil Patel' ,
351351 affiliation : ' Seqera' ,
352352 github : ' @drpatelh' ,
353- contribution : [' author' ], // List of contribution types ('author', 'maintainer' or 'contributor')
353+ contribution : [' author' ],
354354 orcid : ' 0000-0003-2707-7940'
355355 ],
356356 [
357357 name : ' Jonathan Manning' ,
358358 affiliation : ' Seqera' ,
359359 github : ' @pinin4fjords' ,
360- contribution : [' maintainer' , ' contributor' ], // List of contribution types ('author', 'maintainer' or 'contributor')
360+ contribution : [' maintainer' , ' contributor' ],
361361 orcid : ' 0000-0002-3483-8456'
362362 ],
363363 [
364364 name : ' Maxime U Garcia' ,
365365 affiliation : ' Seqera' ,
366366 github : ' @maxulysse' ,
367- contribution : [' contributor' , ' maintainer' ], // List of contribution types ('author', 'maintainer' or 'contributor')
367+ contribution : [' contributor' , ' maintainer' ],
368368 orcid : ' 0000-0003-2827-9261'
369369 ],
370370 [
371371 name : ' Phil Ewels' ,
372372 affiliation : ' Seqera' ,
373373 github : ' @ewels' ,
374- contribution : [' author' ], // List of contribution types ('author', 'maintainer' or 'contributor')
374+ contribution : [' author' ],
375+ orcid : ' 0000-0003-4101-2502'
375376 ],
376377 [
377378 name : ' Alexander Peltzer' ,
378379 affiliation : ' Boehringer Ingelheim' ,
379380 github : ' @apeltzer' ,
380- contribution : [' contributor' ], // List of contribution types ('author', 'maintainer' or 'contributor')
381+ contribution : [' contributor' ],
381382 orcid : ' 0000-0002-6503-2180'
382383 ],
383384 [
384385 name : ' Rickard Hammarén' ,
385386 affiliation : ' Scilifelab Data Centre' ,
386387 github : ' @Hammarn' ,
387- contribution : [' author' ], // List of contribution types ('author', 'maintainer' or 'contributor')
388+ contribution : [' author' ],
388389 orcid : ' 0000-0001-9017-591X'
389390 ],
390391 [
391392 name : ' Olga Botvinnik' ,
392393 affiliation : ' Seanome' ,
393394 github : ' @olgabot' ,
394- contribution : [' contributor' ], // List of contribution types ('author', 'maintainer' or 'contributor')
395+ contribution : [' contributor' ],
395396 orcid : ' 0000-0003-4412-7970'
396397 ],
397398 [
398399 name : ' Adam Talbot' ,
399400 affiliation : ' Seqera' ,
400401 github : ' @adamrtalbot' ,
401- contribution : [' contributor' ], // List of contribution types ('author', 'maintainer' or 'contributor')
402+ contribution : [' contributor' ],
402403 ],
403404 [
404405 name : ' Friederike Hanssen' ,
405406 affiliation : ' Seqera' ,
406407 github : ' @FriederikeHanssen' ,
407- contribution : [' contributor' ], // List of contribution types ('author', 'maintainer' or 'contributor')
408+ contribution : [' contributor' ],
408409 orcid : ' 0009-0001-9875-5262'
409410 ],
411+ [
412+ name : ' Robert Syme' ,
413+ affiliation : ' Seqera' ,
414+ github : ' @robsyme' ,
415+ contribution : [' contributor' ],
416+ orcid : ' 0000-0002-8721-2350'
417+ ],
410418 ]
411419 homePage = ' https://github.com/nf-core/rnaseq'
412420 description = """ RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control."""
413421 mainScript = ' main.nf'
414422 defaultBranch = ' master'
415423 nextflowVersion = ' !>=24.10.5'
416- version = ' 3.20.0 '
424+ version = ' 3.21.0dev '
417425 doi = ' https://doi.org/10.5281/zenodo.1400710'
418426}
419427
0 commit comments