diff --git a/CHANGELOG.md b/CHANGELOG.md index cecb33e140b4b55aba75107786bc80618175bcdb..04aeb94818b792677615d2e4bd6baf132fcd6b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v.2.0.1 +# v.2.x.x (indev) **User Facing** **Background** diff --git a/nextflow.config b/nextflow.config index fbfb2f154ec529822550560fe2fac158219212e0..10503ed3296e6bb73895b4e12d1c1e642f7d90f5 100644 --- a/nextflow.config +++ b/nextflow.config @@ -119,6 +119,6 @@ manifest { homePage = 'https://git.biohpc.swmed.edu/gudmap_rbk/rna-seq' description = 'This pipeline was created to be a standard mRNA-sequencing analysis pipeline which integrates with the GUDMAP and RBK consortium data-hub.' mainScript = 'rna-seq.nf' - version = 'v2.0.0' + version = 'v2.x.x_indev' nextflowVersion = '>=20.01.0' }