Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omicsint h24 #42

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,38 @@
[![DOI](https://zenodo.org/badge/172930292.svg)](https://zenodo.org/badge/latestdoi/172930292)
=========================================
# Omics Integration and Systems Biology

[Course homepage](https://uppsala.instructure.com/courses/52162)
[Course homepage](https://uppsala.instructure.com/courses/96642)

Past editions:
- [Online 8 February - 10 February 2023][8]
- [Online 18 March - 22 April 2022, CZI Uppdragsutbilding][6] ([github repo][7])
- [Online 6 - 10 September 2021, ELIXIR Omics Integration][5]
- [Online 22 - 23 July 2021, as part of the ICMB / ECCB][4]
- [Online 19 - 23 April 2021][3]
- [Lund 5 - 9 October 2020][2]
- [Stockholm 9 - 12 Sep 2019][1]

[8]: https://uppsala.instructure.com/courses/75208
[7]: https://github.com/NBISweden/sms6012_CZIomicsint
[6]: https://uppsala.instructure.com/courses/67276
[5]: https://github.com/NBISweden/workshop_omics_integration/releases/tag/course2109
[4]: https://github.com/NBISweden/workshop_omicsint_ISMBECCB/
[3]: https://github.com/NBISweden/workshop_omics_integration/tree/course2104
[2]: https://github.com/NBISweden/workshop_omics_integration/tree/course2010
[1]: https://github.com/NBISweden/workshop_omics_integration/tree/c60abb4579849bb8a0acd756d1aa9e71125265ac


# Contributions
In this branch we have all different sessions. Each session usually have only one main lab but in some sessions like session_ml we have more than one (main labs are those that we need for the course and should make proper docker for each of them).

In each of these folder we have this pattern:
- lab (folder)
- Dockerfile
- [lab_name]_env.yml
- run.sh
- [lab_name].ipynb or [lab_name].rmd
- slides for the lab

Using the dockerfile you can make the desired docker. It copies all other files inside the docker and makes a conda env inside the docker based on [lab_name]_env.yml file.

For contribution please first either create an issue or pick one of the currently available issues, and then create a branch based on the issue. After finishing edits please make a pull request to the OMICSINT_H24 branch.