1pakch

Results 7 issues of 1pakch

I find `Path.rel_path_to()` method to be quite confusing. Consider the following example: ``` In [27]: %paste from unipath import Path p1 = Path('/a/b') p2 = Path('/a/b/c/d') print p1.rel_path_to(p2) ## --...

First of all, thanks a lot for the superb library! I am working with Hi-C data and there are situations where I am interested in prefixes (suffixes) occuring before/after a...

In my Ubuntu 14.04 the shebang line ``` #!/usr/bin/env node ``` does not work. What works is ``` #!/usr/bin/env nodejs ```

I was following the tutorial trying out the webshop example and there is a small issue. The api is not reachable from the host because it starts with the dev...

bug
docs

I tried using list or deque for positional args and this does not seem to work. I can't pass the desired type to parse positional as it not overloaded for...

enhancement

IMO the `fct_collapse()` function should support using `NA` as the `other_level` argument. As of 0.5.0 one cannot use neither `NA` to `NA_character_` ```r library(purrr) fac % factor() forcats::fct_collapse(fac, A =...

help wanted :heart:
feature

I think it would be preferable to have an option to build and distribute `bwa` itself together with `bwapy`. There are two advantages: - A possibility to get exactly the...