|
| 1 | +class: Workflow |
| 2 | +cwlVersion: v1.0 |
| 3 | +id: indel_realignment_staticbed |
| 4 | +label: indel_realignment_staticbed |
| 5 | +$namespaces: |
| 6 | + s: 'https://schema.org/' |
| 7 | + sbg: 'https://www.sevenbridges.com/' |
| 8 | +inputs: |
| 9 | + - id: window_size |
| 10 | + type: string? |
| 11 | + 'sbg:x': 0 |
| 12 | + 'sbg:y': 0 |
| 13 | + - id: soft_clip_contig |
| 14 | + type: string? |
| 15 | + 'sbg:x': 0 |
| 16 | + 'sbg:y': 533.75 |
| 17 | + - id: scoring_gap_alignments |
| 18 | + type: string? |
| 19 | + 'sbg:x': 0 |
| 20 | + 'sbg:y': 640.5 |
| 21 | + - id: reference_fasta |
| 22 | + type: File |
| 23 | + secondaryFiles: |
| 24 | + - .fai |
| 25 | + 'sbg:x': 0 |
| 26 | + 'sbg:y': 747.25 |
| 27 | + - id: no_sort |
| 28 | + type: boolean? |
| 29 | + 'sbg:x': 0 |
| 30 | + 'sbg:y': 1067.5 |
| 31 | + - id: maximum_mixmatch_rate |
| 32 | + type: float? |
| 33 | + 'sbg:x': 0 |
| 34 | + 'sbg:y': 1281 |
| 35 | + - id: maximum_average_depth |
| 36 | + type: int? |
| 37 | + 'sbg:x': 0 |
| 38 | + 'sbg:y': 1387.75 |
| 39 | + - id: input_bam |
| 40 | + type: File |
| 41 | + secondaryFiles: |
| 42 | + - ^.bai |
| 43 | + 'sbg:x': 0 |
| 44 | + 'sbg:y': 1494.5 |
| 45 | + - id: ignore_bad_assembly |
| 46 | + type: boolean? |
| 47 | + 'sbg:x': 0 |
| 48 | + 'sbg:y': 1601.25 |
| 49 | + - id: contig_anchor |
| 50 | + type: string? |
| 51 | + 'sbg:x': 0 |
| 52 | + 'sbg:y': 1708 |
| 53 | + - id: consensus_sequence |
| 54 | + type: boolean? |
| 55 | + 'sbg:x': 0 |
| 56 | + 'sbg:y': 1814.75 |
| 57 | + - id: bam_index |
| 58 | + type: boolean? |
| 59 | + 'sbg:x': 0 |
| 60 | + 'sbg:y': 1921.5 |
| 61 | + - id: number_of_threads |
| 62 | + type: int? |
| 63 | + 'sbg:x': 0 |
| 64 | + 'sbg:y': 960.75 |
| 65 | + - id: no_edge_complex_indel |
| 66 | + type: boolean? |
| 67 | + 'sbg:x': 0 |
| 68 | + 'sbg:y': 1174.25 |
| 69 | + - id: output_bams |
| 70 | + type: |
| 71 | + - string |
| 72 | + - type: array |
| 73 | + items: string |
| 74 | + 'sbg:x': 0 |
| 75 | + 'sbg:y': 854 |
| 76 | + - id: validation_stringency |
| 77 | + type: string? |
| 78 | + 'sbg:x': 0 |
| 79 | + 'sbg:y': 106.75 |
| 80 | + - id: sort_order |
| 81 | + type: string? |
| 82 | + 'sbg:x': 0 |
| 83 | + 'sbg:y': 427 |
| 84 | + - id: output_file_name |
| 85 | + type: string? |
| 86 | + 'sbg:x': 257.390625 |
| 87 | + 'sbg:y': 742 |
| 88 | + - id: create_bam_index |
| 89 | + type: boolean? |
| 90 | + 'sbg:x': 257.390625 |
| 91 | + 'sbg:y': 848.75 |
| 92 | + - id: temporary_directory |
| 93 | + type: string? |
| 94 | + 'sbg:x': 0 |
| 95 | + 'sbg:y': 213.5 |
| 96 | + - id: targets |
| 97 | + type: File |
| 98 | + 'sbg:x': 0 |
| 99 | + 'sbg:y': 320.25 |
| 100 | +outputs: |
| 101 | + - id: indel_realignment_bam |
| 102 | + outputSource: |
| 103 | + - picard_fix_mate_information_4_1_8_1/picard_fix_mate_information_bam |
| 104 | + type: File |
| 105 | + secondaryFiles: |
| 106 | + - ^.bai |
| 107 | + 'sbg:x': 1245.78662109375 |
| 108 | + 'sbg:y': 960.75 |
| 109 | +steps: |
| 110 | + - id: abra2_2_22 |
| 111 | + in: |
| 112 | + - id: number_of_threads |
| 113 | + source: number_of_threads |
| 114 | + - id: input_bam |
| 115 | + source: |
| 116 | + - input_bam |
| 117 | + - id: working_directory |
| 118 | + source: temporary_directory |
| 119 | + - id: reference_fasta |
| 120 | + source: reference_fasta |
| 121 | + - id: targets |
| 122 | + source: targets |
| 123 | + - id: maximum_average_depth |
| 124 | + source: maximum_average_depth |
| 125 | + - id: soft_clip_contig |
| 126 | + source: soft_clip_contig |
| 127 | + - id: maximum_mixmatch_rate |
| 128 | + source: maximum_mixmatch_rate |
| 129 | + - id: scoring_gap_alignments |
| 130 | + source: scoring_gap_alignments |
| 131 | + - id: contig_anchor |
| 132 | + source: contig_anchor |
| 133 | + - id: window_size |
| 134 | + source: window_size |
| 135 | + - id: consensus_sequence |
| 136 | + source: consensus_sequence |
| 137 | + - id: output_bams |
| 138 | + source: |
| 139 | + - output_bams |
| 140 | + - id: ignore_bad_assembly |
| 141 | + source: ignore_bad_assembly |
| 142 | + - id: bam_index |
| 143 | + source: bam_index |
| 144 | + - id: no_edge_complex_indel |
| 145 | + source: no_edge_complex_indel |
| 146 | + - id: no_sort |
| 147 | + source: no_sort |
| 148 | + out: |
| 149 | + - id: abra_realigned_bam |
| 150 | + run: ../command_line_tools/abra2_2.22/abra2_2.22.cwl |
| 151 | + label: abra2_2.22 |
| 152 | + 'sbg:x': 257.390625 |
| 153 | + 'sbg:y': 1067.5 |
| 154 | + - id: picard_fix_mate_information_4_1_8_1 |
| 155 | + in: |
| 156 | + - id: input |
| 157 | + source: abra2_2_22/abra_realigned_bam |
| 158 | + - id: output_file_name |
| 159 | + source: output_file_name |
| 160 | + - id: sort_order |
| 161 | + source: sort_order |
| 162 | + - id: validation_stringency |
| 163 | + source: validation_stringency |
| 164 | + - id: create_bam_index |
| 165 | + source: create_bam_index |
| 166 | + - id: temporary_directory |
| 167 | + source: temporary_directory |
| 168 | + out: |
| 169 | + - id: picard_fix_mate_information_bam |
| 170 | + run: >- |
| 171 | + ../command_line_tools/picard_fix_mate_information_4.1.8.1/picard_fix_mate_information_4.1.8.1.cwl |
| 172 | + label: picard_fix_mate_information_4.1.8.1 |
| 173 | + 'sbg:x': 811.167236328125 |
| 174 | + 'sbg:y': 925.75 |
| 175 | +requirements: [] |
| 176 | +$schemas: |
| 177 | + - 'http://schema.org/version/latest/schemaorg-current-http.rdf' |
| 178 | +'s:author': |
| 179 | + - class: 's:Person' |
| 180 | + 's:email': 'mailto:murphyc4@mskcc.org' |
| 181 | + 's:name': Charlie Murphy |
| 182 | +'s:citation': '' |
| 183 | +'s:codeRepository': 'https://github.com/msk-access/cwl_subworkflows/indel_realignment' |
| 184 | +'s:contributor': |
| 185 | + - class: 's:Person' |
| 186 | + 's:email': 'mailto:murphyc4@mskcc.org' |
| 187 | + 's:name': Charlie Murphy |
| 188 | +'s:dateCreated': '2020-09-14' |
| 189 | +'s:license': 'https://spdx.org/licenses/Apache-2.0' |
0 commit comments