Hope this doesn't break
Compare changes
frag_package/fragmentation.py deleted
100644 → 0
+ 0
− 64
nuc_probs = {'A':a_prob, 'T':t_prob, 'G':g_prob, 'C':c_prob} # calculated using https://www.nature.com/articles/srep04532#MOESM1
# non-uniformly random DNA fragmentation implementation based on https://www.nature.com/articles/srep04532#Sec1