Skip to content

Bug Report - Error Encountered in readfish Command Execution #253

Answered by alexomics
IguodalaYan asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, it looks like nothing is getting installed. Can you try creating a new conda environment:

name: readfish_test
channels:
  - bioconda
  - conda-forge
  - defaults
dependencies:
  - python=3.8
  - pip
  - pip:
    - git+https://github.com/nanoporetech/read_until_api@v3.4.1
    - ont-pyguppy-client-lib==6.4.2
    - git+https://github.com/LooseLab/readfish@dev_staging

You should change the version for ont-pyguppy-client-lib to match the current version on your system.

Copy that code block into a file, for example readfish_test.yml, and then:

create a new environment

conda env create -f readfish_test.yml

activate the environment

conda activate readfish_test

Then try the readfish command …

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@IguodalaYan
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@alexomics
Comment options

Answer selected by IguodalaYan
@IguodalaYan
Comment options

@alexomics
Comment options

@IguodalaYan
Comment options

@Adoni5
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants