python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
GATK: HaplotypceCaller IntelPairHmm only detecting 1 thread
I can't seem to get GATK to recognise the number of available threads. I am running GATK (4.2.4.1) in a conda environment which is part of a nextflow (v20.10.0) pipeline I'm writing. For whatever reas...
dthorbur
Votes: 0
Answers: 2
Snakemake integrate the multiple command lines in a rule
The output of my first command line "bcftools query -l {input.invcf} | head -n 1" prints the name of the first individual of vcf file (i.e. IND1). I want to use that output in selectvariants...
user3224522
Votes: 0
Answers: 3
Snakemake first genotype of a vcf file as wildcard in output
In the second rule I would like to select from the vcf file containing bob, clara and tim, only the first genotype of dictionary (i.e. bob) in roder to get as output in the second rule bob.dn.vcf. Is ...
user3224522
Votes: 0
Answers: 1
How to run ensembl-vep in conda
I’ve installed like so:
conda install ensembl-vep=105.0-0
And then installed the human cache like this:
vep_install -a cf -s homo_sapiens -y GRCh38 -c /mnt/gpfs/live/rd01__/ritd-ag-project-rd018o-mdf...
Mike
Votes: 0
Answers: 1