Skip to content

CRISPRme v2.3.2

Latest

Choose a tag to compare

@lucapinello lucapinello released this 18 Aug 17:21

Fixed

  • Self-built dict-less indexes are now self-complete for samplesIDs.
    build-index-only (with --samplesID) writes the per-dataset and the combined
    <vcf>.samplesID.txt into the install (reusing the one union implementation), and
    publish-index bundles them into the index tarball — so a fresh download --index-name <X> + search works with no separate --what samples/--what all
    dependency (the download-side synthesis added in 2.3.1 becomes a pure fallback).
    No-op for single-dataset, reference, and dict-based indexes.

Documentation

  • Rewrote the index-build docs for the dict-less flow. docs/PRECOMPUTED_INDEXES.md
    now covers build-index-only --vcf --samplesID (required to emit the Tier-0
    registry + Tier-1 genotype tiers — without it you get a dicts-only index),
    publish-index --dictless, the separate genotypes_<vcf>.tar.gz, download --no-genotypes, the -dictless canonical install-name behavior, and the updated
    manifest.json fields (with a caveat that name-parsed fields are reference-index
    only). Added the variant-index build path to README §2.2.9, crisprme_data_setup
    §3.5, and SETTINGS_DATA_MANAGER.md; fixed an NGG→NRG example nit.