Thank you very much for the fast response!
After trying many times, I got a problem that I can't seem to solve
"Error, no env var set for CTAT_GENOME_LIB at /home/gabriel.gama/star_fusion/STAR-Fusion-v1.10.0/util/STA
I tried many things such as
env CTAT_GENOME_LIB=PATH/ctat_genome_lib_build_dir
env CTAT_GENOME_LIB="PATH/ctat_genome_lib_build_dir"
CTAT_GENOME_LIB=PATH/ctat_genome_lib_build_dir
CTAT_GENOME_LIB="PATH/ctat_genome_lib_build_dir"
And also putting CTAT_GENOME_LIB in my path.
I'm currently using arch linux in my machine
Any ideas?