You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ Get 80% of all standard (biomedical) data science analyses done semi-automated w
7
7
> [!IMPORTANT]
8
8
> If you use **MrBiomics**, please don't forget to give credit to the authors by citing this original repository and the respective **Modules** and **Recipes**.
9
9
10
+
# ⚡ Getting started quickly !
11
+
To get everything set up from scratch for the built-in quickstart, run:
This creates a Snakemake environment, clones the repository, activates the environment, and executes the current default quickstart workflow. It will take around 10 minutes to run because it will download conda environments. If you want to learn more about the underlying analysis, start with the [Quickstart wiki page](../../wiki/Quickstart).
22
+
10
23
# ⏳ TL;DR - More Time for Science!
11
24
> _"Programming is about trying to make the future less painful. It’s about making things easier for our teammates."_ from _The Pragmatic Programmer_ by Andy Hunt & Dave Thomas
12
25
-**Why**: Time is the most precious resource. By taking care of efficiency (i.e., maximum output with limited resources) scientists can re-distribute their time to focus on effectiveness (i.e., the biggest impact possible).
0 commit comments