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
Projects and assets from Wireframe #56

Wireframe56 Projects and assets from Wireframe #56 Make a Boulder Dash level editor in Python, pages 50-57, by Mark Vanstone. Code an homage to Bubble

Wireframe magazine 10 Sep 07, 2022
Pulse sequence builder and compiler for q1asm

q1pulse Pulse sequence builder and compiler for q1asm. q1pulse is a simple library to compile pulse sequence to q1asm, the assembly language of Qblox

Sander de Snoo 3 Dec 14, 2022
CoreSE - basic of social Engineering tool

Core Social Engineering basic of social Engineering tool. just for fun :) About First of all, I must say that I wrote such a project because of my int

Hamed Mohammadvand 7 Jun 10, 2022
A general-purpose wallet generator, for supported coins only

2gen A general-purpose generator for keys. Designed for all cryptocurrencies supporting the Bitcoin format of keys and addresses. Functions To enable

Vlad Usatii 1 Jan 12, 2022
LeetComp - Background tasks powering the static content at LeetComp

LeetComp Analysing compensations mentioned on the Leetcode forums (https://kuuts

Kumar Utsav 125 Dec 21, 2022
E5自动续期

AutoApi v6.3 (2021-2-18) ———— E5自动续期 AutoApi系列: AutoApi(v1.0) 、 AutoApiSecret(v2.0) 、 AutoApiSR(v3.0) 、 AutoApiS(v4.0) 、 AutoApiP(v5.0) 说明 E5自动续期程序,但是

34 Feb 20, 2021
Python implementation of the ASFLIP advection method

This is a python implementation of the ASFLIP advection method . We would like to hear from you if you appreciate this work.

Raymond Yun Fei 133 Nov 13, 2022
A simple IDA Pro plugin to show all HexRays decompiler comments written by user

XRaysComments A simple IDA Pro plugin to show all HexRays decompiler comments written by user Installation Copy the file xray_comments.py to the plugi

Nox 20 Dec 27, 2022
A repo to record how I prepare my Interview, and really hope it can help you as well. Really appreciate Kieran's help in the pattern's part.

Project Overview The purpose of this repo is to help others to find solutions and explaintion I will commit a solution and explanation to every proble

Vincent Zhenhao ZHAO 1 Nov 29, 2021
Vehicle Identification Speed Detection (VISD) extracts vehicle information like License Plate number, Manufacturer and colour from a video and provides this data in the form of a CSV file

Vehicle Identification Speed Detection (VISD) extracts vehicle information like License Plate number, Manufacturer and colour from a video and provides this data in the form of a CSV file. VISD can a

6 Feb 22, 2022
プレヤフHackUチーム「キャット・タン」が作成したアプリ「illustection」

cat_tongue_illustection プレヤフHackUチーム「キャット・タン」が作成した, プライバシー保護アプリ「illustection」です! デモ動画 https://youtu.be/z3I7LuB_i58 機能 アップロードされた画像をいい感じのイラストやの素材に置き換える(

4 Jul 03, 2021
Excel cell checker with python

excel-cell-checker Description This tool checks a given .xlsx file has the struc

Paul Aumann 1 Jan 04, 2022
A project to empower needy-students.

Happy Project 😊 A project to empower needy-students. Happy Project is a non-profit initiation founded by IT people from Jaffna, Sri Lanka. This is to

1 Mar 14, 2022
A tool for fixing inconsistent timestamp metadata (atime, ctime, and mtime).

Mtime Fixer Mtime Fixer is a tool for fixing inconsistent timestamp metadata (atime, ctime, and mtime). Sometimes timestamp metadata of folders are in

Halit Şimşek 2 Jan 11, 2022
Cairo-bloom - A naive bloom filter implementation in Cairo

🥀 cairo-bloom A naive bloom filter implementation in Cairo. A Bloom filter is a

Sam Barnes 37 Oct 01, 2022
XHacks 2021 Startup Track Winner: Be Heard. Educate, Enact, Empower. No voice left behind. (backend)

Be Heard: X Hacks 2021 Submission Educate, Enact, Empower. No voice left behind. Inspiration To say 2020 was an eventful year would be an understateme

3 Jul 14, 2022
DownTime-Score is a Small project aimed to Monitor the performance and the availabillity of a variety of the Vital and Critical Moroccan Web Portals

DownTime-Score DownTime-Score is a Small project aimed to Monitor the performance and the availabillity of a variety of the Vital and Critical Morocca

adnane-tebbaa 5 Apr 30, 2022
Helps to arrange nodes

Relax brush for nodes, helps to arrange nodes easier.

336 Dec 15, 2022
Cisco IOS-XE Operations Program. Shows operational data using restconf and yang

XE-Ops View operational and config data from devices running Cisco IOS-XE software. NoteS The build folder is the latest build. All other files are fo

18 Jul 23, 2022
This is the accompanying repository for the Bloomberg Global Coal Countdown website.

This is the accompanying repository for the Bloomberg Global Coal Countdown (BGCC) website. Data Sources Dashboard Data Schema and Validation License

7 Jun 01, 2022