You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that there is an option to use fusionannotator but no way to point to the fusionannotator directory i want to use. looks like i should copy ctat_genome_lib_build_dir to my reference directory but it seems like i can easily point to other reference files so i'm just wondering if i can do that with the CTAT files too.
The text was updated successfully, but these errors were encountered:
There's a couple of ways to accomplish what you want. If you plan to stick with a single reference, the easiest solution would be to create a symlink that points to your CTAT files. If you need something more robust and don't mind modifying the code a bit, you could change genome_lib_dir in RUN_FusionAnnotator.sh to accept a positional parameter such as $4 and modify MetaFusion.sh to pass accept a new parameter and pass your specified path to RUN_FusionAnnotator.sh.
I see that there is an option to use fusionannotator but no way to point to the fusionannotator directory i want to use. looks like i should copy
ctat_genome_lib_build_dir
to my reference directory but it seems like i can easily point to other reference files so i'm just wondering if i can do that with the CTAT files too.The text was updated successfully, but these errors were encountered: