Results 5 comments of Liviu Pirvan

I got the same error for `juicer_tools_1.22.01.jar` but it worked using `juicer_tools_1.19.02.jar`.

If anyone plans to pursue this idea, http://www.gitxiv.com/ offers a good interface for pairing up papers with open-source code.

I also ran into a perhaps similar issue: ![syntax_highlight-issue](http://i.imgur.com/B5b7AdJ.png) Hope this helps

I got the same for the PyPI version, but this worked for me: ``` $ git clone https://github.com/tomazc/iCount $ cd iCount $ python3 -m pip install --user . ```

> You have to PIP install from source after installing the dependencies: > > ``` > git clone -b "v1.1.0" https://github.com/open2c/pairtools.git > cd pairtools && pip install . > ```...