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
As indicated in wiki: https://wiki.oicr.on.ca/display/icgcargotech/Data+Management+Tasks
The way the CRAM is generated can minimise compute overhead, see samtools, use seqs_per_slice=1000 instead of the default. Increase in file size is negligible, but has a large impact on random access.
Detailed Description
As indicated in wiki: https://wiki.oicr.on.ca/display/icgcargotech/Data+Management+Tasks
The way the CRAM is generated can minimise compute overhead, see samtools, use seqs_per_slice=1000 instead of the default. Increase in file size is negligible, but has a large impact on random access.
Possible Implementation
Should add seqs_per_slice=1000 at
https://github.com/icgc-argo/dna-seq-processing-tools/blob/master/tools/bam-merge-sort-markdup/bam-merge-sort-markdup.py#L62
The text was updated successfully, but these errors were encountered: