From 49cccab4e12ba78e73137945d03a2cf96db964cb Mon Sep 17 00:00:00 2001 From: Leila011 Date: Thu, 8 Aug 2024 10:05:35 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd2389c..05e4a728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,8 @@ * `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_sp_ensembl_output_style`: takes a normal gff3 annotation format file and convert it to gff3 like ensembl format (PR #130). + * `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).