From f94d77be29fd68684c9104d78e170870b3695b93 Mon Sep 17 00:00:00 2001 From: Leila011 Date: Mon, 19 Aug 2024 15:20:14 +0200 Subject: [PATCH] cleanup changelog --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8499fb0b..163df4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,12 +20,12 @@ 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_mfannot2gff`: convert MFannot "masterfile" annotation to gff format (PR #112). - - `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). + - `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_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). * `bedtools`: - `bedtools/bedtools_intersect`: Allows one to screen for overlaps between two sets of genomic features (PR #94).