-
Provide tutorials and examples for using TESK with cwl-tes, Snakemake and Nextflow clients.
-
Are there anybody use locally input file to calculate by TESK and how to configuration? Anybody can help me?
-
In settings I have:
`CELERY_BEAT_SCHEDULER = 'django_celery_beat.schedulers.DatabaseScheduler'
CELERY_BEAT_SCHEDULE = {
'test': {
'task': 'apps.testapp.tasks.test',
'schedule'…
-
Hey,
I am new to TESK and testing to run some workflows in a k8s cluster which uses rook-ceph object storage which I would like to use for the task manager's PVC. However, I am not sure how I could…
ghost updated
4 years ago
-
Controllers will contain mainly the API request interaction logic.
However, the detailed logic will be written in services.
There will be mainly 3 controllers:
- **Rocrate controller-** It will…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
-
Coming from #507. I open this issue to track the creation of a `stable` branch/tag, which will point to the commit that created the latest release.
> [tgingold](https://github.com/ghdl/ghdl/issues/…
-
Hi ! First of all, thanks for your amazing work on implementing the TES API with a Kubernetes-based solution ! We would like to use your project and even contribute if the project is still active and …
-
Use [Black](https://black.readthedocs.io/en/stable/) to auto-format code and include check in CI workflow.