Closed mzytnicki closed 3 years ago
I will look into it. Will probably have some time on Friday :) Sounds like your guess is correct.
Thanks for reporting 🙏
0.0.48
is out. Does it work now?
It seems that the last version for pip
is still 0.0.47
, so... well... I added manually the missing chunk into the code.
I am not proud of it, but it seems to work fine now!
I tried with and without --guess-bampe
.
Try pip install epic2 --no-cache-dir
On Thu, Jan 14, 2021 at 9:34 PM mzytnicki notifications@github.com wrote:
Closed #46 https://github.com/biocore-ntnu/epic2/issues/46.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/biocore-ntnu/epic2/issues/46#event-4208094311, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHURUWTDW2G44XX4N3H3HTSZ5IMHANCNFSM4WALMNYQ .
Says:
Requirement already satisfied: epic2 in /home/login/.local/lib/python3.8/site-packages (0.0.47)
And refuse to download version 0.0.48
.
I am sorry to hear! But I suspect that is due to PyPI quirkiness. Here you see that a non-OS specific version of 0.0.48 is out on PyPI: https://pypi.org/project/epic2/#files Perhaps bioconda has it?
On Fri, Jan 15, 2021 at 7:06 PM mzytnicki notifications@github.com wrote:
Says:
Requirement already satisfied: epic2 in /home/login/.local/lib/python3.8/site-packages (0.0.47)
And refuse to download version 0.0.48.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/biocore-ntnu/epic2/issues/46#issuecomment-761096592, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHURUWEEQSY4MXMXLYY7XTS2B72LANCNFSM4WALMNYQ .
My fault! I forgot the --upgrade
flag...
I have now the version 0.0.48
, which works like a charm.
Thanks!
Whenever I use
epic2-df
(version 0.0.47), I have the following error:For instance, the command generated by
epic2-df -ex
leads to the same error.Correct if I am wrong, but the option
--guess-bampe
is now present inepic2
, but not inepic2-df
. As a result, the keyguess_bampe
is not set inargs
(neitherTrue
orFalse
, simply not set).Would this be the source of the problem?
Thanks for the help!