You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LibMambaUnsatisfiableError: Encountered problems while solving:
nothing provides bowtie2 >=2.0.0 needed by preprocessing-0.2.4-py_0
Could not solve for environment specs
The following package could not be installed
└─ preprocessing is not installable because it requires
└─ bowtie2 >=2.0.0 , which does not exist (perhaps a missing channel).
I installed bowtie2 with the most recent version, and that part works. I am not sure how to solve this problem.
The text was updated successfully, but these errors were encountered:
If you installed bowtie2 separately from conda it won't be 'seen' by conda when installing the preprocessing as it is listed as a dependency. As suggested but the error message
└─ bowtie2 >=2.0.0 , which does not exist (perhaps a missing channel).
You should also include the bioconda channel when installing the package (-c bioconda), and that should solve the issue.
Thank you that problem is somewhat solved now. However, I encountered another issue when trying to use the preprocessing, this is the output I get:
zsh:1: command not found: preprocess.sh
input: parallel -j NCPU 'preprocess.sh -i {}' ::: ls raw_data/
When trying to solve this issue I also got this error, which might be useful:
ExplainedDependencyNeedsBuildingError: Unsatisfiable dependencies for platform osx-arm64: {MatchSpec("__win"), MatchSpec("xopen==2.0.2=pyh7428d3b_1")}
Encountered problems while solving:
nothing provides __win needed by xopen-2.0.2-pyh7428d3b_1
Could not solve for environment specs
The following package could not be installed
└─ trim-galore is not installable because it requires
└─ cutadapt, which requires
└─ xopen >=1.6.0 but there are no viable options
├─ xopen 2.0.2 conflicts with any installable versions previously reported;
└─ xopen 2.0.2 would require
└─ __win, which is missing on the system.
For installation of the preprocessing I tried the code:
conda install preprocessing -c fasnicar
It returns:
Channels:
Platform: osx-arm64
Collecting package metadata (repodata.json): -
done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs
The following package could not be installed
└─ preprocessing is not installable because it requires
└─ bowtie2 >=2.0.0 , which does not exist (perhaps a missing channel).
I installed bowtie2 with the most recent version, and that part works. I am not sure how to solve this problem.
The text was updated successfully, but these errors were encountered: