-
Notifications
You must be signed in to change notification settings - Fork 16
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
[ Failed Analysis ] CNVpytor float values not accepted by bcftools #1152
Comments
@mathiasbio can you assign gain/urgency/effort labels to this? |
It was fixed in CNVpytor abyzovlab/CNVpytor#178 and we have added the latest version of CNVpytor in develop. |
I didn't know about the CNVpytor update fixing it, that's great. I guess my fix is unnecessary then at this point, did you remove the sed command I added @khurrammaqbool ? I guess it doesn't matter if it's there either, but it would be cleaner if we removed it I suppose when it's not necessary anymore : ) |
Removed the sed command in #1310 and as the issue has already been solved in the CNVpytor update I'll close this issue |
This PR aims to change the name of the sample columns in the final VCFs to match the changes in the scout_load.yaml for sample-id, which will use LIMS-ID instead of TUMOR/NORMAL. (Clinical-Genomics/cg#2650) Added: - New rule to create namemap to translate sample type names in vcf header to sampleID Changed: - Renamed names of sample columns in final vcf (clinical.pass.vcf.gz) to sampleID Removed: - Removed sed command in CNVpytor rule introduced here (fix: cnvpytor header float #1182) as it has been fixed by updating CNVpytor and is no longer necessary ([ Failed Analysis ] CNVpytor float values not accepted by bcftools #1152)
Case or sample information
Internal sample id or case id: modelstag
Amount read-pairs: 2688801506
Sequence type (WGS): Tumor only
Error message
Rule that failed: bcftools_quality_filter_svdb
Error message:
Link to the error message
/home/proj/production/cancer/cases/modelstag/logs/BALSAMIC.modelstag.bcftools_quality_filter_svdb.6.sh_4695700.err
Reason for failure
CNVpytor outputs float values for CN sometimes:
8 35400001 CNVpytor_dup8 . . PASS INFOfieldremoved GT:CN ./1:2.73
Don't know if this is intentional or a bug from CNVpytor!
If workflow, which rules
bcftools_quality_filter_svdb in WGS tumor only
Version (please complete the following information):
balsamic --version
11.0.2Additional context
Add any other context about the problem here. For e.g. amount sequencing reads or other parameters that are of interest.
The text was updated successfully, but these errors were encountered: