CBMFW4761 hw1
Install prerequisite this will take a while # Install prerequisite, no need to run this if you are running the notebook from # your laptop and you already install the packages in Anaconda !pip install biopython !pip install ipytree !pip install scikit-allel !pip install zarr # install mafft commandline !wget https://mafft.cbrc.jp/alignment/software/mafft_7.471-1_amd64.deb !sudo dpkg -i mafft_7.471-1_amd64.deb …