Skip to content
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

create_files_for_hogs :: not installed by setpu.py #614

Open
EricDeveaud opened this issue Sep 8, 2021 · 3 comments
Open

create_files_for_hogs :: not installed by setpu.py #614

EricDeveaud opened this issue Sep 8, 2021 · 3 comments

Comments

@EricDeveaud
Copy link

Hello,

while installing version 2.5.4 from release tag tarball I noticed that the tools/create_files_for_hogs.py script is not installed

is this expected.

regards

Eric

@davidemms
Copy link
Owner

Hi Eric

Thanks for letting me know. No, that wasn't intended, I'll make sure it's included in all future releases.

Best wishes
David

@davidemms
Copy link
Owner

Just to add, you can get them from the current source code release: https://github.com/davidemms/OrthoFinder/releases/download/2.5.4/OrthoFinder_source.tar.gz

@Matt-BF
Copy link

Matt-BF commented Aug 9, 2023

Hi! Stumbled on this thread. I am having difficulty running the create_files_for_hogs from a conda installation. Maybe I am missing something but I can't find it on the conda environment.

I suspect that its because there is no entry point for the script, maybe the solution would be to add it on the setup.py. I'd be happy to do the PR if that is really the issue!

EDIT: PR submitted #853

        'console_scripts': [
            'orthofinder=scripts_of.__main__:main',
            'primary_transcript=tools.primary_transcript:main',
            'make_ultrametric=tools.make_ultrametric:main',
            'convert_orthofinder_tree_ids=tools.convert_orthofinder_tree_ids:main',
            'create_files_for_hogs=tools.create_files_for_hogs:main'
        ],
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants