James Webber
James Webber
Might just be a python 2 vs 3 problem: ```sh ➜ Desktop aegea-build-image-for-mission demuxer demuxer Traceback (most recent call last): File "/Users/james.webber/anaconda3/bin/aegea", line 23, in aegea.main() File "/Users/james.webber/anaconda3/lib/python3.6/site-packages/aegea/__init__.py", line 76,...
(sorry, I just had to) Python 2 has been deprecated for 1.5 years now. The "make print a function" PEP is 15 years old! I don't think there's any justification...
This crate is super useful, thanks for writing/maintaining it! I don't know if this is feasible but it would be nice if this crate could output to different types beyond...
With the release of `kallisto bus` and `bustools` I've been exploring how we could use these tools to upgrade our current scRNAseq pipelines. One thing that struck me is that...
A PR to address #554. I may have gone a little bit crazy with it 😂 it was fun though I wrote a script to generate an SVG logo with...
(or maybe this is possible and I was just unable to find it) In the applications I'm interested in the "rotation" tool is not really necessary, and I find it...
First off, I'm excited to have found this package and I'm hoping to try it out soon. Thanks for building it! ### What is the expected enhancement? In `networkx` it...
Hey, thanks for creating this port, this is super useful for me! Once thing that I would appreciate is an ability to silence the output. I'd like to use this...
By default Pool() will use all available CPUs. I changed it to use NUM_THREADS from the config file.