-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable to run ./test-installation.sh on M1 Mac #28
Comments
Hi, What version of bpipe are you using? Also, with the clinker environment enabled, can you run |
bpipe-0.9.11. |
That is odd regarding the lack of python. Did you install the environment with In terms of bpipe, not exactly sure what's going on there, but v0.9.9.7 (http://download.bpipe.org/versions/bpipe-0.9.9.7.tar.gz) should be supported. |
Thanks! Now, the python works inside clinker env. While cloning clinker source code, should I clone it inside clinker env? |
I deleted the old clinker env and made a new one. Now all the dependencies are installed and working. |
That's great! I will say that Clinker only supports python 2 (2.7 is fine as posted above). Python 3 will likely throw some syntax errors when you do get the pipeline running. You can clone it with the environment activated or not, shouldn't make a difference. If you're still having issues with bpipe, unpack that link I posted above somewhere accessible, navigate to the |
when I am trying to make clinker using python 2.7, i get this error: CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/bioconda/noarch/repodata.json An HTTP error occurred when trying to retrieve this URL. |
How do I Test installation (clinker) Mercilenas-MacBook-Pro:Software_Library mercilena$ git clone https://github.com/Oshlack/Clinker.git there is no CLINKERDIR. Please guide. |
You'll need the Then it should just be a matter of following along this section of the installation documentation and beyond (the under the hood section will show you how to run it on your samples). I.e.
Where after the pipeline finishes a new plot should appear in I hope that helps. |
Also, when you're ready to run your samples, you pretty much just want to create the below command (modifying the paths and parameters below as outlined in the wiki to suit you):
|
Python, bpipe-utils not found while running test installation.
(clinker) Mercilenas-MacBook-Pro:test mercilena$ ./test-installation.sh
/opt/anaconda3/envs/clinker/bin/bpipe: line 375: python: command not found
/opt/anaconda3/envs/clinker/bin/bpipe: line 413: ./../bin/bpipe-utils.sh: No such file or directory
Error: Could not find or load main class bpipe.Tail9
Caused by: java.lang.ClassNotFoundException: bpipe.Tail9
/opt/anaconda3/envs/clinker/bin/bpipe: line 819: killtree: command not found
(clinker) Mercilenas-MacBook-Pro:test mercilena$
Please suggest. Bpipe was successfully installed along with all the dependencies acording to the manual.
The text was updated successfully, but these errors were encountered: