An open source recipe book from the awesome staff of Clinical Genomics

Overview

meatballs

An open source recipe book from the awesome staff of Clinical Genomics. Link to the available recipes: https://clinical-genomics.github.io/meatballs/

image

This repository is created as GitHub playground for the group workshop in Sigtuna (28-29 Oct 2021).

We hope that it will be a fun way to learn how to use GitHub for opening and reviewing pull requests!

Run meatballs on your computer using Docker

Requires git software installed (https://github.com/git-guides/install-git). If you have Docker installed on your computer you could run meatballs locally using the following commands

Howto:

  • Clone this repository to your computer with the following command:
git clone https://github.com/Clinical-Genomics/meatballs.git
  • Move your working directory in the cloned repository folder:
cd meatballs
  • Build and run the Docker image:
docker build -t meatballs .
  • Run the image:
docker run --rm -p 8080:8080 meatballs

You could now browse the content of meatballs using the url: http://0.0.0.0:8080/ in a browser of your choice.

Submit a recipe

Looking to submit a recipe? Follow these instructions:

Open a pull request with the recipe you wish to add

The content of your recipe should be included in the docs folder of this repository. Make sure your recipe is created in the right category (appetizers, main_courses, desserts, drinks ..?). The text should be formatted in markdown.

To create a pull request you could either:

  • Create a new branch containing the changes on your computer and then push it to this repository to open the pull request
  • Use the GitHub web-based editor to add changes and open a pull request

A simple guide on how to open a general pull request in GitHub can be found here. Keep in mind that this is the usual way to work with pull requests, but it requires basic usage of the terminal.

A guide on how to create a pull request using the GitHub web editor is present here

Previewing the contents using mkdocs serve

This option is only available if you have the repository installed locally. You could preview the content of the docs folder by running:

mkdocs serve
Comments
  • Removal of redundant porridge in mkdocs.yml

    Removal of redundant porridge in mkdocs.yml

    This PR adds | fixes:

    • Remove one of the porridge recipes (they were identical), see https://github.com/Clinical-Genomics/meatballs/issues/42

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ]

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [ ] MINOR - when you add functionality in a backwards compatible manner
    • [x] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by AnnaLeinfelt 3
  • Tortilla recipe

    Tortilla recipe

    This PR adds:

    A tortilla recipe for Mei.

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [ ] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by ivadym 3
  • add(cauliflower with meat cover)

    add(cauliflower with meat cover)

    This PR adds:

    • Cauliflower with meat cover to the 80's delicacies category

    How to prepare for test:

    How to test:

    • deploy to stage

    Expected outcome:

    • [ ] Cauliflower with meat cover is displayed

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [x] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by karlnyr 3
  • Add files via upload

    Add files via upload

    This PR adds | fixes:

    • Adds a recipe for cake with pear

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ] Reading document, ingredients list and How to instructions should be there

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [ ] MINOR - when you add functionality in a backwards compatible manner
    • [x] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by AnnaLeinfelt 2
  • add cake recipe

    add cake recipe

    This PR adds | fixes:

    • add cake recipe including picture

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ]

    Review:

    • [x] Code approved by CR
    • [x] Tests executed by CR

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [ ] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by AnnaLeinfelt 1
  • adds Greek salad to lunch

    adds Greek salad to lunch

    This PR adds | fixes:

    • Adds Greek Salad to Meatballs repo

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ]

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [x] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by cesve 1
  • adds popcorn to snacks

    adds popcorn to snacks

    This PR adds | fixes:

    • Fixes the obvious lack of popcorn in the meatballs repo

    How to prepare for test:

    • [ ] Pull the branch
    • [ ] Install on stage:bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ]

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [x] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by northwestwitch 1
  • Added pasta bolognese to dinners

    Added pasta bolognese to dinners

    This PR adds | fixes:

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ]

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [ ] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by keyvanelhami 1
  • Mango chicken

    Mango chicken

    This PR adds | fixes:

    Good food

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ]

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [ ] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by henningonsbring 1
  • Adds risotto recipe

    Adds risotto recipe

    This PR adds | fixes

    • Adds a risotto recipe

    How to test:

    • deploy to stage

    Expected outcome:

    • [ ] It renders nicely

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [x] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by amandaraud 1
  • Adds new recipe of American pancakes

    Adds new recipe of American pancakes

    This PR adds | fixes:

    • Adds new recipe of American pancakes

    How to test:

    Expected outcome:

    • Ingredients and preparation should be there. And picture.

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [x] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by AnnaLeinfelt 1
  • Adding recipe for red cabbage for xmas!

    Adding recipe for red cabbage for xmas!

    This PR adds | fixes:

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ]

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [x] MAJOR - when you make incompatible API changes
    • [ ] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by EmiliaRegazzoni 0
  • Added recipe for pumpkin pie

    Added recipe for pumpkin pie

    This PR adds | fixes:

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ]

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [ ] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by EmiliaRegazzoni 0
  • bugfixes, fixes #62

    bugfixes, fixes #62

    This PR adds | fixes:

    • Snacks should work now

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ]

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [ ] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by jemten 0
  • add toblerone mousse to desserts

    add toblerone mousse to desserts

    This PR adds | fixes:

    • Add Toblerone mousse to desserts

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ]

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [X] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by saschaconradt 0
  • Adds quesadillas recipe to dinner

    Adds quesadillas recipe to dinner

    This PR adds | fixes:

    • Add quesadillas recipe under dinner

    How to prepare for test:

    • [ ] ssh to ...
    • [ ] Install on stage: bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]

    How to test:

    Expected outcome:

    • [ ]

    Review:

    • [ ] Code approved by
    • [ ] Tests executed by
    • [ ] "Merge and deploy" approved by

    This version is a:

    • [ ] MAJOR - when you make incompatible API changes
    • [x] MINOR - when you add functionality in a backwards compatible manner
    • [ ] PATCH - when you make backwards compatible bug fixes or documentation/instructions
    opened by sofstam 0
Releases(0.6.8)
Owner
Clinical Genomics
Clinical Genomics
Blender Add-on That Provides Quick Access to Render Controls

Blender Render Buttons Blender Add-on That Provides Quick Access to Render Controls A Blender 3.0 compatablity update of Blender2.8x-RenderButton v0.0

Don Schnitzius 3 Oct 18, 2022
LiteX-Acorn-Baseboard is a baseboard developed around the SQRL's Acorn board (or Nite/LiteFury) expanding their possibilities

LiteX-Acorn-Baseboard is a baseboard developed around the SQRL's Acorn board (or Nite/LiteFury) expanding their possibilities

33 Nov 26, 2022
Osintgram by Datalux but i fixed some errors i found and made it look cleaner

OSINTgram-V2 OSINTgram-V2 is made from Osintgram which is made by Datalux originally but i took the script and fixed some errors i found and made the

2 Feb 02, 2022
This an Anki add on that automatically converts Notion notes into Anki flash cards. Currently in development!

NotionFlash This is an Anki add on in development that will allow automatically convert your Notion study notes into Anki flash cards. The Anki deck c

Neeraj Patel 10 Oct 07, 2022
Simple tools for the Horse Reality webgame

Realtools (Web Tools for Horse Reality) These tools were made on request from a close friend of mine who plays this game. A live instance can be found

shay 0 Sep 06, 2022
Nag0mi ctf problem 2021 writeup

Nag0mi ctf problem 2021 writeup

3 Apr 04, 2022
This is the community maintained fork of ungleich's cdist (after f061fb1).

cdist This is the community maintained fork of ungleich's cdist (after f061fb1). Work is split between three repositories: cdist - implementation of t

cdist community edition 0 Aug 02, 2022
An example project which contains the Unity components necessary to complete Navigation2's SLAM tutorial with a Turtlebot3, using a custom Unity environment in place of Gazebo.

Navigation 2 SLAM Example This example provides a Unity Project and a colcon workspace that, when used together, allows a user to substitute Unity as

Unity Technologies 183 Jan 04, 2023
Python-geoarrow - Storing geometry data in Apache Arrow format

geoarrow Storing geometry data in Apache Arrow format Installation $ pip install

Joris Van den Bossche 11 Mar 03, 2022
A python mathematics module

A python mathematics module

Fayas Noushad 4 Nov 28, 2021
A beacon generator using Cobalt Strike and a variety of tools.

Beaconator is an aggressor script for Cobalt Strike used to generate either staged or stageless shellcode and packing the generated shellcode using your tool of choice.

Capt. Meelo 441 Dec 17, 2022
Organize seu linux - organize your linux

OrganizeLinux Organize seu linux - organize your linux Organize seu linux Uma forma rápida de separar arquivos dispersos em pastas. formatos a serem c

Marcus Vinícius Ribeiro Andrade 1 Nov 30, 2021
Notebook researcher - Notebook researcher with python

notebook_researcher To run the server, you must follow these instructions: At th

4 Sep 02, 2022
List of short Codeforces problems with a statement of 1000 characters or less. Python script and data files included.

Shortest problems on Codeforces List of Codeforces problems with a short problem statement of 1000 characters or less. Sorted for each rating level. B

32 Dec 24, 2022
Repo with data from local elections in Portugal from 2009 to 2013

autarquicas - local elections in Portugal Repo with data from local elections in Portugal from 2009 to 2013 Objective To provide, to all, raw data fro

Jorge Gomes 6 Apr 06, 2022
OCR-ID-Card VietNamese (new id-card)

OCR-ID-Card VietNamese (new id-card) run project: download 2 file weights and pu

12 Jun 15, 2022
🪄 Auto-generate Streamlit UI from Pydantic Models and Dataclasses.

Streamlit Pydantic Auto-generate Streamlit UI elements from Pydantic models. Getting Started • Documentation • Support • Report a Bug • Contribution •

Lukas Masuch 103 Dec 25, 2022
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriented programming in Python.

06_Python_Object_Class Introduction 👋 Objected oriented programming as a discipline has gained a universal following among developers. Python, an in-

Milaan Parmar / Милан пармар / _米兰 帕尔马 239 Dec 20, 2022
NGEBUG is a tool that sends viruses to victims

Ngebug NGEBUG adalah tools pengirim virus ke korban NGEBUG adalah tools virus terbaru yang berasal dari rusia Informasi lengkap ada didalam tools Run

Profesor Acc 3 Dec 13, 2021
The FLARE team's open-source library to disassemble Common Intermediate Language (CIL) instructions.

dncil is a Common Intermediate Language (CIL) disassembly library written in Python that supports parsing the header, instructions, and exception hand

MANDIANT 95 Jan 08, 2023