bioinformatics-ua / taska

Licence: GPL-3.0 license
Workflow Management for Biomedical exploration

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to taska

Temporal
Temporal service
Stars: ✭ 3,212 (+10975.86%)
Mutual labels:  workflow-engine, workflow-management, workflow-management-system
obsidian-tasks
Task management for the Obsidian knowledge base.
Stars: ✭ 648 (+2134.48%)
Mutual labels:  task-manager, task-management
CaseManagement
CMMN engine implementation in dotnet core
Stars: ✭ 16 (-44.83%)
Mutual labels:  workflow-engine, workflow-management-system
unify-flowret
A lightweight Java based orchestration engine
Stars: ✭ 57 (+96.55%)
Mutual labels:  workflow-engine, workflow-management
slated-obsidian
Task management in Obsidian.md
Stars: ✭ 123 (+324.14%)
Mutual labels:  task-manager, task-management
Geoweaver
a web system to allow users to automatically record history and manage complicated scientific workflows in web browsers involving the online spatial data facilities, high-performance computation platforms, and open-source libraries.
Stars: ✭ 32 (+10.34%)
Mutual labels:  workflow-engine, workflow-management
cpsr
Cancer Predisposition Sequencing Reporter (CPSR)
Stars: ✭ 44 (+51.72%)
Mutual labels:  workflow-engine
gronx
Lightweight, fast and dependency-free Cron expression parser (due checker), task scheduler and/or daemon for Golang (tested on v1.13 and above) and standalone usage
Stars: ✭ 206 (+610.34%)
Mutual labels:  task-manager
workflow-manager
Minimal Workflow orchestrator for AWS Step Functions
Stars: ✭ 20 (-31.03%)
Mutual labels:  workflow-management
hpipe
Workflow engine for various computing systems.
Stars: ✭ 26 (-10.34%)
Mutual labels:  workflow-engine
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (-20.69%)
Mutual labels:  workflow-management
imdone-core
Text based kanban processor
Stars: ✭ 119 (+310.34%)
Mutual labels:  task-manager
TaskManager
A C++14 Task Manager / Scheduler
Stars: ✭ 81 (+179.31%)
Mutual labels:  task-manager
PySiQ
A Python Simple Queue system for your apps
Stars: ✭ 23 (-20.69%)
Mutual labels:  task-manager
pipen
pipen - A pipeline framework for python
Stars: ✭ 82 (+182.76%)
Mutual labels:  workflow-engine
zenaton-node
⚡ Node.js library to run and orchestrate background jobs with Zenaton Workflow Engine
Stars: ✭ 50 (+72.41%)
Mutual labels:  workflow-engine
rush
🏃‍♀️ Minimalistic CLI Tool for Managing and Running Bash Snippets
Stars: ✭ 35 (+20.69%)
Mutual labels:  task-management
solid-focus
Solid Task Manager
Stars: ✭ 48 (+65.52%)
Mutual labels:  task-manager
lightflow
A lightweight, distributed workflow system
Stars: ✭ 67 (+131.03%)
Mutual labels:  workflow-engine
taskwarrior-syncall
Synchronization between Taskwarrior tasks and services such as Google Calendar, Notion and Google Keep. Formerly taskw_gcal_sync
Stars: ✭ 151 (+420.69%)
Mutual labels:  task-management

A modular and easily extendable system for repeatable workflows

Build Status

Task management systems are crucial tools in modern organizations, by simplifying the coordination of teams and their work. Those tools were developed mainly for task scheduling, assignment, follow-up, and accountability. On the other hand, scientific workflow systems also appeared to help putting together a set of computational processes through the pipeline of inputs and outputs from each, creating in the end a more complex processing workflow. However, there is sometimes a lack of solutions that combine both manually operated tasks with automatic processes, in the same workflow system.

TASKA is a web-based platform that incorporates some of the best functionalities of both systems, addressing the collaborative needs of a task manager with well-structured computational pipelines. The system is currently being used by EMIF (European Medical Information Framework) for the coordination of clinical studies.

A demo installation of TASKA is available online at https://bioinformatics.ua.pt/taska. Please use the following credentials to login:

User: demo
Password: demo

Tech

TASKA uses a number of open source projects to work properly, such as:

* [ReactJS] - HTML enhanced for web apps!
* [NPM] - The frontend package manager
* [Django] - Web framework python-based
* [Django Rest Framework] - Toolkit for building Web APIs in Django projects
* [PostgreSQL] - The object-relational database management system
* [Docker] - The computer program that performs operating-system-level virtualization
* [Make] -  Utility for building and maintaining groups of programs

Installation

Taska requires Docker, Docker-compose and Make to run.

Install Docker

* Full instructions at https://docs.docker.com/install/

Install docker-compose

* Full instructions at https://docs.docker.com/compose/install/

Edit docker-compose.yml with deploy specific details. The varibles that should be configured are the following:

11  - POSTGRES_USER= user used in the postgreSQL. This user should match wih the user used in row 23
12  - POSTGRES_PASS= password used in the postgreSQL. This password should match wih the user used in row 23
...
10 - "xxxx:8000" change the xxxx for the port to access the container
...      
25 - DOCKER_POSTGRES_USER= user used in the postgreSQL.
26 - DOCKER_POSTGRES_PASS= password used in the postgreSQL. 
27 - DOCKER_POSTGRES_DB= database name
28 - DOCKER_POSTGRES_HOST= host name, default is the container defined in the docker-compose file
29 - DOCKER_POSTGRES_PORT= db container port
...
30 - DOCKER_SECRET=place_your_secret_here # secret salted used on passwords
# The following 5 rows are related with the settings to the email system
31 - EMAIL_USE_TLS=
32 - EMAIL_HOST=
33 - EMAIL_PORT=
34 - EMAIL_HOST_USER=
35 - EMAIL_HOST_PASSWORD=
36 - EMAIL_URL= #System url that will be added in some email templates
37 - DEFAULT_FROM_EMAIL= # the from address in the emails
...
42 - PUBLIC_IP= # the associated domain must be specified, to prevent fake HTTP Host headers
...
45 - BASE_DIR=/taska # if the page wont run on root but on a subdirectory instead it must be specified here
...
48 - RAVEN_URL= # raven url for error logging

After the costumization of the docker-compose file, it is only necessary perform the following commands to have the installation running. (This process can take a few minutes)

$ make
$ make run

Scientific contributions

  • J. Almeida, R. Ribeiro, and J. L. Oliveira, “A modular workflow management framework”, in Proceedings of the 11th International Conference on Health Informatics (HealthInf 2018), 2018.

  • J. R. Almeida, T. M. Godinho, L. Bastião Silva, C. Costa, and J. L. Oliveira, “Services orchestration and workflow management in distributed medical imaging environments”, in Computer-Based Medical Systems (CBMS), 2018 IEEE 31th International Symposium on, IEEE, 2018.

Core Team

  • João Rafael Almeida1
  • Ricardo Ribeiro1
  • Luís Bastião Silva2
  • José Luís Oliveira1
  1. University of Aveiro, Dept. Electronics, Telecommunications and Informatics (DETI / IEETA), Aveiro, Portugal
  2. BMD Software, Aveiro, Portugal

Partners

  • Rosa Gini3
  • Giuseppe Roberto3
  • Peter Rijnbeek4
  1. Agenzia Regionale di Sanità della Toscana, Florence, Italy
  2. Erasmus MC, Rotterdam, Netherlands

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].