Skip to content

v0.2 (beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@clemgoub clemgoub released this 11 Nov 19:32
· 233 commits to main since this release
  • beta 0.2 (11-11-22):
    • adds two new read aligners: giraffe (short read optimized, works also with long-reads) and graphAligner (long-read, error-prone compliant).
      • usage: --graph_method [pangenie/giraffe/graphaligner] default: pangenie (short accurate reads)
    • adds --vcf input option: requires a sequence resolved (REF and ALT allele sequences in VCF). Will bypass genome alignments and proceed with repeat annotations, TSD search, and reads mapping (optional).
    • adds --graffite_vcf input option: requires a VCF created by GraffiTE (in the outputs 3_TSD_search/pangemome.vcf). Will skip all steps but read mapping.
    • bug fix: remove the dependency to biomartr
    • add readthedocs