-
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
fix: cnvpytor header float #1182
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportPatch coverage is
📢 Thoughts on this report? Let us know!. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done 🧁
Kudos, SonarCloud Quality Gate passed! |
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)
This PR:
Attempts to fix issues:
With the solution described here:
Added:
Tests:
WGS tumor only cases previously failed with:
[E::vcf_parse_format] Invalid character '.' in 'CN' FORMAT
inbcftools_quality_filter_svdb
.petmantis: previously had this error, now this error should not appear. Case has variant with float CN at:
awareraptor: as described in issue (#1157) has variant with float CN at:
Other integrity tests:
Review and tests: