文件管理
biosoft
download conda
- download: https://docs.conda.io/en/latest/miniconda.html
- copy to biosoft: cp
install
bash Miniconda3-latest-MacOSX-x86_64.sh
# Anaconda is recommended if you are new to conda
activate
check whether conda has been activated:
conda
how to activate
close and then reopen terminal
try to install softwares:
conda install fastqc -y
fastqc --help