Martin Asser Hansen
Martin Asser Hansen
So it has been a while since I have used/maintained biopieces. - I added `JSON::XS` to the list of dependencies is easy - that was the easy one. - I...
I believe this is due to a missing Perl module that you need to install. You need both `Inline` and `Inline::C`. Check out the [installation guide](https://github.com/maasha/biopieces/wiki/Installation).
Tests are still passing with this proposed change?
I was not aware of the Bioconda project and unfortunately I have no time for such at the moment. Perhaps other will do this ... Cheers, Martin On Wed, Mar...
That is pretty standard, but I was wondering if alternatively one could use an `@attr` tag which could be used to briefly describe the attributes of the interface: ``` /**...
Right, I did notice that vscode renders any tag the same - and that is actually what made me wonder in the first place. I can agree to stick to...
Awesome, let me know if you need testers
Really, show us the code. Otherwise this project seems suspicious!
That sounds like a great plan. So what is the state of this code? How can I help test it?
I am struggling with this issue again (I think): ``` irb(main):001:0> require 'narray' => true irb(main):002:0> (NArray.int(300).indgen! > 0).sum => 43 ``` Please explain to me why this is not...