From 06ad12a659f8f419f91620057bae62610a0b5cb0 Mon Sep 17 00:00:00 2001 From: Leila011 Date: Mon, 19 Aug 2024 15:11:41 +0200 Subject: [PATCH] cleanup changelog --- CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64de20e2..68e5ca8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,17 +21,14 @@ * `agat`: - `agat_convert_sp_gff2gtf`: convert any GTF/GFF file into a proper GTF file (PR #76). - - `/agat_convert_bed2gff`: convert bed file to gff format (PR #97). + - `agat_convert_bed2gff`: convert bed file to gff format (PR #97). + - `agat_convert_embl2gff`: convert an EMBL file into GFF format (PR #99). + - `agat_sp_add_introns`: add intron features to gtf/gff file without intron features (PR #104). * `bedtools`: - `bedtools/bedtools_intersect`: Allows one to screen for overlaps between two sets of genomic features (PR #94). - `bedtools/bedtools_sort`: Sorts a feature file (bed/gff/vcf) by chromosome and other criteria (PR #98). - -* `agat/agat_convert_embl2gff`: convert an EMBL file into GFF format (PR #99). - -* `agat/agat_sp_add_introns`: add intron features to gtf/gff file without intron features (PR #104). - ## MINOR CHANGES * `busco` components: update BUSCO to `5.7.1` (PR #72).