From e178c2e6e352145e5ea3444811f53eafeeb3714a Mon Sep 17 00:00:00 2001 From: Leila011 Date: Mon, 19 Aug 2024 15:16:18 +0200 Subject: [PATCH] cleanup changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5932648..8499fb0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,9 +23,9 @@ - `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_mfannot2gff`: convert MFannot "masterfile" annotation to gff format (PR #112). - - `agat/agat_convert_embl2gff`: convert an EMBL file into GFF format (PR #99). - - `agat/agat_convert_sp_gff2tsv`: convert gtf/gff file into tabulated file (PR #102). - - `agat/agat_convert_sp_gxf2gxf`: fixes and/or standardizes any GTF/GFF file into full sorted GTF/GFF file (PR #103). + - `agat_convert_embl2gff`: convert an EMBL file into GFF format (PR #99). + - `agat_convert_sp_gff2tsv`: convert gtf/gff file into tabulated file (PR #102). + - `agat_convert_sp_gxf2gxf`: fixes and/or standardizes any GTF/GFF file into full sorted GTF/GFF file (PR #103). * `bedtools`: - `bedtools/bedtools_intersect`: Allows one to screen for overlaps between two sets of genomic features (PR #94).