-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy path.dockstore.yml
613 lines (612 loc) · 17.7 KB
/
.dockstore.yml
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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
version: 1.2
tools:
# bamtools
- subclass: CWL
primaryDescriptorPath: /bamtools/bamtools_stats.cwl
name: bamtools_stats
publish: true
testParameterFiles:
- /bamtools/tests/bamtools_stats_t1.json
# bandage
- subclass: CWL
primaryDescriptorPath: /bandage/bandage-image.cwl
name: bandage-image
publish: true
- subclass: CWL
primaryDescriptorPath: /bandage/bandage-info.cwl
name: bandage-info
publish: true
# bash
- subclass: CWL
primaryDescriptorPath: /bash/Gunzip.cwl
name: Gunzip
publish: true
- subclass: CWL
primaryDescriptorPath: /bash/bedgraph_sort.cwl
name: bedgraph_sort
publish: true
- subclass: CWL
primaryDescriptorPath: /bash/custom_bash.cwl
name: custom_bash
publish: true
testParameterFiles:
- /bash/tests/custom_bash_t1.json
- /bash/tests/custom_bash_t2.json
- /bash/tests/custom_bash_t3.json
- /bash/tests/custom_bash_t4.json
- /bash/tests/custom_bash_t5.json
- subclass: CWL
primaryDescriptorPath: /bash/extract_fastq.cwl
name: extract_fastq
publish: true
testParameterFiles:
- /bash/tests/extract_fastq_t1.json
- /bash/tests/extract_fastq_t2.json
- /bash/tests/extract_fastq_t3.json
- /bash/tests/extract_fastq_t4.json
# bedtools
- subclass: CWL
primaryDescriptorPath: /bedtools/bedtools_bamtobed_1.cwl
name: bedtools_bamtobed_1
publish: true
- subclass: CWL
primaryDescriptorPath: /bedtools/bedtools_bamtobed_2.cwl
name: bedtools_bamtobed_2
publish: true
testParameterFiles:
- /bedtools/tests/bedtools_bamtobed_2_t1.json
- /bedtools/tests/bedtools_bamtobed_2_t2.json
- subclass: CWL
primaryDescriptorPath: /bedtools/bedtools_bedtobam.cwl
name: bedtools_bedtobam
publish: true
- subclass: CWL
primaryDescriptorPath: /bedtools/bedtools_genomecov.cwl
name: bedtools_genomecov
publish: true
testParameterFiles:
- /bedtools/tests/bedtools_genomecov_t1.json
- /bedtools/tests/bedtools_genomecov_t2.json
- /bedtools/tests/bedtools_genomecov_t3.json
- /bedtools/tests/bedtools_genomecov_t4.json
- /bedtools/tests/bedtools_genomecov_t5.json
- subclass: CWL
primaryDescriptorPath: /bedtools/bedtools_genomecov_bed2bedgraph.cwl
name: bedtools_genomecov_bed2bedgraph
publish: true
- subclass: CWL
primaryDescriptorPath: /bedtools/bedtools_getfasta.cwl
name: bedtools_getfasta
publish: true
testParameterFiles:
- /bedtools/tests/bedtools_getfasta_t1.json
- /bedtools/tests/bedtools_getfasta_t2.json
- subclass: CWL
primaryDescriptorPath: /bedtools/bedtools_intersect.cwl
name: bedtools_intersect
publish: true
testParameterFiles:
- /bedtools/tests/bedtools_intersect_t1.json
- /bedtools/tests/bedtools_intersect_t2.json
- /bedtools/tests/bedtools_intersect_t3.json
- subclass: CWL
primaryDescriptorPath: /bedtools/bedtools_merge.cwl
name: bedtools_merge
publish: true
testParameterFiles:
- /bedtools/tests/bedtools_merge_t1.json
- /bedtools/tests/bedtools_merge_t2.json
- subclass: CWL
primaryDescriptorPath: /bedtools/bedtools_slop_clip_to_chrom_boundaries.cwl
name: bedtools_slop_clip_to_chrom_boundaries
publish: true
# bismark
- subclass: CWL
primaryDescriptorPath: /bismark/bismark_align.cwl
name: bismark_align
publish: true
testParameterFiles:
- /bismark/tests/bismark_align_t1.json
- subclass: CWL
primaryDescriptorPath: /bismark/bismark_extract_methylation.cwl
name: bismark_extract_methylation
publish: true
testParameterFiles:
- /bismark/tests/bismark_extract_methylation_t1.json
- /bismark/tests/bismark_methylation_se_t1.json
- subclass: CWL
primaryDescriptorPath: /bismark/bismark_prepare_genome.cwl
name: bismark_prepare_genome
publish: true
testParameterFiles:
- /bismark/tests/bismark_prepare_genome_t1.json
- subclass: CWL
primaryDescriptorPath: /bismark/bismark_report.cwl
name: bismark_report
publish: true
testParameterFiles:
- /bismark/tests/bismark_report_t1.json
# bowtie
- subclass: CWL
primaryDescriptorPath: /bowtie/bowtie_align.cwl
name: bowtie_align
publish: true
testParameterFiles:
- /bowtie/tests/bowtie_align_t1.json
- /bowtie/tests/bowtie_align_t2.json
- /bowtie/tests/bowtie_align_t3.json
- /bowtie/tests/bowtie_align_t4.json
- /bowtie/tests/bowtie_align_t5.json
- /bowtie/tests/bowtie_align_t6.json
- /bowtie/tests/bowtie_align_t7.json
- /bowtie/tests/bowtie_align_t8.json
- /bowtie/tests/bowtie_align_t9.json
- subclass: CWL
primaryDescriptorPath: /bowtie/bowtie_build.cwl
name: bowtie_build
publish: true
testParameterFiles:
- /bowtie/tests/bowtie_build_t1.json
# bowtie2
- subclass: CWL
primaryDescriptorPath: /bowtie2/bowtie2.cwl
name: bowtie2
publish: true
- subclass: CWL
primaryDescriptorPath: /bowtie2/bowtie2_align.cwl
name: bowtie2_align
publish: true
- subclass: CWL
primaryDescriptorPath: /bowtie2/bowtie2_build.cwl
name: bowtie2_build
publish: true
# bwa
- subclass: CWL
primaryDescriptorPath: /bwa/BWA-Index.cwl
name: BWA-Index
publish: true
- subclass: CWL
primaryDescriptorPath: /bwa/BWA-Mem.cwl
name: BWA-Mem
publish: true
# bzip2
- subclass: CWL
primaryDescriptorPath: /bzip2/bzip2_compress.cwl
name: bzip2_compress
publish: true
testParameterFiles:
- /bzip2/tests/bzip2_compress_t1.json
# crossmap
- subclass: CWL
primaryDescriptorPath: /crossmap/crossmap.cwl
name: crossmap
publish: true
testParameterFiles:
- /crossmap/tests/crossmap-t1.json
- /crossmap/tests/crossmap-t2.json
- /crossmap/tests/crossmap-t3.json
- /crossmap/tests/crossmap-t4.json
- /crossmap/tests/crossmap-t5.json
- /crossmap/tests/crossmap-t6.json
# cutadapt
- subclass: CWL
primaryDescriptorPath: /cutadapt/cutadapt-paired.cwl
name: cutadapt-paired
publish: true
# deeptools
- subclass: CWL
primaryDescriptorPath: /deeptools/deeptools_alignmentsieve.cwl
name: deeptools_alignmentsieve
publish: true
testParameterFiles:
- /deeptools/tests/deeptools_alignmentsieve_t1.json
- /deeptools/tests/deeptools_alignmentsieve_t2.json
- subclass: CWL
primaryDescriptorPath: /deeptools/deeptools_bamCoverage.cwl
name: deeptools_bamCoverage
publish: true
- subclass: CWL
primaryDescriptorPath: /deeptools/deeptools_plotCoverage.cwl
name: deeptools_plotCoverage
publish: true
- subclass: CWL
primaryDescriptorPath: /deeptools/deeptools_plotFingerprint.cwl
name: deeptools_plotFingerprint
publish: true
# deseq
- subclass: CWL
primaryDescriptorPath: /deseq/deseq_advanced.cwl
name: deseq_advanced
publish: true
testParameterFiles:
- /deseq/tests/deseq_advanced_t1.json
- /deseq/tests/deseq_advanced_t2.json
- /deseq/tests/deseq_advanced_t3.json
- /deseq/tests/deseq_advanced_t4.json
- /deseq/tests/deseq_advanced_t5.json
- /deseq/tests/deseq_advanced_t6.json
# fastp
- subclass: CWL
primaryDescriptorPath: /fastp/fastp.cwl
name: fastp
publish: true
# fastqc
- subclass: CWL
primaryDescriptorPath: /fastqc/fastqc_1.cwl
name: fastqc_1
publish: true
- subclass: CWL
primaryDescriptorPath: /fastqc/fastqc_2.cwl
name: fastqc_2
publish: true
testParameterFiles:
- /fastqc/tests/fastqc_2_t1.json
- /fastqc/tests/fastqc_2_t2.json
- /fastqc/tests/fastqc_2_t3.json
# fastx_toolkit
- subclass: CWL
primaryDescriptorPath: /fastx_toolkit/fastx_quality_stats.cwl
name: fastx_quality_stats
publish: true
testParameterFiles:
- /fastx_toolkit/tests/fastx_quality_stats_t1.json
- /fastx_toolkit/tests/fastx_quality_stats_t2.json
# GATK
- subclass: CWL
primaryDescriptorPath: /GATK/GATK-ApplyBQSR.cwl
name: GATK-ApplyBQSR
publish: true
- subclass: CWL
primaryDescriptorPath: /GATK/GATK-BaseRecalibrator.cwl
name: GATK-BaseRecalibrator
publish: true
- subclass: CWL
primaryDescriptorPath: /GATK/GATK-CNNScoreVariants.cwl
name: GATK-CNNScoreVariants
publish: true
- subclass: CWL
primaryDescriptorPath: /GATK/GATK-FilterMutectCalls.cwl
name: GATK-FilterMutectCalls
publish: true
- subclass: CWL
primaryDescriptorPath: /GATK/GATK-FilterVariantTranches.cwl
name: GATK-FilterVariantTranches
publish: true
- subclass: CWL
primaryDescriptorPath: /GATK/GATK-FixMateInformation.cwl
name: GATK-FixMateInformation
publish: true
- subclass: CWL
primaryDescriptorPath: /GATK/GATK-HaplotypeCaller.cwl
name: GATK-HaplotypeCaller
publish: true
- subclass: CWL
primaryDescriptorPath: /GATK/GATK-MarkDuplicates.cwl
name: GATK-MarkDuplicates
publish: true
- subclass: CWL
primaryDescriptorPath: /GATK/GATK-SelectVariants.cwl
name: GATK-SelectVariants
publish: true
- subclass: CWL
primaryDescriptorPath: /GATK/GATK-SplitNCigarReads.cwl
name: GATK-SplitNCigarReads
publish: true
- subclass: CWL
primaryDescriptorPath: /GATK/GATK-VariantFiltration.cwl
name: GATK-VariantFiltration
publish: true
# graph-genome-segmentation
- subclass: CWL
primaryDescriptorPath: /graph-genome-segmentation/component_segmentation.cwl
name: component_segmentation
publish: true
# hal
- subclass: CWL
primaryDescriptorPath: /hal/halliftover.cwl
name: halliftover
publish: true
testParameterFiles:
- /hal/tests/halliftover-1.json
- /hal/tests/halliftover-2.json
# homer
- subclass: CWL
primaryDescriptorPath: /homer/homer-annotate-peaks-hist.cwl
name: homer-annotate-peaks-hist
publish: true
testParameterFiles:
- /homer/tests/homer-annotate-peaks-hist-1.json
- /homer/tests/homer-annotate-peaks-hist-2.json
- /homer/tests/homer-annotate-peaks-hist-3.json
- subclass: CWL
primaryDescriptorPath: /homer/homer-make-metagene-profile.cwl
name: homer-make-metagene-profile
publish: true
- subclass: CWL
primaryDescriptorPath: /homer/homer-make-tag-directory.cwl
name: homer-make-tag-directory
publish: true
testParameterFiles:
- /homer/tests/homer-make-tag-directory-1.json
- /homer/tests/homer-make-tag-directory-2.json
- /homer/tests/homer-make-tag-directory-3.json
- /homer/tests/homer-make-tag-directory-4.json
- /homer/tests/homer-make-tag-directory-5.json
- /homer/tests/homer-make-tag-directory-6.json
- /homer/tests/homer-make-tag-directory-7.json
# hopach
- subclass: CWL
primaryDescriptorPath: /hopach/hopach.cwl
name: hopach
publish: true
testParameterFiles:
- /hopach/tests/hopach-1.json
- /hopach/tests/hopach-2.json
- /hopach/tests/hopach-3.json
- /hopach/tests/hopach-4.json
# ivar
- subclass: CWL
primaryDescriptorPath: /ivar/ivar_trim.cwl
name: ivar_trim
publish: true
testParameterFiles:
- /ivar/tests/ivar_trim_t1.json
# Kallisto
- subclass: CWL
primaryDescriptorPath: /Kallisto/Kallisto-Index.cwl
name: Kallisto-Index
publish: true
- subclass: CWL
primaryDescriptorPath: /Kallisto/Kallisto-Quant.cwl
name: Kallisto-Quant
publish: true
# kraken2
- subclass: CWL
primaryDescriptorPath: /kraken2/kraken2.cwl
name: kraken2
publish: true
testParameterFiles:
- /kraken2/tests/kraken2-t1.json
- /kraken2/tests/kraken2-t2.json
- /kraken2/tests/kraken2-t3.json
# Lancet
- subclass: CWL
primaryDescriptorPath: /Lancet/Lancet.cwl
name: Lancet
publish: true
# lofreq
- subclass: CWL
primaryDescriptorPath: /lofreq/lofreq_call.cwl
name: lofreq_call
publish: true
- subclass: CWL
primaryDescriptorPath: /lofreq/lofreq_viterbi.cwl
name: lofreq_viterbi
publish: true
# mafft
- subclass: CWL
primaryDescriptorPath: /mafft/mafft.cwl
name: mafft
publish: true
testParameterFiles:
- /mafft/tests/mafft_test1.yml
# manorm
- subclass: CWL
primaryDescriptorPath: /manorm/manorm.cwl
name: manorm
publish: true
# mashmap
- subclass: CWL
primaryDescriptorPath: /mashmap/MashMap.cwl
name: MashMap
publish: true
# minimap2
- subclass: CWL
primaryDescriptorPath: /minimap2/minimap2_paf.cwl
name: minimap2_paf
publish: true
- subclass: CWL
primaryDescriptorPath: /minimap2/minimap2_sam.cwl
name: minimap2_sam
publish: true
# multiqc
- subclass: CWL
primaryDescriptorPath: /multiqc/multiqc.cwl
name: multiqc
publish: true
# nanoplot
- subclass: CWL
primaryDescriptorPath: /nanoplot/nanoplot.cwl
name: nanoplot
publish: true
# nextclade
- subclass: CWL
primaryDescriptorPath: /nextclade/nextclade.cwl
name: nextclade
publish: true
testParameterFiles:
- /nextclade/tests/nextclade_t1.yml
# nucleoatac
- subclass: CWL
primaryDescriptorPath: /nucleoatac/nucleoatac.cwl
name: nucleoatac
publish: true
# odgi
- subclass: CWL
primaryDescriptorPath: /odgi/odgi_bin.cwl
name: odgi_bin
publish: true
- subclass: CWL
primaryDescriptorPath: /odgi/odgi_build.cwl
name: odgi_build
publish: true
- subclass: CWL
primaryDescriptorPath: /odgi/odgi_pathindex.cwl
name: odgi_pathindex
publish: true
- subclass: CWL
primaryDescriptorPath: /odgi/odgi_sort.cwl
name: odgi_sort
publish: true
- subclass: CWL
primaryDescriptorPath: /odgi/odgi_viz.cwl
name: odgi_viz
publish: true
# pca
- subclass: CWL
primaryDescriptorPath: /pca/pca.cwl
name: pca
publish: true
testParameterFiles:
- /pca/tests/pca_t1.json
# phantompeakqualtools
- subclass: CWL
primaryDescriptorPath: /phantompeakqualtools/phantompeakqualtools.cwl
name: phantompeakqualtools
publish: true
# picard
- subclass: CWL
primaryDescriptorPath: /picard/picard_AddOrReplaceReadGroups.cwl
name: picard_AddOrReplaceReadGroups
publish: true
- subclass: CWL
primaryDescriptorPath: /picard/picard_CreateSequenceDictionary.cwl
name: picard_CreateSequenceDictionary
publish: true
- subclass: CWL
primaryDescriptorPath: /picard/picard_MarkDuplicates.cwl
name: picard_MarkDuplicates
publish: true
- subclass: CWL
primaryDescriptorPath: /picard/picard_SortSam.cwl
name: picard_SortSam
publish: true
# Pizzly
- subclass: CWL
primaryDescriptorPath: /Pizzly/Pizzly.cwl
name: Pizzly
publish: true
# preseq
- subclass: CWL
primaryDescriptorPath: /preseq/preseq_lc_extrap.cwl
name: preseq_lc_extrap
publish: true
testParameterFiles:
- /preseq/tests/preseq-lc-extrap-t1.json
- /preseq/tests/preseq-lc-extrap-t2.json
- /preseq/tests/preseq-lc-extrap-t3.json
- /preseq/tests/preseq-lc-extrap-t4.json
# qualimap
- subclass: CWL
primaryDescriptorPath: /qualimap/qualimap_rnaseq.cwl
name: qualimap_rnaseq
publish: true
# samtools
- subclass: CWL
primaryDescriptorPath: /samtools/samtools_faidx.cwl
name: samtools_faidx
publish: true
- subclass: CWL
primaryDescriptorPath: /samtools/samtools_fastq.cwl
name: samtools_fastq
publish: true
- subclass: CWL
primaryDescriptorPath: /samtools/samtools_index.cwl
name: samtools_index
publish: true
- subclass: CWL
primaryDescriptorPath: /samtools/samtools_merge.cwl
name: samtools_merge
publish: true
- subclass: CWL
primaryDescriptorPath: /samtools/samtools_sort.cwl
name: samtools_sort
publish: true
- subclass: CWL
primaryDescriptorPath: /samtools/samtools_stats.cwl
name: samtools_stats
publish: true
- subclass: CWL
primaryDescriptorPath: /samtools/samtools_view_count_alignments.cwl
name: samtools_view_count_alignments
publish: true
- subclass: CWL
primaryDescriptorPath: /samtools/samtools_view_filter.cwl
name: samtools_view_filter
publish: true
- subclass: CWL
primaryDescriptorPath: /samtools/samtools_view_sam2bam.cwl
name: samtools_view_sam2bam
publish: true
# seqkit
- subclass: CWL
primaryDescriptorPath: /seqkit/seqkit_rmdup.cwl
name: seqkit_rmdup
publish: true
# spades
- subclass: CWL
primaryDescriptorPath: /spades/spades.cwl
name: spades
publish: true
# sratoolkit
- subclass: CWL
primaryDescriptorPath: /sratoolkit/fastq_dump.cwl
name: fastq_dump
publish: true
testParameterFiles:
- /sratoolkit/tests/fastq_dump_t1.json
- /sratoolkit/tests/fastq_dump_t2.json
- /sratoolkit/tests/fastq_dump_t3.json
- /sratoolkit/tests/fastq_dump_t4.json
- /sratoolkit/tests/fastq_dump_t5.json
- subclass: CWL
primaryDescriptorPath: /sratoolkit/prefetch.cwl
name: prefetch
publish: true
# STAR
- subclass: CWL
primaryDescriptorPath: /STAR/STAR-Align.cwl
name: STAR-Align
publish: true
- subclass: CWL
primaryDescriptorPath: /STAR/STAR-Index.cwl
name: STAR-Index
publish: true
# subread
- subclass: CWL
primaryDescriptorPath: /subread/featureCounts.cwl
name: featureCounts
publish: true
# trim_galore
- subclass: CWL
primaryDescriptorPath: /trim_galore/trim_galore.cwl
name: trim_galore
publish: true
# unicycler
- subclass: CWL
primaryDescriptorPath: /unicycler/unicycler.cwl
name: unicycler
publish: true
# util
- subclass: CWL
primaryDescriptorPath: /util/awk.cwl
name: awk
publish: true
testParameterFiles:
- /util/tests/awk_test1.yml
- subclass: CWL
primaryDescriptorPath: /util/grep.cwl
name: grep
publish: true
testParameterFiles:
- /util/tests/grep_test1.yml
- subclass: CWL
primaryDescriptorPath: /util/rename.cwl
name: rename
publish: true
workflows:
# sratoolkit
- subclass: CWL
primaryDescriptorPath: /sratoolkit/prefetch_fastq.cwl
name: prefetch_fastq
publish: true