三級分析 / vembrane === ###### tags: `基因體/三級分析` ###### tags: `生物資訊`, `基因體`, `三級分析`, `vembrane` <br> [TOC] <br> ## 簡介 - github [vembrane / vembrane](https://github.com/vembrane/vembrane) <br> ## 安裝 - 可安裝成功 ``` $ conda install -y -c bioconda -c conda-forge vembrane ``` - [[anaconda] bioconda / packages / vembrane 0.13.2](https://anaconda.org/bioconda/vembrane) ``` conda install -c bioconda vembrane ``` 錯訊訊息: ``` $ conda install -c bioconda vembrane ... ... failed UnsatisfiableError: The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system: - feature:/linux-64::__glibc==2.31=0 - python=3.10 -> libgcc-ng[version='>=11.2.0'] -> __glibc[version='>=2.17'] Your installed version is: 2.31 ``` - 需要加上 `-c conda-forge`