John St. John
John St. John
Looks like your bcl2fastq job is already doing some kind of trimming for you. This is not expected input for seqprep. Maybe if you have say over bcl2fastq parameters you...
Hi Maxim. I could def do that. Let me check there is nothing last minute in the backlog.
Hi Fumi, Thanks for making this change! I am really swamped with work right now so it may be a few weeks before I can review and push your change...
Yep, edit the Makefile, and delete "-Werror" On Apr 23, 2013, at 11:50 PM, sourav8888 [email protected] wrote: > Hi, > I am trying to install SeqPrep in my Dell server....
Looks like you need to install libz on your system. On Sun, Aug 27, 2017 at 1:20 AM SuperPz wrote: > but ... how about this one > > cc...
Hi there. So on my mac I see the warnings that your compiler is erroring out on only when I add `COPTS=-Werror=unused-but-set-variable`. Is it possible that you have some default...
Of course the best option would be to actually address unused variables in code, but this should get you going :)
Also I see more warnings when I use `gcc-7` over `clang`. My compilation works (with warnings) with `gcc-7` when I set that as the `CC` as well: ``` make CC=gcc-7...
Huh, yeah you could change that line to match the current master git hash, that way you will still be locking the version but updating it to one that apparently...
Good point. Thanks for pointing that out. On Nov 4, 2013, at 7:26 AM, zd1 [email protected] wrote: > Hello, just a minor comment, the read number argument (-n,--read_number) seems to...