-
Notifications
You must be signed in to change notification settings - Fork 11
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
Package adapters and other default files with bioconda #31
Comments
Hey. Thank you for reaching out about this. The fix I found for this problem was not really a fix. What we did is to have the default information of the files built into the program and ship it to conda without them. We will be drafting a new release in the coming weeks given the recent issues that arose, and I will tyr to find the proper syntax in autotools so the program knows where it is installed on Conda and knows the absolute path for these files at compile time. In the meantime, the super dirty solution would be as follows: (1) under the
(4) make this file executable with now you can run Again I'm sorry for proposing this trick, it shouldn't be on the user to have to sort these things out. We'll find a more elegant solution on the next release. |
Thanks for your response! I think I'll wait for the next release so I can use falco as a drop-in replacement for FastQC...thanks! |
Better (very) late than never, I just created a falco-1.2.0 release, and when updating Conda I replicated FastQC's approach of adding the default files to |
Thank you!! 🎉 |
Hi, thanks for the great tool!
Is it still the case that the adapter_list.txt and potentially the other default configuration files are not shipped with the bioconda package?
#16 and https://github.com/smithlabcode/falco/releases/tag/v0.3.0
I could not find them when I tried a simple
find
. Is there a reason for this? If not, perhaps they should be shipped with bioconda andfalco
should default to using them, similar to how FastQC functions? Thanks for your consideration!The text was updated successfully, but these errors were encountered: