|
1 | 1 | name: gatk4spark_applybqsr |
2 | 2 | description: Apply base quality score recalibration (BQSR) to a bam file |
3 | 3 | keywords: |
4 | | - - bam |
5 | | - - base quality score recalibration |
6 | | - - bqsr |
7 | | - - cram |
8 | | - - gatk4spark |
| 4 | +- bam |
| 5 | +- base quality score recalibration |
| 6 | +- bqsr |
| 7 | +- cram |
| 8 | +- gatk4spark |
9 | 9 | tools: |
10 | | - - gatk4: |
11 | | - description: | |
12 | | - Developed in the Data Sciences Platform at the Broad Institute, the toolkit offers a wide variety of tools |
13 | | - with a primary focus on variant discovery and genotyping. Its powerful processing engine |
14 | | - and high-performance computing features make it capable of taking on projects of any size. |
15 | | - homepage: https://gatk.broadinstitute.org/hc/en-us |
16 | | - documentation: https://gatk.broadinstitute.org/hc/en-us/categories/360002369672s |
17 | | - doi: 10.1158/1538-7445.AM2017-3590 |
18 | | - licence: ["Apache-2.0"] |
19 | | - identifier: "" |
| 10 | +- gatk4: |
| 11 | + description: | |
| 12 | + Developed in the Data Sciences Platform at the Broad Institute, the toolkit offers a wide variety of tools |
| 13 | + with a primary focus on variant discovery and genotyping. Its powerful processing engine |
| 14 | + and high-performance computing features make it capable of taking on projects of any size. |
| 15 | + homepage: https://gatk.broadinstitute.org/hc/en-us |
| 16 | + documentation: https://gatk.broadinstitute.org/hc/en-us/categories/360002369672s |
| 17 | + doi: 10.1158/1538-7445.AM2017-3590 |
| 18 | + licence: ["Apache-2.0"] |
| 19 | + identifier: "" |
20 | 20 | input: |
21 | | - - - meta: |
22 | | - type: map |
23 | | - description: | |
24 | | - Groovy Map containing sample information |
25 | | - e.g. [ id:'test', single_end:false ] |
26 | | - - input: |
27 | | - type: file |
28 | | - description: BAM/CRAM file from alignment |
29 | | - pattern: "*.{bam,cram}" |
30 | | - - input_index: |
31 | | - type: file |
32 | | - description: BAI/CRAI file from alignment |
33 | | - pattern: "*.{bai,crai}" |
34 | | - - bqsr_table: |
35 | | - type: file |
36 | | - description: Recalibration table from gatk4_baserecalibrator |
37 | | - - intervals: |
38 | | - type: file |
39 | | - description: Bed file with the genomic regions included in the library (optional) |
40 | | - - - fasta: |
41 | | - type: file |
42 | | - description: The reference fasta file |
43 | | - pattern: "*.fasta" |
44 | | - - - fai: |
45 | | - type: file |
46 | | - description: Index of reference fasta file |
47 | | - pattern: "*.fasta.fai" |
48 | | - - - dict: |
49 | | - type: file |
50 | | - description: GATK sequence dictionary |
51 | | - pattern: "*.dict" |
| 21 | +- - meta: |
| 22 | + type: map |
| 23 | + description: | |
| 24 | + Groovy Map containing sample information |
| 25 | + e.g. [ id:'test', single_end:false ] |
| 26 | + - input: |
| 27 | + type: file |
| 28 | + description: BAM/CRAM file from alignment |
| 29 | + pattern: "*.{bam,cram}" |
| 30 | + - input_index: |
| 31 | + type: file |
| 32 | + description: BAI/CRAI file from alignment |
| 33 | + pattern: "*.{bai,crai}" |
| 34 | + - bqsr_table: |
| 35 | + type: file |
| 36 | + description: Recalibration table from gatk4_baserecalibrator |
| 37 | + - intervals: |
| 38 | + type: file |
| 39 | + description: Bed file with the genomic regions included in the library (optional) |
| 40 | +- - fasta: |
| 41 | + type: file |
| 42 | + description: The reference fasta file |
| 43 | + pattern: "*.fasta" |
| 44 | +- - fai: |
| 45 | + type: file |
| 46 | + description: Index of reference fasta file |
| 47 | + pattern: "*.fasta.fai" |
| 48 | +- - dict: |
| 49 | + type: file |
| 50 | + description: GATK sequence dictionary |
| 51 | + pattern: "*.dict" |
52 | 52 | output: |
53 | | - - bam: |
54 | | - - meta: |
55 | | - type: map |
56 | | - description: | |
57 | | - Groovy Map containing sample information |
58 | | - e.g. [ id:'test', single_end:false ] |
59 | | - - "*.bam": |
60 | | - type: file |
61 | | - description: Recalibrated BAM file |
62 | | - pattern: "*.{bam}" |
63 | | - - cram: |
64 | | - - meta: |
65 | | - type: map |
66 | | - description: | |
67 | | - Groovy Map containing sample information |
68 | | - e.g. [ id:'test', single_end:false ] |
69 | | - - "*.cram": |
70 | | - type: file |
71 | | - description: Recalibrated CRAM file |
72 | | - pattern: "*.{cram}" |
73 | | - - versions: |
74 | | - - versions.yml: |
75 | | - type: file |
76 | | - description: File containing software versions |
77 | | - pattern: "versions.yml" |
| 53 | +- bam: |
| 54 | + - meta: |
| 55 | + type: map |
| 56 | + description: | |
| 57 | + Groovy Map containing sample information |
| 58 | + e.g. [ id:'test', single_end:false ] |
| 59 | + pattern: "*.{bam}" |
| 60 | + - ${prefix}.bam: |
| 61 | + type: map |
| 62 | + description: | |
| 63 | + Groovy Map containing sample information |
| 64 | + e.g. [ id:'test', single_end:false ] |
| 65 | + pattern: "*.{bam}" |
| 66 | +- cram: |
| 67 | + - meta: |
| 68 | + type: map |
| 69 | + description: | |
| 70 | + Groovy Map containing sample information |
| 71 | + e.g. [ id:'test', single_end:false ] |
| 72 | + pattern: "*.{cram}" |
| 73 | + - ${prefix}.cram: |
| 74 | + type: map |
| 75 | + description: | |
| 76 | + Groovy Map containing sample information |
| 77 | + e.g. [ id:'test', single_end:false ] |
| 78 | + pattern: "*.{cram}" |
| 79 | +- versions: |
| 80 | + - versions.yml: |
| 81 | + type: file |
| 82 | + description: File containing software versions |
| 83 | + pattern: "versions.yml" |
78 | 84 | authors: |
79 | | - - "@yocra3" |
80 | | - - "@FriederikeHanssen" |
81 | | - - "@maxulysse" |
| 85 | +- "@yocra3" |
| 86 | +- "@FriederikeHanssen" |
| 87 | +- "@maxulysse" |
82 | 88 | maintainers: |
83 | | - - "@yocra3" |
84 | | - - "@FriederikeHanssen" |
85 | | - - "@maxulysse" |
| 89 | +- "@yocra3" |
| 90 | +- "@FriederikeHanssen" |
| 91 | +- "@maxulysse" |
0 commit comments