Skip to content

Support minimiser file on update insert #544

@pirovc

Description

@pirovc

Currently, the update insert does not support minimizers.

$ raptor --version
VERSION
    Last update: 2026-01-20
    Raptor version: 4.0.0-rc.1 (bf25ddd7c46e85bb3a38a155a2af2eb37eb8a97e)
    Sharg version: 1.2.0-rc.2
    SeqAn version: 3.4.0

# Commands used to build initial index
$ raptor prepare --threads 24 --input initial_files.txt --output prepare_files --window 20 --kmer 20
$ raptor layout --threads 24 --input prepare_files/minimiser.list --output initial.index.layout --window 20 --kmer 20 --fpr 0.05 --disable-estimate-union --empty-bin-fraction 0.3
$ raptor build --threads 24 --input initial.index.layout --output initial.index

# Update
$ raptor prepare --threads 24 --input insert_files.txt --output tmp_update/ --window 20 --kmer 20
$ raptor update insert --threads 24 --index initial.index --output output.index --insert tmp_update/minimiser.list
[Error] No valid format found for this extension.

Likewise, if the update insert is done directly based on sequences.

# Update
$ raptor update insert --threads 24 --index initial.index --output output.index --insert insert_files.txt
Partial Rebuild FPR
terminate called after throwing an instance of 'seqan3::unhandled_extension_error'
  what():  No valid format found for this extension.
Aborted

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions