akmorrow13

Results 70 comments of akmorrow13

Hi @shibuvp! A bed file is not required, and can be used to view feature files. If you type `bin/mango-submit -h` This should show you an option for -features, where...

I find it interesting the htsget also implements its own schemas based on BAM fields, when it seems this project would have been a great example for the use of...

Thanks @endrebak! I pulled and this is issue is now fixed. I took a look at `how=="outer"`, and it looks like there still may be a similar issue: ``` gr...

Fix: specify` int64=True` when loading in a pyranges object from DataFrame:` pr.PyRanges(df, int64=True)`

Hi @endrebak! Do you mean the bed file headers? In this case, neither bed file has a header. One of the bed files is just a test file (3 lines,...

Ah, apologies! They both have int32 for start and end. See screenshot below: ![Screen Shot 2021-01-26 at 9 38 52 AM](https://user-images.githubusercontent.com/6503416/105867184-6819a900-5fba-11eb-9eef-f0056aebe1a4.png) Command that triggers the error is: `res = bed1.join(bed2,...

Of course! Attached are a compressed folder of the two bed files and pip freeze. I included the pip freeze file because this issue only occurs on some of my...

Sorry, I must have zipped the wrong file. It should include two bed files (1 gzipped). [files_issue170.zip](https://github.com/biocore-ntnu/pyranges/files/5881324/files_issue170.zip)

Here is the stack trace for a left join: ``` Traceback (most recent call last): File "", line 1, in File "python3.7/site-packages/pyranges/pyranges.py", line 2144, in join dfs = pyrange_apply(_write_both, self,...