Skip to content

Instantly share code, notes, and snippets.

View Phlya's full-sized avatar

Ilya Flyamer Phlya

  • FMI
  • Basel, Switzerland
  • 04:06 (UTC +02:00)
  • X @phlya
View GitHub Profile
@Phlya
Phlya / plot_distiller_stats.py
Last active January 4, 2022 16:30
Saves a few useful plots to visually check quality of Hi-C libraries based on *.stats files from distiller (pairtools stats output)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Tue Sep 4 11:54:20 2018
@author: Ilya Flyamer
"""
import pandas as pd
import numpy as np
@Phlya
Phlya / cluster.config
Last active May 8, 2020 10:51
SGE cluster config for distiller
process{
// SGE node config
executor = 'sge'
penv = 'sharedmem'
clusterOptions = '-l h_vmem=4G -V'
time='12h'
cpus = 1
maxRetries = 2
distillerTmpDir='/exports/eddie/scratch/ifliamer'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.