You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what if in the fusion results folder, an error.txt file was created that contained that message: ERROR: Sample (whatever) did not generate fusion results.
My thoughts are:
Right now if there's no fusion results, it does not make the fusion results folder at all. I don't like the idea of putting in a folder just to have an error.txt file.
However, it should definitely print the 'missing fusion' error message to the errors.txt file that fab generates in the pipelines work dir when running, and it doesn't currently do that.
The text was updated successfully, but these errors were encountered:
Currently (as of ERCC branch being merged):
if the fusion step fails (for both regular and ERCC), fab will continue on with subsequent steps (jfkm pizzly variants) and subsequent samples.
At the end of the run, if any fusion steps failed, fab will print for each sample that failed fusion:
ERROR: Sample (whatever) did not generate fusion results.
@klearned suggests:
My thoughts are:
errors.txt
file that fab generates in the pipelines work dir when running, and it doesn't currently do that.The text was updated successfully, but these errors were encountered: