-
Notifications
You must be signed in to change notification settings - Fork 5
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
Only check for existence of executables if the run requires it #13
Comments
A hacky workaround in the meantime is to specify, in
This way it finds the |
that's not gonna fix it, problem is in this isn't a bad idea trying to use |
I'm aware of where the executable checks happen. Just a quick workaround users can implement easily themselves if they happen to stumble upon this issue in the meantime vs. proper fix. |
Comment to myself, I started fix_logger branch, going to work there to fix these issues |
Version: 1.4.8
RNAsik fails to run if bwa or hisat2 are missing, even if run won't use them based on the given commandline parameters.
eg, if
-align star
is specified, don't check for the existence of bwa or hisat2 executables unless they are actually required.The text was updated successfully, but these errors were encountered: