Galaxy Server administration - Ansible
Resources related to configuration and maintenance of Galaxy servers
Questions of the tutorial:
- Why Ansible?
- How and when to use Ansible?
- How to write a role?
- How to leverage community build roles?
Objectives of the tutorial:
- Learn Ansible basics
- Write a simple role
- Install a...
Galaxy Server administration - Ansible
http://galaxyproject.github.io/training-material/topics/admin/tutorials/ansible/tutorial.html
http://tess.elixir-uk.org/materials/galaxy-server-administration-ansible
Resources related to configuration and maintenance of Galaxy servers
Questions of the tutorial:
- Why Ansible?
- How and when to use Ansible?
- How to write a role?
- How to leverage community build roles?
Objectives of the tutorial:
- Learn Ansible basics
- Write a simple role
- Install a role from Ansible Galaxy
erasche
Data Manipulation - Collections: Rule Based Uploader
A collection of microtutorials explaining data manipulation within Galaxy
Questions of the tutorial:
- How to use the rule based uploader to create complex collections
Objectives of the tutorial:
- Learn about the Rule Based Uploader
Data Manipulation - Collections: Rule Based Uploader
http://galaxyproject.github.io/training-material/topics/galaxy-data-manipulation/tutorials/upload-rules/tutorial.html
http://tess.elixir-uk.org/materials/data-manipulation-collections-rule-based-uploader
A collection of microtutorials explaining data manipulation within Galaxy
Questions of the tutorial:
- How to use the rule based uploader to create complex collections
Objectives of the tutorial:
- Learn about the Rule Based Uploader
jmchilton
erasche
Contributing to the Galaxy Training Material - Creating a new tutorial - Slides
Galaxy is a great solution to train the bioinformatics concepts: numerous bioinformatics tools are available (almost 5,000 in the ToolShed), it can be used by people without amy computer science skills, it trains to use technology, outlining available resources and efforts that have made them...
Contributing to the Galaxy Training Material - Creating a new tutorial - Slides
http://galaxyproject.github.io/training-material/topics/contributing/tutorials/create-new-tutorial-slides/slides.html
http://tess.elixir-uk.org/materials/contributing-to-the-galaxy-training-material-creating-a-new-tutorial-slides
Galaxy is a great solution to train the bioinformatics concepts: numerous bioinformatics tools are available (almost 5,000 in the ToolShed), it can be used by people without amy computer science skills, it trains to use technology, outlining available resources and efforts that have made them accessible to researchers, it is scalable. In 2016, the Galaxy Training Network decide to set up a new infrastructure for delivering easily Galaxy related training material. The idea was to develop something open and online based on a community effort, as always in Galaxy.
Questions of the tutorial:
- How to format slides?
- How do we add presenter notes?
- How to use the features of the slide show tool?
- What sort of content should be included in slides?
Objectives of the tutorial:
- Create a new set of slides
- Add presenter comments
erasche
bebatut
shiltemann
Development in Galaxy - Galaxy Interactive Environments
Galaxy is an open-source project. Everyone can contribute to its development with core Galaxy development, integration of softwares in Galaxy environment, ...
Questions of the tutorial:
- What are Galaxy Interactive Environments (GIEs)?
- How to enable GIEs in Galaxy?
- How to develop your own...
Development in Galaxy - Galaxy Interactive Environments
http://galaxyproject.github.io/training-material/topics/dev/tutorials/interactive-environments/slides.html
http://tess.elixir-uk.org/materials/development-in-galaxy-galaxy-interactive-environments
Galaxy is an open-source project. Everyone can contribute to its development with core Galaxy development, integration of softwares in Galaxy environment, ...
Questions of the tutorial:
- What are Galaxy Interactive Environments (GIEs)?
- How to enable GIEs in Galaxy?
- How to develop your own GIE?
Objectives of the tutorial:
- Implement a Hello-World Galaxy Interactive Environment
shiltemann
bgruening
erasche
Galaxy Server administration - Advanced customisation of a Galaxy instance
Resources related to configuration and maintenance of Galaxy servers
Galaxy Server administration - Advanced customisation of a Galaxy instance
http://galaxyproject.github.io/training-material/topics/admin/tutorials/advanced-galaxy-customisation/slides.html
http://tess.elixir-uk.org/materials/galaxy-server-administration-advanced-customisation-of-a-galaxy-instance
Resources related to configuration and maintenance of Galaxy servers
bgruening
erasche
martenson
Statistics with R
The aim of this course is to teach you how to perform basic statistical analysis using R. First we review the foundations (sampling theory, discrete and continuous distributions), then we focus on classical hypothesis testing. This course will improve your generic statistics knowledge....
Scientific topics: Statistics and probability
Keywords: Biostatistics, R
Statistics with R
https://www.mygoblet.org/training-portal/materials/statistics-r
http://tess.elixir-uk.org/materials/statistics-with-r
The aim of this course is to teach you how to perform basic statistical analysis using R. First we review the foundations (sampling theory, discrete and continuous distributions), then we focus on classical hypothesis testing. This course will improve your generic statistics knowledge.
Topics:
Sampling theory: obtaining information about a population via sampling.
Sample characteristics (location, dispersion, skewness), estimation of the mean, standard error of the mean.
Discrete and continuous probability distributions. Central limit theorem.
Hypothesis testing. Basic principles, one- and two-sided testing, types of errors, power calculations.
"Cookbook of tests": location testing, normality, variance comparisons,
counting statistics, contingency tables, regression tests.
András Aszódi
Statistics and probability
Biostatistics, R
2016-04-21
2017-10-09
Python programming primer
The purpose of this training is to teach general programming concepts using Python as an instruction tool.
Topics:
Introduction to Python: basic principles.
Python data structures: strings, tuples, lists, dictionaries, sets.
Object-oriented programming: how to model coffee machines in Python...
Scientific topics: Software engineering
Keywords: Python biologists
Python programming primer
https://www.mygoblet.org/training-portal/materials/python-programming-primer
http://tess.elixir-uk.org/materials/python-programming-primer
The purpose of this training is to teach general programming concepts using Python as an instruction tool.
Topics:
Introduction to Python: basic principles.
Python data structures: strings, tuples, lists, dictionaries, sets.
Object-oriented programming: how to model coffee machines in Python :-).
Inheritance (base and derived classes), polymorphism.
Write your own script to convert BED files to GFF.
Command-line option processing, file I/O, error handling.
András Aszódi
Software engineering
Python biologists
2016-04-21
2017-10-09
R as a programming language
This course is aimed at colleagues who would like to learn how to use the statistical programming language "R". We will learn about the data structures and functions in R, and how to write R scripts.
Topics:
Introduction to R: general principles.
Data structures in R: vectors, matrices, arrays,...
R as a programming language
https://www.mygoblet.org/training-portal/materials/r-programming-language
http://tess.elixir-uk.org/materials/r-as-a-programming-language
This course is aimed at colleagues who would like to learn how to use the statistical programming language "R". We will learn about the data structures and functions in R, and how to write R scripts.
Topics:
Introduction to R: general principles.
Data structures in R: vectors, matrices, arrays, lists, data frames. Data import/export.
Functions in R: how to write your own functions and scripts.
Visualization in R: various plot types (built-in graphics only).
András Aszódi
R programming
2016-04-21
2017-10-09
UNIX command line and scripting
The first part of this course introduces the UNIX command line on a Linux or Mac. The second part provides a basic introduction to string searches and scripting with AWK and BASH.
Keywords: Awk, Bash, Unix
UNIX command line and scripting
https://www.mygoblet.org/training-portal/materials/unix-command-line-and-scripting
http://tess.elixir-uk.org/materials/unix-command-line-and-scripting
The first part of this course introduces the UNIX command line on a Linux or Mac. The second part provides a basic introduction to string searches and scripting with AWK and BASH.
András Aszódi
Awk, Bash, Unix
2016-04-21
2017-10-09