-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error, cannot locate genome_lib_dir: ctat_genome_lib_build_dir at /opt/conda/envs/nf-core-rnafusion-star-fusion_1.8.1/lib/STAR-Fusion/STAR-Fusion line 439. #148
Comments
Seems like you are missing |
Mmh yes I do have it. But it has been extracted as a tar should be, keeping the file structure:
Therefore, in my references folder I have this structure (
|
Hey @valleema, we have updated a lot the configurations as well. Here is a link how it looks: https://github.com/nf-core/rnafusion/blob/dev/conf/genomes.config. When you download references you should already have the correct structure. Please check that you follow this directory path if you have a custom one. |
Yes I can see the config is correct at this line:
Personally, I did not create custom folder structure, I let
It extracts keeping the folder structure, starting by However, the process So, the data ends up actually in There is an extra |
As a test, I just created a symlink at the base of the folder:
and the symlink in the work folder is no longer broken. Maybe the tar extraction in the process |
Thank for thorough analysis 👍 . I think I have an idea how to fix this. |
Ok I see the problem. The command should be |
Fixed in ccde848. |
Thanks! |
Hello!
First of all, I see all the hard work you are putting in this code, I thank you very much for it (I am following the dev branch closely).
I was able to download all that is required and I was trying my hand on the
main.nf
script.I tried it with a test sample which goes well under last version of the pipeline (version as without Arriba - old).
However,
star_fusion
process ended up with an error (in the title):Tell me if you need more details.
The text was updated successfully, but these errors were encountered: