Spike is one of SNuPy's brothers.
NGS pipeline for SNV detection in tumor context
- make sure you have installed Miniconda: https://conda.io/miniconda.html
- clone this repo into suitable location.
- install snakemake
conda install -c bioconda -c conda-forge snakemake- if within UKD network, you might have to force conda to not use certificatesconda config --set ssl_verify false - install seaborn:
conda install seaborn5. install beautifulsoup4:conda install beautifulsoup4 -c anaconda - new depencencies:
biom-formatandh5pyfor conversion to biom to finally compute sample distances:conda install -c bioconda -c anaconda biom-format h5py xlsxwriter -y