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).