-
Notifications
You must be signed in to change notification settings - Fork 52
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
Fix DRAM-setup.py
v1.5.0 for missing )
#339
Comments
I am also struggling to run DRAM due to this issue. Any solution so far? Thanks! |
@anbadilla , I updated the bioconda DRAM 1.5.0 recipe to include patched and corrected However, it is definitely better for the |
I just installed DRAM 1.5.0 via conda and had the same issue. I simply deleted those two lines to avoid the error message, as those lines don't affect my applications. |
@marinemicrobe , the bioconda DRAM 1.5.0 package is fixed and doesn't give the error mentioned above, so please make sure you have the 1.5.0 version installed from bioconda and not PyPI. |
I have installed through Bioconda and I got same error, but this one was easy to fix. |
Hi,
In the script
DRAM-setup.py
for v1.5.0, one line has a missing)
before the next line starts:DRAM/scripts/DRAM-setup.py
Line 123 in 7735a04
This breaks the update of the conda recipe (bioconda/bioconda-recipes#45045) which fails with:
I believe that:
should be
instead.
I see that the
DRAM-setup.py
script is updated in the master branch of the repo as per #330, but not in the PyPI v1.5.0 version for DRAM, so can you please update this release with the correct script so we can successfully update the conda package without patching the script?Thank you,
Natasha
The text was updated successfully, but these errors were encountered: