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

Missing dependencies and wrong python library #10

Open
smoretti opened this issue May 20, 2020 · 2 comments
Open

Missing dependencies and wrong python library #10

smoretti opened this issue May 20, 2020 · 2 comments

Comments

@smoretti
Copy link

Hi

I am building a container for biopieces for our cluster and found those issues (on the master branch)

  • JSON::XS is required by some tools but not listed in the Perl requirements
  • lowercase_seq requires Args Python library. Maybe should be args
  • usearch version 7 is required. Command line options changed with usearch version 11.
  • Some tools like lowercase_seq requires a BP_DIR/bp_usage/ folder than is not in master branch
@maasha
Copy link
Owner

maasha commented May 29, 2020

So it has been a while since I have used/maintained biopieces.

  • I added JSON::XS to the list of dependencies is easy - that was the easy one.
  • I don't know if Args is legacy - do try with args and see if it works.
  • Unfortunately, I am not working with this stuff anymore, so I don't have time to support the latest Usearch. Pull requests welcome!
  • I think the BP_DIR/bp_usage folder should created if you use the --recursive git flag when cloning the repo (which has a subrepo -> bp_usage). Otherwise it should simply be added to the docs.

@smoretti
Copy link
Author

Thanks for your update.
About Usearch, maybe simpler to say only Usearch v7 supported.

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

2 participants