Entering edit mode
4 months ago
Ezekiel
▴
10
I have a program I want to run on my gtf file but it can only take a file of 50MB at a time. Does anyone know an easier way to split my files up into 8 smaller pieces other than manually? Thank you so much for the help and consideration in advance!
Thank you for the quick response! Unfortunately due to the build of the computer and my lack of familiarity with software, there are many conflicting files prequired for AGAT I either cannot install or do not know the risk of. I will see if I can set agat up on my personal device and use that.
Use
conda
if you can. That way you will not have to install individual dependencies etc.I have done this and am now able to use the agat tools! Thank You!