Entering edit mode
9.6 years ago
897598644
▴
100
Excuse me:
I used unifiedGenotyper in GATK to call variants and filterd variants with VQSR. There were errors:
java -jar GenomeAnalysisTK.jar \
-T ApplyRecalibration \
-R reference.fa \
-input raw_variants.vcf \
-mode SNP \
--ts_filter_level 99.0 \
-recalFile recalibrate_SNP.recal \
-tranchesFile recalibrate_SNP.tranches \
-o recalibrated_snps_raw_indels.vcf
The log said
##### ERROR MESSAGE: Argument with name '--resource' (-resource) is missing.
##### ERROR Argument with name '--use_annotation' (-an) is missing.
Was the error in UnifiedGenotyper? When I used HaplotypeCaller, it did not print out error.
Any thing that helped me understand the issue would be much appreciated.
I have found the error.
Thanks again.
This is not an answer to the original question, and it carries no information for other's who come upon this question.
For the benefit of the community, you must tell us what you found, or fixed.
Thanks to Karl's suggestion. It was the path error that I did not find.