forked from cordeliadillon/bingo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnf-core-bingo.json
60 lines (60 loc) · 3.29 KB
/
nf-core-bingo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"games" : {
"nf-core-hackathon" : {
"instructions" : "Once you get a bingo, 1) add yourself to the leaderboard with: `name (Github handle)`. Then 2) shout on the event's slack channel with a screenshot of your board, for a chance to 'win'!",
"lexicon" : [
"👶 Interruption from child",
"⛪ Harshil Patel preaches the benefits of DSL2",
"🇮🇹 Someone says you have to ask Paolo",
"📑 Someone complains about Nextflow docs missing something",
"🗣 Someone forgets to mute themselves",
"🔇 Someone forgets they are muted",
"❌ Someone accidentally opens a PR into Master",
"🐈 Cat/child on someone's keyboard",
"🔁 nf-core template release sync fails immediately",
"🔔 Slack notification goes off when talking",
"🖥️ Nextflow is mentioned",
"⚖ Someone mentions RNASeq as an example",
"🏔 Someone mentions Sarek as an example",
"😶 Awkward silence",
"🔫 Alex 'trigger-happy' Peltzer merges something early",
"⌚ Someone misses something because of daylight-savings/timezone fail",
"📔 Someone mentions documentation as an afterthought",
"🧦 Socks are mentioned",
"⚠️ Markdown lint fail",
"🤑 Phil mentions how much he loves the Rich python package",
"📦 Singularity/docker/conda etc. 'failed to pull' error",
"⋈ Someone mentions that we don't talk about `bowtie_build`",
"🎧 Discussion about a song on the nf-core hackathon playlist",
"🍺 Beer-o-clock is mentioned",
"📊 MultiQC is mentioned",
"↩️ A question gets referred to a pipeline-specific slack channel",
"❓ A review request is made on #request-review",
"🐍 Snakemake is mentioned",
"📺 Someone writes in the wrong hackathon channel",
"🧵 Someone refers to a lost discussion thread",
"📦'Conda is not recommend, you should really use containers'",
"🐍 Conda environment not resolving",
"🔥Github goes down during hackathon",
"🐛 New bug found in nf-core/tools",
"😱 nf-core release a new version tools just before the hackathon",
"🍬 Harshil says 🍬",
"⚒️ Someone says they can't paste a tools traceback on slack because it's too long",
"🤦🏾 Someone forgets to update the CHANGELOG",
"🔥 Docker/quay.io goes down!",
"🔥🔥🔥 EVERY SERVICE GOES DOWN",
"👀 nf-core/tools release DURING a hackathon",
"🐛 The classic `AttributeError: 'str' object has no attribute 'message'` python error appears",
"🪟 Wrong window or screen shared during video call",
"📛 Someone apologises for not pronouncing someone's name correctly",
"⌨ Someone makes a typo in writing 'nf-core'",
"📈 Phil mentions the nf-co.re website's stats page is his favourite",
"👶 Someone says 'it should be easy' or 'we should get this done in no time'. And it wasn't.",
"🥐 Maxime G. reminds people to eat/drink and/or move around",
"⌚ Someone asks 'when will XYZ be working/avaliable?'",
"🗼 AWS troubles results in 'Rike suggesting tower forge"
],
"size" : 5
}
}
}