Spike is one of SNuPy's brothers.
NGS pipeline for SNV detection in tumor context
conda install -c bioconda -c conda-forge snakemake
conda config --set ssl_verify false
conda install seaborn
try this command if the above one dose not work
conda install -c conda-forge seaborn
conda install beautifulsoup4 -c anaconda
biom-format
and h5py
for conversion to biom to finally compute sample distances:
conda install -c bioconda -c anaconda biom-format h5py xlsxwriter xlrd -y
try this command if the above one dose not work
conda install -c conda-forge -c bioconda -c anaconda biom-format h5py xlsxwriter xlrd -y