Matthew Gopez
Matthew Gopez
Sounds like a great idea, I'll have a look and see how we can implement this into the tool. Is that okay with you @peterk87?
Current Solution (working): 1) Estimate the expected k-mer coverage depth through finding the maxima of the k-mer depth coverage values. 2) Calculate the error rate using > num_kmers_appear_once / num_unique_kmers...
We decided we are not going to implement a MAX kmer coverage auto as we don't have a good reason to.
Since there is a plan to remove the dependency of Jellyfish we can no longer calculate a minimum k-mer value. Leaving this issue up in the mean time, but no...
I could also make a PoC of using the solution above if you think that would work :)
> Interestingly, I ran `az login` and it was able to authenticate but I got the following error: > > ``` > nextflow-dev run hello -c nextflow.config > > N...