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
Tabix sometimes fails to produce a valid index for concatenated summary data occasionally. An index gets written, has the contig name, but can't be used to get data by region. tabix file.tsv.gz chr22:10000100-10000200 | wc -l gets 0.
Work around currently involves re-writing entire bgzipped file.
Action items
Generate small reproducible example of tabix not producing an index of data.
Sort out solution that is more efficient that re-writing the entire gzipped file.
Current State
During coverage aggregation, bgzipped results are concatenated together as the process runs.
bravo_data_prep/workflows/coverage/depth_statistics.nf
Line 85 in 3349238
bravo_data_prep/workflows/coverage/templates/mlr_agg.sh
Lines 28 to 31 in 3349238
Tabix sometimes fails to produce a valid index for concatenated summary data occasionally. An index gets written, has the contig name, but can't be used to get data by region.
tabix file.tsv.gz chr22:10000100-10000200 | wc -l
gets 0.Work around currently involves re-writing entire bgzipped file.
Action items
Reference
Suspected to be related to:
The text was updated successfully, but these errors were encountered: