|
| 1 | +class: Workflow |
| 2 | +cwlVersion: v1.0 |
| 3 | +id: abra_fx_cwl |
| 4 | +label: abra_fx.cwl |
| 5 | +$namespaces: |
| 6 | + sbg: 'https://www.sevenbridges.com/' |
| 7 | +inputs: |
| 8 | + - id: input_bam |
| 9 | + type: |
| 10 | + - File |
| 11 | + - type: array |
| 12 | + items: File |
| 13 | + secondaryFiles: |
| 14 | + - ^.bai |
| 15 | + 'sbg:x': 0 |
| 16 | + 'sbg:y': 853.5625 |
| 17 | + - id: reference_fasta |
| 18 | + type: File |
| 19 | + secondaryFiles: |
| 20 | + - .fai |
| 21 | + - ^.dict |
| 22 | + 'sbg:x': 0 |
| 23 | + 'sbg:y': 320.125 |
| 24 | + - id: bam_index |
| 25 | + type: boolean? |
| 26 | + 'sbg:x': 0 |
| 27 | + 'sbg:y': 1280.34375 |
| 28 | + - id: option_bedgraph |
| 29 | + type: boolean? |
| 30 | + 'sbg:x': 0 |
| 31 | + 'sbg:y': 426.8203125 |
| 32 | + - id: window_size |
| 33 | + type: string? |
| 34 | + 'sbg:x': 0 |
| 35 | + 'sbg:y': 0 |
| 36 | + - id: soft_clip_contig |
| 37 | + type: string? |
| 38 | + 'sbg:x': 0 |
| 39 | + 'sbg:y': 106.6953125 |
| 40 | + - id: scoring_gap_alignments |
| 41 | + type: string? |
| 42 | + 'sbg:x': 0 |
| 43 | + 'sbg:y': 213.4296875 |
| 44 | + - id: no_sort |
| 45 | + type: boolean? |
| 46 | + 'sbg:x': 0 |
| 47 | + 'sbg:y': 533.515625 |
| 48 | + - id: maximum_mixmatch_rate |
| 49 | + type: float? |
| 50 | + 'sbg:x': 0 |
| 51 | + 'sbg:y': 640.171875 |
| 52 | + - id: maximum_average_depth |
| 53 | + type: int? |
| 54 | + 'sbg:x': 0 |
| 55 | + 'sbg:y': 746.8671875 |
| 56 | + - id: ignore_bad_assembly |
| 57 | + type: boolean? |
| 58 | + 'sbg:x': 0 |
| 59 | + 'sbg:y': 960.2578125 |
| 60 | + - id: contig_anchor |
| 61 | + type: string? |
| 62 | + 'sbg:x': 0 |
| 63 | + 'sbg:y': 1066.9921875 |
| 64 | + - id: consensus_sequence |
| 65 | + type: boolean? |
| 66 | + 'sbg:x': 0 |
| 67 | + 'sbg:y': 1173.6875 |
| 68 | + - id: number_of_threads |
| 69 | + type: int? |
| 70 | + label: abra_number_of_threads |
| 71 | + 'sbg:x': 535.44482421875 |
| 72 | + 'sbg:y': 314.0636291503906 |
| 73 | +outputs: |
| 74 | + - id: abra_fx_bam |
| 75 | + outputSource: |
| 76 | + - picard_fix_mate_information_1_97/bam |
| 77 | + type: File |
| 78 | + secondaryFiles: |
| 79 | + - ^.bai |
| 80 | + 'sbg:x': 1346.0264892578125 |
| 81 | + 'sbg:y': 640.171875 |
| 82 | + - id: output_file |
| 83 | + outputSource: |
| 84 | + - bedtools_merge/output_file |
| 85 | + type: File? |
| 86 | + label: indel_realign_targets |
| 87 | + 'sbg:x': 676.9483642578125 |
| 88 | + 'sbg:y': 502.8046875 |
| 89 | +steps: |
| 90 | + - id: bedtools_genomecov |
| 91 | + in: |
| 92 | + - id: input |
| 93 | + source: input_bam |
| 94 | + - id: option_bedgraph |
| 95 | + source: option_bedgraph |
| 96 | + out: |
| 97 | + - id: output_file |
| 98 | + run: >- |
| 99 | + command_line_tools/bedtools_genomecov_v2.28.0_cv2/bedtools_genomecov_v2.28.0_cv2.cwl |
| 100 | + label: bedtools_genomecov |
| 101 | + 'sbg:x': 257.390625 |
| 102 | + 'sbg:y': 633.1328125 |
| 103 | + - id: bedtools_merge |
| 104 | + in: |
| 105 | + - id: input |
| 106 | + source: bedtools_genomecov/output_file |
| 107 | + out: |
| 108 | + - id: output_file |
| 109 | + run: >- |
| 110 | + command_line_tools/bedtools_merge_v2.28.0_cv2/bedtools_merge_v2.28.0_cv2.cwl |
| 111 | + label: bedtools_merge |
| 112 | + 'sbg:x': 503.6046142578125 |
| 113 | + 'sbg:y': 640.1328125 |
| 114 | + - id: abra2_2_18 |
| 115 | + in: |
| 116 | + - id: number_of_threads |
| 117 | + source: number_of_threads |
| 118 | + - id: input_bam |
| 119 | + source: |
| 120 | + - input_bam |
| 121 | + - id: reference_fasta |
| 122 | + source: reference_fasta |
| 123 | + - id: targets |
| 124 | + source: bedtools_merge/output_file |
| 125 | + - id: maximum_average_depth |
| 126 | + source: maximum_average_depth |
| 127 | + - id: soft_clip_contig |
| 128 | + source: soft_clip_contig |
| 129 | + - id: maximum_mixmatch_rate |
| 130 | + source: maximum_mixmatch_rate |
| 131 | + - id: scoring_gap_alignments |
| 132 | + source: scoring_gap_alignments |
| 133 | + - id: contig_anchor |
| 134 | + source: contig_anchor |
| 135 | + - id: window_size |
| 136 | + source: window_size |
| 137 | + - id: consensus_sequence |
| 138 | + source: consensus_sequence |
| 139 | + - id: ignore_bad_assembly |
| 140 | + source: ignore_bad_assembly |
| 141 | + - id: bam_index |
| 142 | + source: bam_index |
| 143 | + - id: no_sort |
| 144 | + source: no_sort |
| 145 | + out: |
| 146 | + - id: realigned_bam |
| 147 | + run: command_line_tools/abra2_2.17/abra2_2.17.cwl |
| 148 | + label: abra2_2.17 |
| 149 | + 'sbg:x': 787.517578125 |
| 150 | + 'sbg:y': 767.3450317382812 |
| 151 | + - id: picard_fix_mate_information_1_97 |
| 152 | + in: |
| 153 | + - id: input |
| 154 | + source: abra2_2_18/realigned_bam |
| 155 | + out: |
| 156 | + - id: bam |
| 157 | + run: >- |
| 158 | + command_line_tools/picard_fix_mate_information_1.96/picard_fix_mate_information_1.96.cwl |
| 159 | + label: picard_fix_mate_information_1.96 |
| 160 | + 'sbg:x': 1150.2608642578125 |
| 161 | + 'sbg:y': 640.171875 |
| 162 | +requirements: [] |
0 commit comments