
Qihan Long
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 2
Comments
Votes on activity by Qihan Long Sort by votes-
Hi Genevieve Brandt, I got it! Thanks for your clarification, it's of great help~
-
Hi Genevieve Brandt, Thank you for your timely update, I successfully removed the annotation using GATK's SelectVariants with --drop-info-annotation option which proved GATK's versatility~ Unfortu...
-
FYI, if anyone wants to utilize PyVCF to read in vcf records I mentioned before, you'll definitely found the error "ValueError: could not convert string to float: '167|35|14" which means PyVCF cann...
-
Hi Genevieve, Thanks for your time~ Much appreciated!
-
Thanks for your instant reply and inspection! I shall try to use Mutect2 (4.2.0.0) combined with FilterMutectCalls (4.1.6.0) to finish my variant calling and annotation process. Hope it's a bug wit...
-
Hi, actually I changed all the separators within "AS_UNIQ_ALT_READ_COUNT=167|35|14" from "|" into "," and used "AS_UNIQ_ALT_READ_COUNT=167,35,14" as input records. Then the error has disappeared, w...
-
Hi, nice documentation, but the demo commands have a minor problem VariantAnnotator \ -R reference.fasta \ -I input.bam \ -V input.vcf \ -o output.vcf \ -A Coverage \ --dbsnp d...