Closed brycemash closed 1 year ago
Thank you for the bug report, @brycemash, and I apologize that you're running into trouble with running pVACtools. It looks like your run was maybe a retry? Do you know what happened on the initial run? This error usually indicates that there is a mismatch between the predictor output file and the input data. I suspect that maybe the file is empty of was concatenated. If you can find the appropriate prediction files in the tmp directory (matching the allele, epitope length and entry chunk) you can try deleting them and rerun again. If the problem persists I would need you to send me the original input VCF and/or the output directory for further debugging.
I deleted outputs and reran, which fixed the problem. Thanks!
Describe the bug
To Reproduce
vep \ --input_file broad/dunnlab/BLM/pvac/Mutation/SNP/Annotation/SR_CT2.GATK.snp.mm10_multianno.gt.vcf \ --output_file broad/dunnlab/BLM/pvac/Mutation/SNP/Annotation/SR_CT2.GATK.snp.mm10_multianno.gt.vep.vcf \ --format vcf --vcf --symbol --terms SO --tsl \ --hgvs --fasta broad/dunnlab/BLM/pvac/Mus_musculus.GRCm38.dna.primary_assembly.fa \ --offline --cache \ --dir_cache broad/dunnlab/BLM/pvac \ --plugin Frameshift --plugin Wildtype \ --dir_plugins /broad/dunnlab/BLM/pvac/VEP_plugins \ --species mus_musculus --cache_version 102
error found on this function
pvacseq run \ broad/dunnlab/BLM/pvac/Mutation/SNP/Annotation/SR_CT2.GATK.snp.mm10_multianno.gt.vep.vcf \ CT2_snp \ H-2-Kb,H-2-Db \ MHCflurry MHCnuggetsI MHCnuggetsII NNalign NetMHC PickPocket SMM SMMPMBEC SMMalign \ broad/dunnlab/BLM/pvac/output/CT2_snp_2 \ -e1 8,9,10 -e2 15 Log Output
Expected behavior Expect file CT2_snp_2/MHC_Class_I/tmp/CT2_snp.H-2-Db.9.parsed.tsv_13001-13200 to be created.