forked from jfy133/bingo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nf-core_sample_schema.json
48 lines (48 loc) · 2.44 KB
/
nf-core_sample_schema.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
{
"games" : {
"nf-core-hackathon" : {
"instructions" : "Once you get a bingo, 1) add yourself to the leaderboard with: `name (Github handle)`. Then 2) shout on slack channel #hackathon-march-2021 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"
],
"size" : 5
}
}
}