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

memmap_dir not passed on to ChromVector.create #48

Closed wkopp closed 6 years ago

wkopp commented 6 years ago

Hi,

I found that when creating a GenomicArray according to GenomicArray(chromsize, stranded=False, storage='memmap', memmap_dir='my/path') the .nmm files are be created in the current directory ./ instead of in the desired folder my/path.

I have solved this issue in PR #46 .

Best, Wolfgang

iosonofabio commented 6 years ago

I'll try and have a look today (PCT). Thank you

On December 20, 2017 8:47:11 AM PST, Wolfgang Kopp notifications@github.com wrote:

Hi,

I found that when creating a GenomicArray according to GenomicArray(chromsize, stranded=False, storage='memmap', memmap_dir='my/path') the .nmm files are be created in the current directory ./ instead of in the desired folder my/path.

I have solved this issue in PR #46 .

Best, Wolfgang

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/simon-anders/htseq/issues/48

iosonofabio commented 6 years ago

Thank you! Merged. Closing