diff --git a/CHANGELOG.md b/CHANGELOG.md index 447887f..627641c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [unreleased] +- Remove dead links from README + ## [v0.3.1] ### Added - Handling for input reference transcriptome headers that contain `|` diff --git a/README.md b/README.md index 31ae721..2996353 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ This repository contains a [nextflow](https://www.nextflow.io/) workflow for assembly and annotation of transcripts from Oxford Nanopore cDNA or direct RNA reads. -It has been adapted from two existing Snakemake pipelines: -* https://github.com/nanoporetech/pipeline-nanopore-ref-isoforms -* https://github.com/nanoporetech/pipeline-nanopore-denovo-isoforms diff --git a/docs/header.md b/docs/header.md index 31f01a7..03d4f25 100644 --- a/docs/header.md +++ b/docs/header.md @@ -2,7 +2,4 @@ This repository contains a [nextflow](https://www.nextflow.io/) workflow for assembly and annotation of transcripts from Oxford Nanopore cDNA or direct RNA reads. -It has been adapted from two existing Snakemake pipelines: -* https://github.com/nanoporetech/pipeline-nanopore-ref-isoforms -* https://github.com/nanoporetech/pipeline-nanopore-denovo-isoforms