-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCITATION.cff
344 lines (343 loc) · 12.9 KB
/
CITATION.cff
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
# This CITATION.cff file was formatted with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: ZARP-cli
message: >-
Please cite this software using the metadata from
'preferred-citation'.
type: software
authors:
- affiliation: 'Biozentrum, University of Basel'
family-names: Kanitz
given-names: Alexander
orcid: 'https://orcid.org/0000-0002-3468-0652'
- affiliation: 'Biozentrum, University of Basel'
family-names: Herrmann
given-names: Christina J.
orcid: 'https://orcid.org/0000-0003-1649-3463'
- affiliation: 'Biozentrum, University of Basel'
family-names: Bąk
given-names: Maciej
orcid: 'https://orcid.org/0000-0003-1361-7301'
- affiliation: 'Biozentrum, University of Basel'
family-names: Katsantoni
given-names: Maria
orcid: 'https://orcid.org/0000-0003-1961-0223'
- affiliation: 'Biozentrum, University of Basel'
family-names: Burri
given-names: Dominik
orcid: 'https://orcid.org/0000-0002-8131-9309'
- affiliation: 'Biozentrum, University of Basel'
family-names: Balajti
given-names: Máté
orcid: 'https://orcid.org/0009-0000-3932-3964'
- affiliation: 'Biozentrum, University of Basel'
family-names: Zavolan
given-names: Mihaela
orcid: 'https://orcid.org/0000-0002-8832-2041'
identifiers:
- type: doi
value: 10.5281/zenodo.10789818
description: >-
Collection of archived snapshots of all versions of
ZARP-cli
- type: doi
value: 10.5281/zenodo.10789819
description: >-
Archived snapshot of version v1.0.0-rc.1 of My
Research Software
repository-code: 'https://github.com/zavolanlab/zarp-cli'
url: 'https://zavolanlab.github.io/zarp-cli/'
abstract: >-
A user-friendly command-line interface for the ZARP
RNA-seq analysis workflow.
keywords:
- bioinformatics
- cli
- command-line-interface
- fair
- high-throughput
- library
- pipeline
- python
- reproducible-research
- rna-seq
- sequencing
- transcriptomics
- workflow
license: Apache-2.0
commit: 4f861767029905ae543d7eb6d9772cae457e3f00
version: v1.0.0-rc.1
date-released: '2024-03-06'
contact:
- address: Spitalstrasse 41
city: Basel
country: CH
email: [email protected]
location: 'Biozentrum, room 08.004'
name: 'Zavolab, Biozentrum, University of Basel'
post-code: 4056
region: Basel-Stadt
website: >-
https://www.biozentrum.unibas.ch/research/research-groups/research-groups-a-z/overview/unit/research-group-mihaela-zavolan
- affiliation: 'Biozentrum, University of Basel'
email: [email protected]
family-names: Kanitz
given-names: Alexander
orcid: 'https://orcid.org/0000-0002-3468-0652'
preferred-citation:
abstract: >-
BACKGROUND: RNA sequencing (RNA-seq) is a widely used technique in many
scientific studies. Given the plethora of models and software packages that
have been developed for processing and analyzing RNA-seq datasets, choosing
the most appropriate ones is a time-consuming process that requires an
in-depth understanding of the data, as well as of the principles and
parameters of each tool. In addition, packages designed for individual tasks
are developed in different programming languages and have dependencies of
various degrees of complexity, which renders their installation and
execution challenging for users with limited computational expertise.
Workflow languages and execution engines with support for virtualization and
encapsulation options such as containers and Conda environments facilitate
these tasks considerably. The resulting computational workflows can then be
reliably shared with the scientific community, enhancing reusability and the
reproducibility of results as individual analysis steps are becoming more
transparent and portable. METHODS: Here we present ZARP, a general purpose
RNA-seq analysis workflow that builds on state-of-the-art software in the
field to facilitate the analysis of RNA-seq datasets. ZARP is developed in
the Snakemake workflow language and can run locally or in a cluster
environment, generating extensive reports not only of the data but also of
the options utilized. It is built using modern technologies with the
ultimate goal to reduce the hands-on time for bioinformaticians and
non-expert users and serve as a template for future workflow development. To
this end, we also provide ZARP-cli, a dedicated command-line interface that
may make running ZARP on an RNA-seq library of interest as easy as executing
a single two-word command. CONCLUSIONS: ZARP is a powerful RNA-seq analysis
workflow that is easy to use even for beginners, built using best software
development practices, available under a permissive Open Source license and
open to contributions by the scientific community.
authors:
- affiliation: 'Biozentrum, University of Basel'
family-names: Katsantoni
given-names: Maria
orcid: 'https://orcid.org/0000-0003-1961-0223'
- affiliation: 'Biozentrum, University of Basel'
family-names: Gypas
given-names: Foivos
orcid: 'https://orcid.org/0000-0002-7233-8794'
- affiliation: 'Biozentrum, University of Basel'
family-names: Herrmann
given-names: Christina J.
orcid: 'https://orcid.org/0000-0003-1649-3463'
- affiliation: 'Biozentrum, University of Basel'
family-names: Burri
given-names: Dominik
orcid: 'https://orcid.org/0000-0002-8131-9309'
- affiliation: 'Biozentrum, University of Basel'
family-names: Bąk
given-names: Maciej
orcid: 'https://orcid.org/0000-0003-1361-7301'
- affiliation: 'Biozentrum, University of Basel'
family-names: Iborra
given-names: Paula
orcid: 'https://orcid.org/0000-0003-0504-3029'
- affiliation: 'Biozentrum, University of Basel'
family-names: Agarwal
given-names: Krish
orcid: 'https://orcid.org/0000-0001-6809-5024'
- affiliation: 'Biozentrum, University of Basel'
family-names: Ataman
given-names: Meriç
orcid: 'https://orcid.org/0000-0002-7942-9226'
- affiliation: 'Biozentrum, University of Basel'
family-names: Balajti
given-names: Máté
orcid: 'https://orcid.org/0009-0000-3932-3964'
- affiliation: 'Biozentrum, University of Basel'
family-names: Pozzan
given-names: Noè
orcid: 'https://orcid.org/0009-0007-0466-8269'
- affiliation: 'Biozentrum, University of Basel'
family-names: Schlusser
given-names: Niels
orcid: 'https://orcid.org/0000-0002-3534-2153'
- affiliation: 'Biozentrum, University of Basel'
family-names: Moon
given-names: Youngbin
orcid: 'https://orcid.org/0009-0001-5728-3959'
- affiliation: 'Biozentrum, University of Basel'
family-names: Mironov
given-names: Aleksei
orcid: 'https://orcid.org/0000-0003-4228-7022'
- affiliation: 'Biozentrum, University of Basel'
family-names: Börsch
given-names: Anastasiya
orcid: 'https://orcid.org/0000-0003-3392-5272'
- affiliation: 'Biozentrum, University of Basel'
family-names: Zavolan
given-names: Mihaela
orcid: 'https://orcid.org/0000-0002-8832-2041'
- affiliation: 'Biozentrum, University of Basel'
country: CH
family-names: Kanitz
given-names: Alexander
orcid: 'https://orcid.org/0000-0002-3468-0652'
contact:
- address: Spitalstrasse 41
city: Basel
country: CH
email: [email protected]
location: 'Biozentrum, room 08.004'
name: 'Zavolab, Biozentrum, University of Basel'
post-code: 4056
region: Basel-Stadt
website: >-
https://www.biozentrum.unibas.ch/research/research-groups/research-groups-a-z/overview/unit/research-group-mihaela-zavolan
- affiliation: 'Biozentrum, University of Basel'
email: [email protected]
family-names: Kanitz
given-names: Alexander
orcid: 'https://orcid.org/0000-0002-3468-0652'
- affiliation: 'Biozentrum, University of Basel'
email: [email protected]
family-names: Zavolan
given-names: Mihaela
orcid: 'https://orcid.org/0000-0002-8832-2041'
copyright: © 2024 Katsantoni M et al.
date-published: '2024-05-24'
department: Biozentrum
doi: 10.12688/f1000research.149237.1
institution:
name: University of Basel
issn: 2046-1402
journal: F1000Research
keywords:
- bioinformatics
- computational workflow
- data analysis
- high-throughput
- reproducibility
- RNA-seq
- transcriptomics
- usability
languages:
- en
license: CC-BY-4.0
month: 5
notes: Article describing the ZARP workflow and its command-line interface ZARP-cli.
number: 533
publisher:
name: F1000 Research Ltd
status: preprint
title: 'ZARP: A user-friendly and versatile RNA-seq analysis workflow'
type: article
url: 'https://f1000research.com/articles/13-533/v1'
version: 1
volume: 13
year: 2024
references:
- authors:
- name: genomepy team
doi: 10.5281/zenodo.1010458
license: MIT
repository-code: 'https://github.com/vanheeringen-lab/genomepy'
title: genomepy
type: software
url: 'https://vanheeringen-lab.github.io/genomepy/'
- authors:
- affiliation: 'Biozentrum, University of Basel'
family-names: Kanitz
given-names: Alexander
orcid: 'https://orcid.org/0000-0002-3468-0652'
- affiliation: 'Biozentrum, University of Basel'
family-names: Balajti
given-names: Máté
orcid: 'https://orcid.org/0009-0000-3932-3964'
- affiliation: 'Biozentrum, University of Basel'
family-names: Kandari
given-names: Rohan
- affiliation: 'Institute of Computer Science, Masaryk University'
family-names: Jurič
given-names: Boris
- affiliation: 'Biozentrum, University of Basel'
family-names: Herrmann
given-names: Christina J.
orcid: 'https://orcid.org/0000-0003-1649-3463'
- affiliation: 'Biozentrum, University of Basel'
family-names: How
given-names: Hiap Chon
- affiliation: 'Biozentrum, University of Basel'
family-names: Bąk
given-names: Maciej
orcid: 'https://orcid.org/0000-0003-1361-7301'
license: Apache-2.0
repository-code: 'https://github.com/zavolanlab/htsinfer'
title: HTSinfer
type: software
- authors:
- name: Snakemake team
license: MIT
repository-code: 'https://github.com/snakemake/snakemake'
title: Snakemake
type: software
url: 'https://snakemake.github.io/'
- authors:
- name: SRA Tools team
license-url: >-
https://github.com/ncbi/sra-tools/blob/0cf634c2fb641cd55c6bff987c95ac669273eea9/LICENSE
repository-code: 'https://github.com/ncbi/sra-tools'
title: SRA Tools
type: software
- authors:
- affiliation: 'Biozentrum, University of Basel'
family-names: Katsantoni
given-names: Maria
orcid: 'https://orcid.org/0000-0003-1961-0223'
- affiliation: 'Biozentrum, University of Basel'
family-names: Kanitz
given-names: Alexander
orcid: 'https://orcid.org/0000-0002-3468-0652'
- affiliation: 'Biozentrum, University of Basel'
family-names: Herrmann
given-names: Christina J.
orcid: 'https://orcid.org/0000-0003-1649-3463'
- affiliation: 'Biozentrum, University of Basel'
family-names: Burri
given-names: Dominik
orcid: 'https://orcid.org/0000-0002-8131-9309'
- affiliation: 'Biozentrum, University of Basel'
family-names: Gypas
given-names: Foivos
orcid: 'https://orcid.org/0000-0002-7233-8794'
- affiliation: 'Biozentrum, University of Basel'
family-names: Bąk
given-names: Maciej
orcid: 'https://orcid.org/0000-0003-1361-7301'
- affiliation: 'Biozentrum, University of Basel'
family-names: Balajti
given-names: Máté
orcid: 'https://orcid.org/0009-0000-3932-3964'
- affiliation: 'Biozentrum, University of Basel'
family-names: Pozzan
given-names: Noè
orcid: 'https://orcid.org/0009-0007-0466-8269'
- affiliation: 'Biozentrum, University of Basel'
family-names: Ataman
given-names: Meriç
orcid: 'https://orcid.org/0000-0002-7942-9226'
- affiliation: 'Biozentrum, University of Basel'
family-names: Zavolan
given-names: Mihaela
orcid: 'https://orcid.org/0000-0002-8832-2041'
- affiliation: 'Biozentrum, University of Basel'
family-names: Schlusser
given-names: Niels
orcid: 'https://orcid.org/0000-0002-3534-2153'
- affiliation: 'Biozentrum, University of Basel'
family-names: Mironov
given-names: Aleksei
orcid: 'https://orcid.org/0000-0003-4228-7022'
license: Apache-2.0
repository-code: 'https://github.com/zavolanlab/htsinfer'
title: ZARP
type: software
url: 'https://zavolanlab.github.io/zarp/'