building_myubuntu_distro
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
building_myubuntu_distro [2022/07/25 13:43] – [간단한 ANI 계산기] hyjeong | building_myubuntu_distro [2022/07/25 14:21] (current) – [NCBI legacy blast] hyjeong | ||
---|---|---|---|
Line 97: | Line 97: | ||
===== Miniconda 및 실습용 프로그램 설치(bioconda package) ===== | ===== Miniconda 및 실습용 프로그램 설치(bioconda package) ===== | ||
- | **파이썬 3.8** 기반의 [[https:// | + | **파이썬 3.8** 기반의 [[https:// |
$ wget https:// | $ wget https:// | ||
$ bash Miniconda3-py38_4.11.0-Linux-x86_64.sh | $ bash Miniconda3-py38_4.11.0-Linux-x86_64.sh | ||
Line 136: | Line 136: | ||
export PATH=/ | export PATH=/ | ||
- | ==== KentUtils ==== | + | ==== KentUtils(MIT license) |
[[https:// | [[https:// | ||
* [[http:// | * [[http:// | ||
Line 151: | Line 151: | ||
$ chmod a+x ANI.pl | $ chmod a+x ANI.pl | ||
- | ==== check_circularity.pl 스크립트 ==== | + | ==== check_circularity.pl 스크립트(in sprai package; MIT license)==== |
- | [[https:// | + | [[https:// |
+ | $ cd ~/apps | ||
+ | $ wget https:// | ||
+ | $ tar -xvf sprai-0.9.9.23-py27pl5.22.0_0.tar.bz2 | ||
+ | ~/apps/bin/check_circularity.pl의 라인 | ||
# | # | ||
| | ||
Line 159: | Line 163: | ||
==== run-mummer4.sh ==== | ==== run-mummer4.sh ==== | ||
- | 내가 만든 짤막한 스크립트. 우분투에서는 shebang line에 '/ | + | 내가 만든 짤막한 스크립트. 우분투에서는 shebang line에 '/ |
# | # | ||
# | # | ||
Line 202: | Line 206: | ||
ANI.pl | ANI.pl | ||
- | ==== NCBI legacy blast ==== | + | ==== NCBI legacy blast(License: Public Domain) |
ANI.pl과 pyani 실행에 필요하다. [[https:// | ANI.pl과 pyani 실행에 필요하다. [[https:// | ||
+ | $ cd ~/apps | ||
+ | $ wget https:// | ||
+ | $ tar -xvzf blast-2.2.26-x64-linux.tar.gz | ||
===== SSL 인증서 설치하기 ===== | ===== SSL 인증서 설치하기 ===== | ||
KRIBB 전산망 내에 있다면 SSLPrism.crt를 설치해야 한다. [[https:// | KRIBB 전산망 내에 있다면 SSLPrism.crt를 설치해야 한다. [[https:// | ||
Line 236: | Line 243: | ||
$ conda install mamba -n base -c conda-forge | $ conda install mamba -n base -c conda-forge | ||
[[https:// | [[https:// | ||
+ | |||
+ | ==== 힌트 ==== | ||
+ | * Canu는 v2.2의 바이너리 압축 파일을 가져다가 설치하라. xz로 압축되어 있으므로 conda base environment를 사용하라. | ||
+ | * prokka는 conda base environment에서 mamba를 이용하여 설치하라. | ||
+ |
building_myubuntu_distro.1658724211.txt.gz · Last modified: 2022/07/25 13:43 by hyjeong