diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2fe4c..b4144b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed - `split_bam` and `build_minimap_index_transcriptome` process memory allocation increased. +- Updated recommended memory requirement. +- Updated project description. ## [v1.6.1] ### Fixed diff --git a/README.md b/README.md index b51688c..992e720 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Workflow Transcriptomes -Transcriptome analysis including assembly and annotation of cDNA and direct RNA sequencing data and differential expression analysis. +Transcriptome analysis of cDNA and direct RNA sequencing data. @@ -21,7 +21,7 @@ This workflow can be used for the following: Recommended requirements: + CPUs = 16 -+ Memory = 32GB ++ Memory = 64GB Minimum requirements: diff --git a/docs/01_brief_description.md b/docs/01_brief_description.md index 7578226..c5fd1c3 100644 --- a/docs/01_brief_description.md +++ b/docs/01_brief_description.md @@ -1 +1 @@ -Transcriptome analysis including assembly and annotation of cDNA and direct RNA sequencing data and differential expression analysis. \ No newline at end of file +Transcriptome analysis of cDNA and direct RNA sequencing data. \ No newline at end of file diff --git a/docs/03_compute_requirements.md b/docs/03_compute_requirements.md index 1371fb9..4a301d8 100644 --- a/docs/03_compute_requirements.md +++ b/docs/03_compute_requirements.md @@ -1,7 +1,7 @@ Recommended requirements: + CPUs = 16 -+ Memory = 32GB ++ Memory = 64GB Minimum requirements: diff --git a/nextflow_schema.json b/nextflow_schema.json index c0982c1..9949038 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -3,7 +3,7 @@ "$id": "https://raw.githubusercontent.com/./master/nextflow_schema.json", "title": "epi2me-labs/wf-transcriptomes", "workflow_title": "Workflow Transcriptomes", - "description": "Transcriptome analysis including assembly and annotation of cDNA and direct RNA sequencing data and differential expression analysis.", + "description": "Transcriptome analysis of cDNA and direct RNA sequencing data.", "demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-transcriptomes/wf-transcriptomes-demo.tar.gz", "aws_demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-transcriptomes/wf-transcriptomes-demo/aws.nextflow.config", "url": "https://github.com/epi2me-labs/wf-transcriptomes", @@ -376,7 +376,7 @@ "resources": { "recommended": { "cpus": 16, - "memory": "32GB" + "memory": "64GB" }, "minimum": { "cpus": 8,