*Terms and Conditions may apply
Discussing some options in ‘free’ computing resources in bioinformatics
Best Practice Guide to Bioinformatics Analyses
cbre.com
*amazing value but always some charge
aws terminal
https://usegalaxy.org
https://galaxyproject.org/
FASTQC
minimap
miniasm
assemblystats
usegalaxy.org
google.com
Literate Computing
jupyter.org
from google.colab import drive drive.mount('/content/drive')
App stores for useful software
pypi.org
apt
pip
conda
bioconda
gzip
wget
libgcc
java
R
!apt-get update !apt-get install gzip wget
!pip install biopython
Environments
Install conda in a code cell:
!pip install -q condacolab import condacolab condacolab.install() # expect a kernel restart
Configure it to use bioconda as a package source:
!conda config --add channels defaults !conda config --add channels bioconda !conda config --add channels conda-forge
Install the packages you want:
!conda install fastqc samtools bcftools bwa
bwa
samtools
bcftools