jpiper / pyDNase

Python module for the easy handling and analysis of DNase-seq data
http://jpiper.github.io/pyDNase
MIT License
37 stars 24 forks source link

dnase_bias_estimator.py argument names #12

Closed hughes-drew closed 8 years ago

hughes-drew commented 8 years ago

Hi Jason,

Thanks for putting together these excellent tools and making them so accessible. I've just downloaded pyDNase. When attempting to run dnase_bias_estimator.py I get a "namespace has no attribute genomesize" error. I believe the argument variable name is stored as "genomesize" (line 89) and then referred to as "genome_size" (line 96).

Best,

Drew

jpiper commented 8 years ago

Thanks for this! Fixing in #17