Skip to content

Instantly share code, notes, and snippets.

@tkosciol
tkosciol / q2-moving-pictures.ipynb
Last active August 13, 2020 13:26
QIIME2 Moving Pictures tutorial via Python API (alpha version)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tkosciol
tkosciol / contacts.py
Created May 9, 2016 22:13
A command-line script to find contacts and calculate contact prediction (e.g. PSICOV, GREMLIN, mfDCA) precision on a PDB file
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import numpy as np
import click
__author__ = "Tomasz Kosciolek"
__version__ = "1.04"
__last_update__ = "15/04/2016"