-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 911 Bytes
/
package.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
{
"name": "emc2cube-bioinformatics",
"version": "2.1.2",
"description": "Set of high throughput sequencing analysis scripts to quickly generate and queue jobs on SLURM-based HPC clusters",
"repository": {
"type": "git",
"url": "git+https://github.com/emc2cube/Bioinformatics.git"
},
"keywords": [
"NGS",
"Next Generation Sequencing",
"SLURM",
"HPC",
"pipeline",
"WES",
"Whole Exome Sequencing",
"RNAseq",
"RNA Sequencing",
"CRISPR",
"CRISPR screens"
],
"author": {
"name": "Julien Couthouis",
"url": "https://www.linkedin.com/in/jcouthouis/"
},
"contributors": [
{
"name": "Rosa Ma",
"url": "https://www.linkedin.com/in/rosaxma/"
}
],
"license": "EUPL-1.2+",
"bugs": {
"url": "https://github.com/emc2cube/Bioinformatics/issues"
},
"homepage": "https://github.com/emc2cube/Bioinformatics#readme"
}