Rebaler
Rebaler copied to clipboard
Not installable
Attempting to install the most recent release will lead to the following error:
Traceback (most recent call last):
File "setup.py", line 16, in <module>
version = re.search('^__version__\s*=\s*"(.*)"', open('rebaler/rebaler.py').read(), re.M).group(1)
FileNotFoundError: [Errno 2] No such file or directory: 'rebaler/rebaler.py'
I can just patch around that in the bioconda recipe, but you might want to add some CI testing to catch this sort of thing.
Thanks @dpryan79! You're awesome! I quickly was able to take your pull request to fix the git repo installation.
I did the following:
git clone https://github.com/rrwick/Rebaler.git
cd Rebaler
git pull origin pull/7/head
sudo python3 setup.py install #I originally tried without
rebaler -h
Everything works great!
Hi I got the same error and I can't fix it, did it work for you @dpryan79