FASTK
FASTK copied to clipboard
A fast K-mer counter for high-fidelity shotgun datasets
Hi, @thegenemyers Can fastk use the `pigz` for parallel gzipping large fastq?
Prevent a warning by fixing the error handling on one of the `fwrite()` calls. Also remove generated files in _HTSLIB/*_ and add to _Makefile_ so that it regenerates _HTSLIB/htslib_static.mk_ if...
synopsis: When running FastK with -k set 32 or less, I'm seeing segfaults. Specifically, I've seen this with one particular input file (the blue whale assembly) and k in {20,26,31,32}....
Is there any method to convert "jellyfish count"/"KMC count" or "jellyfish dump" format to FastK db format?
I followed the example 2 for hpc operations as I got an `not enough disk space error` when running fastk in single instance. I completed the commands`fastk` and `fastmerge` and...
Dear Gene, I have a large sequencing library that I needed to split into 10 smaller files so I could run `FastK` on different nodes. Following the instructions in the...
To successfully compile with clang 18, I needed to add: #define _GNU_SOURCE to ONElib.c No other change required. There may of course be a better way to address the issue?...
I have three pairs .fq file, such as A_1.fq, A_2.fa, B_1.fa, B_2.fq, C_1.fq, C_2.fa. The three pairs fq file was generated by three times 350bp library construction. how do I...