KloostermanJoukje
KloostermanJoukje
I have emailed you!
In an different file i am also not able to find X
Here are a few files: (No header) 1 12331 12332 0 2 1 12355 12356 0 2 1 12426 12427 0 2 1 12506 12507 0 3 1 12521 12522...
I have a similar issue with my bed file I ran modkit with the `--only-tabs` option, but the file was not recognized. A few lines from the file: (No header)...
@wdecoster I have been comparing the utils.py file, and it seems that my version (installed using pip) is deprecated... Any idea why using pip to install, does not yield the...
@wdecoster can you help me?? Could you update methplotlib for pip installation and/or conda?
To create the bed file I perform the following: local args=() args+=("view") args+=("--no-header") args+=("--no-version") args+=("--threads" "!{task.cpus}") args+=("!{vcf}") # -1 because positions in .bed are 0-based and 1-based in .vcf ${CMD_BCFTOOLS}...