From 7e83343def41c1c2b96f31ae7dee384ebd750b49 Mon Sep 17 00:00:00 2001 From: Leila011 Date: Mon, 19 Aug 2024 15:18:50 +0200 Subject: [PATCH] cleanup changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e5ca8c..78dc3419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,10 +20,10 @@ based on a provided sequence IDs or region coordinates file (PR #85). * `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_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). + - `agat/agat_convert_sp_gff2gtf`: convert any GTF/GFF file into a proper GTF file (PR #76). + - `agat/agat_convert_bed2gff`: convert bed file to gff format (PR #97). + - `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). * `bedtools`: - `bedtools/bedtools_intersect`: Allows one to screen for overlaps between two sets of genomic features (PR #94).