https://github.com/fhcrc/deenurp
Raw File
Tip revision: 6675cb45a581ee5a9ae7aeae4e82ad811c0919d3 authored by Chris Rosenthal on 02 February 2016, 00:00:43 UTC
correctly uses previous details. Still working on solving the SettingWithCopyWarning but difficult when using Futures since there is no debug info to trace
Tip revision: 6675cb4
deenurp.py
#!/usr/bin/env python
import deenurp
import sys

sys.exit(deenurp.main())
back to top