Results 7 comments of TheOne

I also found similar problem, but pos 1 is 1-base, while pos 2 is 0-base. So for your example, I would get: `chr2 29224167 29224167 CHR2 42300466 42300466 35554 ....

I think I found the problem, when strand is "+", it should change start to start-1, when strand is "-", it should change end to end+1; Hope this useful to...

Hi, pb-cdunn, thanks for your reply. Did you think my memory would be a problem in my machine? At the moment, I feel that I can't use all cpus in...

Hi, thank you for your reply! I think the website was blocked, since we had to use vpn to google. With vpn, I can connect to the web, but it...

Hi, I have the same problem, did you solve it? By the way, I didn't do "make config-edit-user" as it would output follow error and I am running with virtualenv....

I had run the pipeline successfully by adding "skip_check = true" in cfg as stated in https://github.com/PacificBiosciences/FALCON/issues/501.

Hi, thanks for your reply! 1. The version of FALCON-integrate is "a72f47c4600fb31c993151c1d03c1787ba42b161", FALCON is "7a6ac0d8e8492c64733a997d72a9359e1275bb57", and pypeFLOW is "f928267429f8cb456191b518a6d0de966b772ddc". 2. In fact, after "rm -rf mypwatcher" and restart fc_run.py with...