-
Notifications
You must be signed in to change notification settings - Fork 4
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 in RSEM: can't find resource file #83
Comments
I wonder why it worked for me with v2.5.10 last week, I don't think we moved any resource files since then? |
@slsevilla are you running on FRCE or Biowulf? |
Oh weird!!! I am on Biowulf... I'll test by adding the full json path. |
Running two tests
Submission output as expected
Submission output as expected
|
Both submissions failed with the same error:
|
I think I figured it out! The renee script is using a resources dir outside the git repo (see #54) and in that dir is a json file with the incorrect rsemref path: We need to not use this shared resources dir except for large files that cannot be version controlled (e.g. the kraken db). |
Attempted to run from @kelly-sovacool's dev folder but ran into this error
|
Weird, does that file really not exist? Wonder if it's a latency error? |
Good guess - ran again and this time it submitted the job. |
Vishal was also dealing with latency errors in another pipeline. Seems Biowulf is having issues. |
Running RENEE from command line:
Ran into the following error:
Checking the file:
This file does not exist. Instead, it's:
Unsure why this file is labeled differently than expected. Looking at the other files, they are all labeled the same so this is a really odd error.
The text was updated successfully, but these errors were encountered: