Isaac Pei

Results 37 comments of Isaac Pei

@stevedonovan hi Steve, I gave this some thought, we don't want to reinvent the wheel - wondering if this is possible: translate some unit tests from such as Rake (ruby,...

You may get the explanation from this webtool: https://broadinstitute.github.io/picard/explain-flags.html 1294 would mean the following: ``` Summary: read mapped in proper pair (0x2)* read unmapped (0x4) mate unmapped (0x8)* not primary...

hey @osbre , can you confirm it's working for you /fingerprint setup/function properly? Somewhere else I read, it seems that this finger-printer reader isn't supported: https://github.com/uunicorn/python-validity/issues/71 I am using a...

for helix editor, there is some R language support perhaps we can use as reference to build R support in zed: https://github.com/helix-editor/helix/tree/master/runtime/queries/r https://github.com/r-lib/tree-sitter-r

I ended up with using mac ports to install skhd, instead of homebrew. In my experience, ports usually gives less problem - when the user has admin rights to install,...

I have the same error msg when launching sublmeREPL for R /python

Some more details on the error: ``` error: UnpicklingError("invalid load key, '\x03'.",) Traceback (most recent call last): File "/Users/peix/Library/Application Support/Sublime Text 3/Packages/SublimeREPL/sublimerepl.py", line 495, in open rv = ReplView(view, r,...

Found the solution: #251 Just pasted the answer quickly here: > "SublimeREPL's history file got corrupted during crash. > > Remove config/sublime-text-3/Packages/User/.SublimeREPLHistory/r.db and everything should be back to normal." >

For mac os x, the file is located at /Users/your_user_name/Library/Application Support/Sublime Text 3/Packages/User/.SublimeREPLHistory

Hi @virajbdeshpande , is it possible to provide an example bed file in the repo - to demonstrate what is needed for AA to run properly? A short description of...