All Projects β†’ SGBC β†’ galaksio

SGBC / galaksio

Licence: GPL-3.0 license
An easy-to-use way for running Galaxy workflows.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to galaksio

emp
πŸ”¬ Empirical CLI
Stars: ✭ 42 (+121.05%)
Mutual labels:  science, reproducible-research
Gatk
Official code repository for GATK versions 4 and up
Stars: ✭ 1,002 (+5173.68%)
Mutual labels:  science, ngs
Jvarkit
Java utilities for Bioinformatics
Stars: ✭ 313 (+1547.37%)
Mutual labels:  science, ngs
Porcupine
Express parametrable, composable and portable data pipelines
Stars: ✭ 70 (+268.42%)
Mutual labels:  reproducible-research, workflows
Deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
Stars: ✭ 2,404 (+12552.63%)
Mutual labels:  science, ngs
bac-genomics-scripts
Collection of scripts for bacterial genomics
Stars: ✭ 39 (+105.26%)
Mutual labels:  science, ngs
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+4173.68%)
Mutual labels:  science, ngs
ngs-preprocess
A pipeline for preprocessing NGS data from Illumina, Nanopore and PacBio technologies
Stars: ✭ 22 (+15.79%)
Mutual labels:  reproducible-research, ngs
Ngless
NGLess: NGS with less work
Stars: ✭ 115 (+505.26%)
Mutual labels:  science, ngs
Ugene
UGENE is free open-source cross-platform bioinformatics software
Stars: ✭ 112 (+489.47%)
Mutual labels:  science, ngs
Gtsummary
Presentation-Ready Data Summary and Analytic Result Tables
Stars: ✭ 450 (+2268.42%)
Mutual labels:  reproducible-research, easy-to-use
Reprozip
ReproZip is a tool that simplifies the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science.
Stars: ✭ 231 (+1115.79%)
Mutual labels:  science, reproducible-research
ideal
Interactive Differential Expression AnaLysis - DE made accessible and reproducible
Stars: ✭ 24 (+26.32%)
Mutual labels:  reproducible-research, user-friendly
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (+189.47%)
Mutual labels:  science, ngs
GeneTonic
Enjoy your transcriptomic data and analysis responsibly - like sipping a cocktail
Stars: ✭ 66 (+247.37%)
Mutual labels:  reproducible-research, user-friendly
Recipy
Effortless method to record provenance in Python
Stars: ✭ 418 (+2100%)
Mutual labels:  science, reproducible-research
iSkyLIMS
is an open-source LIMS (laboratory Information Management System) for Next Generation Sequencing sample management, statistics and reports, and bioinformatics analysis service management.
Stars: ✭ 33 (+73.68%)
Mutual labels:  ngs, bioinformatics-analysis
panoptes
Monitor computational workflows in real time
Stars: ✭ 45 (+136.84%)
Mutual labels:  reproducible-research, workflows
Common Workflow Language
Repository for the CWL standards. Use https://cwl.discourse.group/ for support 😊
Stars: ✭ 1,222 (+6331.58%)
Mutual labels:  science, workflows
Neurodocker
Generate custom Docker and Singularity images, and minimize existing containers
Stars: ✭ 198 (+942.11%)
Mutual labels:  science, reproducible-research

An easy to use GUI for running Galaxy workflows.

Galaksio is a web application that simplifies the usage of the Galaxy bioinformatics platform (https://usegalaxy.eu/). Galaksio provides a simple but complete UI for using Galaxy for biologists that require bioinformatics workflows to complete their research. Using the application, users can run any workflow implemented in the associated Galaxy instance in just few clicks. Besides, the rich user interface allows customizing the execution, uploading the necessary files, downloading the results, and executing several workflows simultaneously in the background.

Quick start

First install all dependencies. For example, the instructions for an Ubuntu 16.04 server would be:

apt-get update
apt-get install -y python-pip unzip wget
pip install requests bioblend flask fpdf

Download and extract the latest version of Galaksio from the GitHub repository.

wget https://github.com/sgbc/galaksio/archive/master.zip
unzip galaksio-latest.zip

Launch the Flask server. Your new Galaksio instance will be listening to port 8081.

galaksio-latest/server/run.sh --start

By default Galaksio is configured to work with the official Galaxy instance.This and other options can be customized through the web application. The first time that you access to your Galaksio instance you will need to configure some of the main settings.

Documentation

Documentation for the project, including installation instructions, can be found at the ReadTheDocs platform: http://galaksio.readthedocs.io/en/latest/.

Docker for Galaksio

The Galaksio Docker Image is an easy distributable full-fledged Galaksio installation. The docker image for Galaksio can be found in the docker hub. However, you can download the Dockerfile and other files from the Github repository

About

Galaksio has been developed by the SLU Global Bioinformatics Centre at the Sveriges lantbruksuniversitet (Swedish University of Agricultural Sciences). This project is part of the B3Africa Project http://www.b3africa.org/, which has received funding under grant agreement nr 654404 from the European Union’s Horizon 2020 research and innovation programme. Galaksio application is distributed under GNU General Public License, Version 3..

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].