NBISweden / AGAT

Another Gtf/Gff Analysis Toolkit
GNU General Public License v3.0
467 stars 56 forks source link

agat_sp_manage_IDs.pl not sorting properly fix #411 #415

Closed Juke34 closed 10 months ago

Juke34 commented 10 months ago

@kashiff007 @Neato-Nick could you give a try of that version? I should be fine by now

# clone the repo 
git clone git@github.com:NBISweden/AGAT.git
# move into the rep 
cd AGAT
# move into that branch 
git checkout 411
# --- test the script ---
# A) either you do the installation and run the command
make
make install
agat_sp_manage_IDs.pl --gff in ...
# B) or you run directly the command (without installing that version in hard in your computer)
perl -I lib bin/agat_sp_manage_IDs.pl --gff input ...
Neato-Nick commented 10 months ago

@Juke34 you are a magician. The fix absolutely works. I've been using AGAT for three years, and I recommend this software to everyone I know. This is only my second bug and you fixed both in less than a day. Thank you for being so responsive and quick!

Juke34 commented 10 months ago

Thank you for your feedback