Xiao-Ou Zhang

Results 6 issues of Xiao-Ou Zhang

When I edited [*.pyx files](http://docs.cython.org/src/quickstart/build.html), there was an error information like `No such highlight group name: pythonInclude`. Please help to fix it. Thanks very much!

## Problem Summary Could zplug support [zim](https://github.com/Eriner/zim) plugins?

kind/enhancement
kind/stale

I want to run multiple cuffmerge tasks under one directory (such as ./), and each task has its unique output subdirectory (indicating using -o option, such as ./cuffmerge/). However, I...

Cool repo! Would you like to package them better and upload to PyPI or bioconda for more easy usage? Some useful references: - Packaging and uploading to PyPI: [Python Packaging...

Is it possible to use helper function via `from pytest.helper import ...`?

I ran velocyto on the rat genome. In rat genome, there are lots of chromosome names with `_`. I noticed that velocyto will trim chromosome name with `_` (https://github.com/velocyto-team/velocyto.py/blob/master/velocyto/counter.py#L275-L283), and...