simon-anders / htseq

HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.
https://htseq.readthedocs.io/en/release_0.11.1/
GNU General Public License v3.0
122 stars 77 forks source link

Passing memmap_dir on to ChromVector.create #46

Closed wkopp closed 6 years ago

wkopp commented 6 years ago

During unstranded GenomicArray construction, the memmap_dir option was not passed on to ChromVector.create. Therefore, the '.nmm' files were always created in the current folder instead of memmap_dir.

iosonofabio commented 6 years ago

Thanks