-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pVACvector failing #54
Comments
|
Still getting the same error:
|
Already discussed with @susannasiebert, but for the sake of documenting: works with ssh -X, both bsub and locally (this is without the matplotlib change) |
Great. Where you able to get a successful run for (1)? |
I restarted it on Dec 14th (as in ran the same command in the same directory without clearing any output) and it is still running. There were quite a few peptides so seems like everything is going as expected so far? |
Did it already process |
Yes, correct, it made it past the break point from last time. Just failed again with the same OS error again, but it made progress. See log here: |
The error message and the fact that it happens at different points in the process makes me think that this is a filesystem problem where the intermediate file seems to disappear intermittently. All of these When you ran it the second time, did you run it on the same, existing output directory? Did it try to recreate the existing files or did it use the existing ones? |
I ran it on the same, existing output dir and it used existing files. |
@yang-yangfeng can this issue be resolved? |
@susannasiebert so I just restarted (1) again. This is the one that kept failing periodically, but made progress - so it seems like perhaps the files are just becoming inaccessible intermittently. Not sure if this a problem that needs to be addressed because it may just be internal and will only occur with a large number of peptides (I used 24). For (2), we were able to fix this with "ssh -X", so if we're ok with just making a note about this in the docs, I don't know that we need to continue pursuing a solution for this. |
Oops didn't mean to close this before others had a chance to chime in |
This issue if over a year old. With the refactor/pVACvector bugfix and the new multithreading option, this will hopefully not be an issue anymore |
Reporting 2 runs with different inputs and different failures:
I first tried pVACvector with a list of the best peptide per variant from my pVACseq results, which contained 24 peptides. It errored out with "OSError: [Errno 2] No such file or directory", so I'm wondering if this was a cluster issue?
Command:
pvacvector run -k --iedb-install-directory /gscmnt/gc2502/griffithlab/yafeng -e 8,9,10,11 -v /gscmnt/gc2142/griffithlab/yafeng/cwl_toil_runs/somatic_variants/annotated_somatic_pick_87.vcf /gscmnt/gc2142/griffithlab/yafeng/cwl_toil_runs/pvacseq_output/hcc1395_pick/MHC_Class_I/best_variant.tsv sample HLA-A*29:02,HLA-A*29:02,HLA-B*08:01,HLA-B*45:01,HLA-C*07:01,HLA-C*06:02 NNalign NetMHC NetMHCIIpan NetMHCcons NetMHCpan PickPocket SMM SMMPMBEC SMMalign hcc1395_vector
Output:
I then tried running with a smaller set of inputs (8 snvs + 6 fusions). The earliest error complained about "UnboundLocalError: local variable 'plen' referenced before assignment"
Command:
pvacvector run -k --iedb-install-directory /gscmnt/gc2502/griffithlab/yafeng -e 8,9,10,11 /gscmnt/gc2142/griffithlab/yafeng/cwl_toil_runs/pvacseq_output/hcc1395_vector_chosen/vector_input.fa sample HLA-A*29:02,HLA-A*29:02,HLA-B*08:01,HLA-B*45:01,HLA-C*07:01,HLA-C*06:02 NNalign NetMHC NetMHCIIpan NetMHCcons NetMHCpan PickPocket SMM SMMPMBEC SMMalign hcc1395_vector_chosen
See log here:
/gscuser/yafeng/pvacvector_chosen.lsf
The text was updated successfully, but these errors were encountered: