Skip to content

protr 1.7-1

Compare
Choose a tag to compare
@nanxstats nanxstats released this 20 Apr 03:11
· 30 commits to master since this release
1b88c57

New features

  • crossSetSim() now gains two new arguments batches and verbose.

    The batches argument allows users to split the similarity computations into multiple batches, which is useful when dealing with a large number of sequences and limited RAM. The verbose argument enables progress updates during the computation. This brings crossSetSim() to feature parity with parSeqSim() (thanks, @ofleitas, #41).

  • A new function crossSetSimDisk() has been implemented as a disk-based version of crossSetSim().

    This function follows a similar approach to parSeqSimDisk(), where partial results from each batch are cached on the hard drive and merged at the end. This allows for processing larger protein sequence sets that may not fit into RAM (#41).