BioCypher Project template discussion #387
Replies: 1 comment 2 replies
-
Thanks @ecarrenolozano. Here are my opinions:
There is no nomenclature currently.
Yes, the name should reflect the current repo. However, a repo is not just an adapter, but a pipeline, which can consist of multiple adapters. This would be the name of the project, which in your case is also OmniPath, so there would not be much difference. I would not call the repo an adapter though; the adapter is just a part of the pipeline.
No, this is the version of the pipeline. If you change something in the pipeline, these changes should be versioned. This is independent of BioCypher version.
Not the adapter, but the pipeline (repository). All contents of the TOML refer to the repository it contains, which is a pipeline in BioCypher terms. |
Beta Was this translation helpful? Give feedback.
-
👋 Hi dear BioCypher community,
I would like to introduce the context before my questions
Context:
Imagine I've cloned the BioCypher project template repository to create an adapter tailored to my needs, which I've named "omnipath-secondary-adapter". Before I begin working with the template, I need to complete the following steps:
Questions:
Do you have defined an nomenclature to name the adater's file (for instance,
omnipath_sec_adapter.py
)? In case of having defined this, I would like to stick to it. In case no, this could be proposed too.Which parameters should I, as a user, modify in the TOML file?
Reference
pyproject.toml
file in the template:Thanks in advance!!!
Beta Was this translation helpful? Give feedback.
All reactions