Skip to content

Store hashes locally

Nicolas Dierckxsens edited this page Mar 18, 2021 · 2 revisions

1. Store hashes locally

Put "store hash" in the config file to "yes" and run your assembly

Store Hash            = yes

3 files will be stored locally:

  • HASH2B_project.txt
  • HASH2C_project.txt
  • HASH_project.txt

2. Use locally stored hashes

When you want to run locally stored files, you enter the paths of the stored files in the config file:

Forward reads         = /path/to/HASH2B_project.txt
Reverse reads         = /path/to/HASH2C_project.txt
Store Hash            = /path/to/HASH_project.txt
Clone this wiki locally