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

cannot find guppy_6 branch #318

Closed
bjaysheel opened this issue Nov 27, 2023 · 3 comments
Closed

cannot find guppy_6 branch #318

bjaysheel opened this issue Nov 27, 2023 · 3 comments

Comments

@bjaysheel
Copy link

bjaysheel commented Nov 27, 2023

Hi, I am following install guide to install boss-runs and readfish for adaptive sampling, but when trying to install readfish using the command

pip install git+https://github.com/LooseLab/readfish@guppy_6

I get an error

Cloning https://github.com/LooseLab/readfish (to revision guppy_6) to /tmp/pip-req-build-ghi3ob0f
Running command git clone --filter=blob:none --quiet https://github.com/LooseLab/readfish /tmp/pip-req-build-ghi3ob0f
WARNING: Did not find branch or tag 'guppy_6', assuming revision or ref.
Running command git checkout -q guppy_6
error: pathspec 'guppy_6' did not match any file(s) known to git
error: subprocess-exited-with-error

Looks like the branch no long exists, wonder if the is a recent change as I ran the same install process about a month ago and everything seem to have worked at that time.

Thank you

Copy link

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory

@Adoni5
Copy link
Contributor

Adoni5 commented Nov 28, 2023

Hi @bjaysheel - we indeed removed that branch, as we have majorly refactored readfish. A BOSS-RUNS plugin is on our roadmap (somewhere).

You should be able to find working code that is compatible with BOSS-RUNS under our releases here.

This is just source code, but you can extract the source code folder, cd into it and run either

pip install -e . to install into the current python environment or equally python setup install should work. All the other requirements (ont-pyguppy-client-lib and read-until) should be installed according to the instructions you were following.

Let me know if this doesn't work
Rory

@bjaysheel
Copy link
Author

Hi Rory, thank you for the reply. I was able install readfish based on the link above. Let you know if I run into any other issues with adaptive sampling.

Thank you
Jaysheel

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