madzayasodara
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 5
Comments
Votes on activity by madzayasodara Sort by votes-
Hello Genevieve Brandt (she/her) I managed to get rid of that error. I forgot to module load the needed python version and source my env in my slurm submission module load python/3.7.4source ~/Pys...
-
Hello Genevieve Brandt (she/her), gotcha. Just few things I'm confused. There's no bam/sam file before this one I tested. Before that, I had fastq files I aligned with BWA. I also noticed this in ...
-
Hi Genevieve Brandt (she/her) I checked the bam files I had generated by aligning my reads using bwa mem -R '@RG\tID:firstrun\tSM:RSFV1A\tPL:illumina\tLB:lib1\tPU:005' -p newzf20/GCF_008822105.2_b...
-
Thank you :) This is weird my vcf check fails even when I call variants using HaplotypeCaller This is the cmd I use to call gatk HaplotypeCaller -R GCF_008822105.2_bTaeGut2.pat.W.v2_genomic.fa -I ...
-
Gotcha! Thanks
-
See if I understood: GATK4 HaplotypeCaller can't multithread like GATK3 HaplotypeCaller, as GATK4 HP won't accept neither options -nct or -nt. The multithreading version of GATK4 HaplotypeCaller is...
-
Not the same but related. It seems that yes if I am doing -nct 4, and request -c 4 in my SlLURM submission, the program will do one thread per core and performance will scale accordingly. Thank you
-
Hello, yeah still get the same error either by using HaplotypeCaller or HaplotypeCallerSpark Error: Failed to load org.broadinstitute.hellbender.Main: org/apache/logging/log4j/core/appender/Abstrac...
-
Hello! Yeah, they have a module for gatk 4.1.6.0 in the cluster. Which is great. And I just did a local install of pyspark because I would like to have it multithreading. Tried to run gatk Haplot...