bug in `v.1.5.0` on the `DRAM-setup.py` help message
hariszaf opened this issue · 1 comments
Hi DRAM community.
I just noticed that there is a bug in DRAM 1.5.0 release
on the DRUM-setup.py script.
Here is the issue:
https://github.com/WrightonLabCSU/DRAM/blob/7735a04e58c300d53f9d3611a583b48e507bb843/scripts/DRAM-setup.py#L123C6-L126C66
as you can see there are two help messages and a missing parenthesis.
It seems that in the master
branch you have already fixed that.
Thanks for the great effort and hope this helps!
Hi,
actually, I believe that bug is critical, as it is also present in the current bioconda 1.5.0 release making it impossible to setup the databases with the current version.
A workaround is to fix the script in the conda env and just add the parenthesis and remove the additional help message.