vctrymao
- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Activity overview
Latest activity by vctrymao-
vctrymao commented,
Actually, I noticed the command that is actually running. I think the problematic area is like you said, `-PROGRAM_GROUP_COMMAND_LINE bwa mem -K 100000000 -p -v 3 -t 4 -Y \/n/data1/hms/dbmi/park/DA...
-
vctrymao commented,
I don't think so? The command as written was executed. I also have run this script before on other samples with no issue. There isn't really a stack trace, this occurs before anything really runs:...
-
vctrymao created a post,
MergeBamAlignment produces unknown error
AnsweredI am using MergeBamAlignment: ``` java -Dsamjdk.compression_level=5 -Xms3000m -Xmx3200m -jar /n/data1/hms/dbmi/park/alon/software/picard.jar \MergeBamAlignment \VALIDATION_STRINGENCY=SILENT \EXPEC...
-
vctrymao created a post,
Funcotator table format
Is it possible to use Funcotator for germline calls but format the output in a table format instead of a VCF? I understand that MAF isn't yet available for germline Funcotator, but is there any oth...
-
vctrymao created a post,
Getting HaplotypeCaller SNP support in tumor
I have a list of germline SNPs from HaplotypeCaller. I want to get the read level information, etc. of these SNPs in the tumor BAM file and format it into a VCF (ie. to see the read level support f...
-
vctrymao commented,
No, I'm just wondering how this might happen realistically.
-
vctrymao created a post,
HaplotypeCaller and low-VAF variants
I am using HaplotypeCaller to generate germline variants. I noticed that HaplotypeCaller calls some variants with very low VAF values (see below): What is the reasoning behind this? In what situa...
-
vctrymao commented,
Could you explain how exactly GATK defines active regions? It isn't intuitive to me that Mutect2 would omit a region with high read level support.
-
vctrymao commented,
I read this, but I did not see an exact description of what an "active region" is defined as mathematically. Regardless, this seems to have fixed the problem.
-
vctrymao commented,
I read that using `force-active` in Mutect2 may help. What exactly is this doing, and why is this turned off by default?