-
Notifications
You must be signed in to change notification settings - Fork 0
Make commands
Multiple commands are already pre-implemented. They will allow you to perform a lot of steps in a single time, also avoiding recomputing unnecessary steps. Globally, we organized the lotus-processor with 4 modes:
The mode we run internally. It is heavily time- and memory-consuming. If running from scratch, expect to have about 40mio entries processed
- Expected runtime: days.
make MODE=full lotus-roots
An intermediate mode running on 500 entries. It will gather all easily accessible resources and sample 500 entries randomly.
- Expected runtime: <20min (depending on your internet connexion).
⚖️ We only recommend this mode if you are interested in more than the test mode.
make MODE=min lotus-seeds
A brief mode going through the whole process to ensure everything is running smoothly.
- Expected runtime: <5min
✅ We recommend you start with a test before going deeper into the process.
make MODE=test lotus-bloom
make MODE=test lotus-check
The mode that will prepare your own documented structure-organism pairs.
- Expected runtime: fast, depending on how many documented pairs you have.
😍 Thank you for using this mode, the community will appreciate using your data!
cd src
Rscript 1_gathering/db/custom/standardizing.R <path_to_your_file>
cd ..
make MODE=custom lotus-bloom
As we mix modes and targets, we provide hereafter some guidance on how to combine them:
lotus-check |
lotus-bloom |
lotus-seeds |
lotus-roots |
|
|---|---|---|---|---|
MODE = test |
✅ | ✅ | ||
MODE = custom |
⛔ | ✅ | ||
MODE = min |
⛔ | ✅ | ✅ | |
MODE = full |
⛔ | ✅ |
✅ = We advise this combination
⛔ = This combination can not work
This wiki and the LOTUS README document contains a lot of information, please take your time and read these instructions carefully.
We strongly advise new users to start by the Getting started.
If you have any questions about the Lotus usage or want to share some information with the Lotus community, please go to one of the following places: