File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) Phil Ewels, Rickard Hammarén
3+ Copyright (c) Harshil Patel, Phil Ewels, Rickard Hammarén
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -223,12 +223,12 @@ dag {
223223
224224manifest {
225225 name = ' nf-core/rnaseq'
226- author = ' Phil Ewels, Rickard Hammarén'
226+ author = ' Harshil Patel, Phil Ewels, Rickard Hammarén'
227227 homePage = ' https://github.com/nf-core/rnaseq'
228- description = ' Nextflow RNA-Seq analysis pipeline, part of the nf-core community .'
228+ description = ' RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control .'
229229 mainScript = ' main.nf'
230230 nextflowVersion = ' !>=21.10.3'
231- version = ' 3.8dev '
231+ version = ' 3.8 '
232232}
233233
234234// Load modules.config for DSL2 module specific options
Original file line number Diff line number Diff line change 22 "$schema" : " http://json-schema.org/draft-07/schema" ,
33 "$id" : " https://raw.githubusercontent.com/nf-core/rnaseq/master/nextflow_schema.json" ,
44 "title" : " nf-core/rnaseq pipeline parameters" ,
5- "description" : " Nextflow RNA-Seq analysis pipeline, part of the nf-core community ." ,
5+ "description" : " RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control ." ,
66 "type" : " object" ,
77 "definitions" : {
88 "input_output_options" : {
You can’t perform that action at this time.
0 commit comments