Skip to content

Commit

Permalink
docs: use different marp layouting
Browse files Browse the repository at this point in the history
  • Loading branch information
marrip committed Feb 26, 2024
1 parent c689047 commit eebaad0
Showing 1 changed file with 38 additions and 14 deletions.
52 changes: 38 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,61 @@
<!--
---
marp: true
theme: default
headingDivider: 2
paginate: true
-->
---

# 24-03_bioinfo_ws
# Bioinformatics session

presentation and resources for NorPreM bioinformatics workshop in March 2024
A two-day workshop for bioinformaticians and molecular biologists with focus on the TSO500 pipeline in InPreD

## Project collaboration within NorPreM
---

## Overview

1. Setup
2. Development & Collaboration
3. Nextflow
4. tso500_nxf_workflow
5. Python

---

## 1. Setup

---

## 1. Setup

- setup
- github account
- addition to InPreD organisation
- development

---

## 2. Development & Collaboration

- short git introduction (basic git commands)
- devcontainers
- branching system (gitflow workflow)
- github actions (linting, testing, building)
- deployment (container image)
- pull requests (best practice)
- release and semantic versioning
- python
- general (best practice, cli)
- unit testing (pytest)
- licensing

---

- nextflow
- general (install, best practice)
- nf-core template
- stubbing
---
- tso500_nxf_workflow
- status
- demonstration
---

- python
- general (best practice, cli)
- unit testing (pytest)

---
### Resources

- [Gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)
Expand Down

0 comments on commit eebaad0

Please sign in to comment.