Anders Pitman

Results 200 comments of Anders Pitman

I was not get the error using Arch with: * Linux kernel 4.12.8-2 * velvet 1.2.10 * bowtie 2.3.2 Any other ideas on what might be causing it on your...

Oh wait it's actually not done yet. Looking at the wrong window. I'll update when it finishes.

Ok can confirm it didn't crash

I ran it both in the Docker container and on my Arch install directly.

Technically you have to unzip + add it to your path. It wasn't too bad but significantly less desirable than apt-get. Currently the java isn't a problem, since it's apparently...

# Advantages * Easier for new people to work on. One common language. * Easier to test (there are lots of great testing tools for Python) * Could create a...

With Whitezed mostly wrapping up, I'm in a good place to start working on this.

Looking long term I like @zmertens idea of potentially creating Python wrappers for some of the C++ assemblers and other projects we're using. The advantage is that it let's users...

For now it's fine to just invoke them through subprocesses.

Anyone ever used [Luigi](https://github.com/spotify/luigi)? Looks interesting. I'm checking it out now.