How to control number of cores GATK can use?
I would like to specify number of cores GATK HaplotypeCaller and GenotypeGVCFs cat access during an execution. What's the best way to do it?
gatk
• 654 views
•
link
written
by
optimistsso4co3 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Joint variant calling on DeepVariant GVCFs using GATK GenotypeGVCFs
written by Matin •Hi everyone I have a bunch of GVCF files generated by DeepVariant, but I want to use GATK's GenotypeGVCFs for joint variant calling on them …
-
How to extract region from GVCF file?
written by optimistsso4co3 •I need to extract chr6 from *gatk haplotypecaller -ERC GVCF* generated g.vcf file. I have used bcftools view, generating a file that resembles gvcf. However, …
-
Use of GenotypeGVCFs in population genetic studies
written by kk.mahsaI have 16 whole genome sequenced samples from two populations (8 for each population). My goal is detection of signature of selection and introgression. I …
-
no variant remained after GenotypeGVCFs gatk4
written by MehmetDear all, I am analyzing a DNA-seq data to identify variants in two genes of human using a single-sample based gatk4 pipeline (https://gatk.broadinstitute.org/hc/en-us/articles/360035535932-Germline-short-variant-discovery-SNPs-Indels-). Haplotypecaller identified …
-
GenotypeGVCF too many genotypes from pooled samples
written by Vic •Hello, I am trying to create a VCF file using GentypeGVCFs in GATK4. I have 60 samples and each sample is pooled data. The ploidy …
-
monozygotic twins ped file specification
written by cocchi.e89Hi, I got some monozygotic twins samples (and a technical replicate of the same sample sequences twice) and I am running a `GATK GenotypeGVCFs` on …
-
what is the difference between calling variants with and without interval list?
written by svpI used following command ##With interval list ###Step1 gatk HaplotypeCaller --input $sample.bqsr.bam --reference $reference --emit-ref-confidence GVCF --dbsnp $DBSNP --output $sample._genome.vcf.gz -L $interval ###Step2 gatk GenotypeGVCFs …
-
Calling germline SNPs using GATK HaplotypeCaller in a single sample
written by vctrm67 •I am using GATK 4.1.2.0. What is the best way to call germline variants from single samples? I have a cohort of samples and want …
-
Optimize bwa mem in parallel on a SLURM cluster
written by CaffeSospeso •Hello, I would like to understand what is the best way of using bwa in parallel in a SLURM cluster. Obviously, this will depend on …
-
GATK combine gvcf superslow
written by PicasaHi, I am working on a classic variant calling on a non model organism. I have 250 samples and followed the GATK best practice. I …