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
Empty outputs are generated in tumor-only analysis when including numbered GEN[1] fields with a higher number than 0. This issue needs to be investigated and resolved to ensure correct output generation.
Steps to Reproduce
Run the script with a tumor-only analysis configuration.
Include numbered GEN[1] fields with a higher number than 0.
Observe that the output is empty.
Expected Behavior
The script should generate the correct output even when numbered GEN[1] fields with a higher number than 0 are included.
Actual Behavior
The output is empty when numbered GEN[1] fields with a higher number than 0 are included in tumor-only analysis.
Proposed Solution
Investigate and fix the issue causing empty outputs in this scenario.
Impact
Fixing this issue will ensure that the script generates the correct output for tumor-only analysis, even when including numbered GEN[1] fields with higher numbers.
Additional Notes
Ensure backward compatibility with existing functionality.
Update the documentation to reflect the correct handling of numbered GEN[1] fields in tumor-only analysis.
The text was updated successfully, but these errors were encountered:
SnpSift extractFields odes not handle missing indices well and has no setting for this, thus keep wildcards only (maybe document this) and handle splitting posthoc (Excel generation).
We should add some kind of check for indices >0.
Description
Empty outputs are generated in tumor-only analysis when including numbered GEN[1] fields with a higher number than 0. This issue needs to be investigated and resolved to ensure correct output generation.
Steps to Reproduce
Expected Behavior
The script should generate the correct output even when numbered GEN[1] fields with a higher number than 0 are included.
Actual Behavior
The output is empty when numbered GEN[1] fields with a higher number than 0 are included in tumor-only analysis.
Proposed Solution
Investigate and fix the issue causing empty outputs in this scenario.
Impact
Fixing this issue will ensure that the script generates the correct output for tumor-only analysis, even when including numbered GEN[1] fields with higher numbers.
Additional Notes
The text was updated successfully, but these errors were encountered: