fix for the pip-installed standardiser exe#12
fix for the pip-installed standardiser exe#12UnixJunkie wants to merge 1 commit intoflatkinson:masterfrom
Conversation
I patched the pip-installed script in this way. I don't know how to check if this is the proper fix for the pip package.
|
If this is integrated and the pip package is updated, please let me know |
|
Hello, |
|
Francois,
Apologies, again. I am a bit snowed under with unrelated work. Once
I've cleared my backlog I will get onto this.
Francis
On 18/01/2019 07:53, Francois Berenger wrote:
Hello,
Did you have a chance to test this correction?
Thanks a lot,
Francois.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFeK00jEqJHqfdQ-Pj5dqkdsNiiJSlYZks5vEX1_gaJpZM4Y04s2>.
--
Dr Francis L Atkinson
Chemogenomics Group
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
(01223) 494473
|
|
Maybe @mnowotka can confirm this is a proper fix. |
|
not merged yet?! |
|
Hi, can this be merged please? The pip install is broken without it: |
| entry_points={ | ||
| 'console_scripts': [ | ||
| 'standardiser=standardiser.bin.standardiser:main']}, | ||
| 'standardiser=standardiser.bin.standardise_mols:main']}, |
There was a problem hiding this comment.
| 'standardiser=standardiser.bin.standardise_mols:main']}, | |
| 'standardise-mols=standardiser.bin.standardise_mols:main']}, |
There was a problem hiding this comment.
if the intent was renaming the command
|
@simonbray you can do: This is a fixed version of the same package. |
|
@UnixJunkie thanks for the tip! I help maintain a conda package for standardiser on conda-forge; this also offers a functional installation of version 0.1.9: Still it would be nice if this were fixed upstream. |
I patched the pip-installed script in this way.
I don't know how to check if this is the proper fix for the pip package.
I just guess this is the way to fix it.