-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugins.json
119 lines (119 loc) · 3.9 KB
/
plugins.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[{
"id": "nft-fasta",
"latest": "1.0.0",
"url": "https://github.com/askimed/nft-fasta",
"github": "askimed/nft-fasta",
"description": "Provides support for FASTA files.",
"author": "Lukas Forer",
"keywords": [],
"releases": [{
"version": "1.0.0",
"url": "https://github.com/askimed/nft-fasta/releases/download/v1.0.0/nft-fasta-1.0.0.jar"
}]
},{
"id": "nft-vcf",
"latest": "1.0.7",
"url": "https://github.com/seppinho/nft-vcf",
"github": "seppinho/nft-vcf",
"description": "Provides support for VCF files.",
"author": "Sebastian Schönherr",
"keywords": [],
"releases": [{
"version": "1.0.2",
"url": "https://github.com/seppinho/nft-vcf/releases/download/v1.0.2/nft-vcf-1.0.2-jar-with-dependencies.jar"
},{
"version": "1.0.4",
"url": "https://github.com/seppinho/nft-vcf/releases/download/v1.0.4/nft-vcf-1.0.4.jar"
},{
"version": "1.0.5",
"url": "https://github.com/seppinho/nft-vcf/releases/download/v1.0.5/nft-vcf-1.0.5.jar"
},{
"version": "1.0.6",
"url": "https://github.com/seppinho/nft-vcf/releases/download/v1.0.6/nft-vcf-1.0.6.jar"
},{
"version": "1.0.7",
"url": "https://github.com/seppinho/nft-vcf/releases/download/v1.0.7/nft-vcf-1.0.7.jar"
}]
},{
"id": "nft-bam",
"latest": "0.5.0",
"url": "https://nvnieuwk.github.io/nft-bam",
"github": "nvnieuwk/nft-bam",
"description": "Provides some helper functionality for handling SAM/BAM/CRAM files during tests",
"author": "Nicolas Vannieuwkerke",
"keywords": [],
"releases": [{
"version": "0.1.0",
"url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.1.0/nft-bam-0.1.0.jar"
},{
"version": "0.1.1",
"url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.1.1/nft-bam-0.1.1.jar"
},{
"version": "0.2.0",
"url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.2.0/nft-bam-0.2.0.jar"
},{
"version": "0.3.0",
"url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.3.0/nft-bam-0.3.0.jar"
},{
"version": "0.4.0",
"url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.4.0/nft-bam-0.4.0.jar"
},{
"version": "0.5.0",
"url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.5.0/nft-bam-0.5.0.jar"
}]
},{
"id": "nft-compress",
"latest": "0.1.0",
"url": "https://github.com/lukfor/nft-compress",
"github": "lukfor/nft-compress",
"description": "Provides support for ZIP files.",
"author": "Lukas Forer",
"keywords": [],
"releases": [{
"version": "0.1.0",
"url": "https://github.com/lukfor/nft-compress/releases/download/0.1.0/nft-compress-0.1.0.jar"
}]
},{
"id": "nft-csv",
"latest": "0.1.0",
"url": "https://github.com/lukfor/nft-csv",
"github": "lukfor/nft-csv",
"description": "Provides support for CSV files.",
"author": "Lukas Forer",
"keywords": [],
"releases": [{
"version": "0.1.0",
"url": "https://github.com/lukfor/nft-csv/releases/download/0.1.0/nft-csv-0.1.0.jar"
}]
},{
"id": "nft-utils",
"latest": "0.0.3",
"url": "https://github.com/nf-core/nft-utils",
"github": "nf-core/nft-utils",
"description": "nf-test utility functions for Nextflow pipelines.",
"author": "nf-core",
"keywords": [],
"releases": [{
"version": "0.0.1",
"url": "https://github.com/nf-core/nft-utils/releases/download/0.0.1/nft-utils-0.0.1.jar"
},{
"version": "0.0.2",
"url": "https://github.com/nf-core/nft-utils/releases/download/0.0.2/nft-utils-0.0.2.jar"
},{
"version": "0.0.3",
"url": "https://github.com/nf-core/nft-utils/releases/download/0.0.3/nft-utils-0.0.3.jar"
}]
},{
"id": "nft-fastq",
"latest": "0.0.1",
"url": "https://github.com/lukfor/nft-fastq",
"github": "lukfor/nft-fastq",
"description": "Provides support for FASTQ files.",
"author": "Lukas Forer",
"keywords": [],
"releases": [{
"version": "0.0.1",
"url": "https://github.com/lukfor/nft-fastq/releases/download/v0.0.1/nft-fastq-0.0.1-all.jar"
}]
}
]