From 08ee6dc427ed01547c08eb5b6c89b3b7b3d4e785 Mon Sep 17 00:00:00 2001 From: Rory Munro Date: Tue, 14 Oct 2025 17:23:38 +0100 Subject: [PATCH] Fix display title --- README.md | 2 +- nextflow_schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9bdae5..2e8998f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Workflow Transcriptomes +# Transcriptomes Transcriptome analysis of cDNA and direct RNA sequencing data. diff --git a/nextflow_schema.json b/nextflow_schema.json index aa23839..f8825af 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://raw.githubusercontent.com/./master/nextflow_schema.json", "title": "epi2me-labs/wf-transcriptomes", - "workflow_title": "Workflow Transcriptomes", + "workflow_title": "Transcriptomes", "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",