Developer info on the Nextflow database #2401
-
Hi! Thanks for creating Nextflow. I had a question more oriented towards developers interested in building/hacking on Nextflow. I was wondering if there's information on how Nextflow stores and parses task/session/run information in its So far, I can tell that it's using LevelDB for storing serialized data (I could be wrong). But having chosen Python to build the wrapper, it's turning out to be a more non-trivial than I imagined. Any help/ideas in this direction would be highly appreciated. I imagine the last resort would be to just parse the output from execution of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We don't consider it a public API. You can reverse engineer at your own risk following this code nextflow/modules/nextflow/src/main/groovy/nextflow/CacheDB.groovy Lines 215 to 229 in 0d00221 |
Beta Was this translation helpful? Give feedback.
We don't consider it a public API. You can reverse engineer at your own risk following this code
nextflow/modules/nextflow/src/main/groovy/nextflow/CacheDB.groovy
Lines 215 to 229 in 0d00221