Skip to content

Commit ef948d4

Browse files
committed
Bump pipeline version to 3.8 and add myself as author
1 parent 96f6988 commit ef948d4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Phil Ewels, Rickard Hammarén
3+
Copyright (c) Harshil Patel, Phil Ewels, Rickard Hammarén
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

nextflow.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,12 @@ dag {
223223

224224
manifest {
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

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

0 commit comments

Comments
 (0)