George
George
Nevermind, there was a caching issue, `accelerate
Note, just to give an example of what I'm referring to, something like this: ``` extern crate tokio; extern crate futures; use futures::future; use tokio::{net::TcpStream, prelude::Future}; use std::net::SocketAddr; fn send(addr:...
@hakunanatasha can't replicate but it happens on @AdamMCarrigan 's machine... which is weird.
@setohe0909 also found this issue, and I still can't replicate...
Given 3.9 becoming the default on many OSes as we speak. this is starting to be more of a bug than a nice to have, labeling and prioritizing it as...
The newline after each log was a stylistic choice for easier readability, do you think it should be removed @abitrolly ? To be honest it might be better off removed,...
@abitrolly I like the idea of removing the long logging UUID, Also for things other than errors I think we can remove the path to the python file as well,...
Note, I tried the same thing with a `.vcf` file and I get the exact same issue with the same amount of logs.
Trying this command instead: `./akt kin --force -M 1 input.bcf > kinship.txt` , I now get this error message: ``` No frequency VCF provided (-F). Allele frequencies will be estimated...
Hmh, It might be that I converted to bcf poorly, since I got different error after doing that. However, I tried converting my original file (`56001801065146A.snp.vcf`) into and appropriate format...