kevlar icon indicating copy to clipboard operation
kevlar copied to clipboard

Reference-free variant discovery in large eukaryotic genomes

Results 23 kevlar issues
Sort by recently updated
recently updated
newest added

Hello, I launched kevlar as such ``` kevlar novel --out output.augfastq --case ../H5A3.cleanup.reads.fa --control ../ARC_ancestor.cleanup.reads.fa -t 48 --max-fpr 1.2 -M 10G ``` It has been running for 10 hours now....

I'm seeing a very high number of reported variants from `kevlar`. Even after restricting the `max_fpr` values to `0.001` I'm seeing `> 30,000` variants? ## `config.json` ``` { "ksize": 31,...

After running successfully through the example dataset I've ran `kevlar` on my own data but am getting an error at the `count_control` step, that the FPR is too high. I'm...

I'm running some BCFTools operations on the VCF outputs of the Kevlar pipeline (from simlike). It's a small issue, but the VCF syntax stumbles on the INFO lines: > ##INFO=...

bug

While trying the kevlar tutorial workflow, at kevlar partition step some files fail with memory error, I used 64g and 64g swap memory. ``` [kevlar::partition] Building read graph in relaxed...

I'm trying to run Kevlar on a human trio, sequenced on a BGI-Seq 500, so the data has a fairly low error rate, but the reads are not error-corrected. For...

I am trying to run the [tutorial workflow](https://kevlar.readthedocs.io/en/latest/tutorial.html) with kevlar v0.7+15.gebabd62. The Snakemake workflow stops when coming to the rule "assemble", throwing the following error message: ``` Traceback (most recent...

It should be fairly straightforward to scan a final callset, identify any cases where multiple PASSing calls are derived from the same contig, and produce pileup images to facilitate manual...

enhancement