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
Is your feature request related to a problem? Please describe.
We currently cannot import DRAGEN QC files.
Describe the solution you'd like
We need a way to convert from the DRAGEN QC TSV files to the legacy *.bam-qc.tsv format. Input should be the necessary Dragen QC files:
Is your feature request related to a problem? Please describe.
We currently cannot import DRAGEN QC files.
Describe the solution you'd like
We need a way to convert from the DRAGEN QC TSV files to the legacy
*.bam-qc.tsv
format. Input should be the necessary Dragen QC files:<sample>.qc-coverage-region-1_coverage_metrics.csv
COVERAGE SUMMARY,,Aligned bases
COVERAGE SUMMARY,,Average alignment coverage over QC coverage region
COVERAGE SUMMARY,,Aligned bases in QC coverage region
COVERAGE SUMMARY,,PCT of QC coverage region with coverage [$BOUNDx: inf)
<sample>.mapping_metrics.csv
MAPPING/ALIGNING SUMMARY,,Total input reads
MAPPING/ALIGNING SUMMARY,,Number of duplicate marked reads
MAPPING/ALIGNING SUMMARY,,Insert length: mean
MAPPING/ALIGNING SUMMARY,,Insert length: standard deviation
The output will be a TSV file with postgres-read JSON, as shown below.
The tool should write out
gzip
-ed data if the ending.gz
is used.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
TSV format is
JSON format for one sample (just add more samples by the key)
The text was updated successfully, but these errors were encountered: