NEST Setup
Set up your types file
EvoNEST requires a types.js
file to operate correctly. This file defines the types of samples and traits you will be working with. Here’s how to set it up:
- Create a
types.js
file in your project directory. You can copy the example file from the EvoNEST repository,tyoes.js.example
, and rename it totypes.js
.