|
2140 | 2140 | }, |
2141 | 2141 | { |
2142 | 2142 | "class": "CommandLineTool", |
2143 | | - "id": "#sequence_qc_0.2.3.cwl", |
| 2143 | + "id": "#sequence_qc_0.2.4.cwl", |
2144 | 2144 | "baseCommand": [ |
2145 | 2145 | "calculate_noise" |
2146 | 2146 | ], |
2147 | 2147 | "inputs": [ |
2148 | 2148 | { |
2149 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/reference", |
| 2149 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/reference", |
2150 | 2150 | "type": "File", |
2151 | 2151 | "inputBinding": { |
2152 | 2152 | "position": 0, |
|
2158 | 2158 | "doc": "Path to reference fasta, containing all regions in bed_file" |
2159 | 2159 | }, |
2160 | 2160 | { |
2161 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/bam_file", |
| 2161 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/bam_file", |
2162 | 2162 | "type": "File", |
2163 | 2163 | "inputBinding": { |
2164 | 2164 | "position": 0, |
|
2170 | 2170 | "doc": "Path to BAM file for calculating noise [required]" |
2171 | 2171 | }, |
2172 | 2172 | { |
2173 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/bed_file", |
| 2173 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/bed_file", |
2174 | 2174 | "type": "File", |
2175 | 2175 | "inputBinding": { |
2176 | 2176 | "position": 0, |
|
2179 | 2179 | "doc": "Path to BED file containing regions over which to calculate noise [required]" |
2180 | 2180 | }, |
2181 | 2181 | { |
2182 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/sample_id", |
| 2182 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/sample_id", |
2183 | 2183 | "type": "string", |
2184 | 2184 | "inputBinding": { |
2185 | 2185 | "position": 0, |
|
2188 | 2188 | "doc": "Prefix to include in all output file names" |
2189 | 2189 | }, |
2190 | 2190 | { |
2191 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/threshold", |
| 2191 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/threshold", |
2192 | 2192 | "type": [ |
2193 | 2193 | "null", |
2194 | 2194 | "float" |
|
2200 | 2200 | "doc": "Alt allele frequency past which to ignore positions from the calculation." |
2201 | 2201 | }, |
2202 | 2202 | { |
2203 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/truncate", |
| 2203 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/truncate", |
2204 | 2204 | "type": [ |
2205 | 2205 | "null", |
2206 | 2206 | "int" |
|
2212 | 2212 | "doc": "Whether to exclude trailing bases from reads that only partially overlap the bed file (0 or 1)" |
2213 | 2213 | }, |
2214 | 2214 | { |
2215 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/min_mapq", |
| 2215 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/min_mapq", |
2216 | 2216 | "type": [ |
2217 | 2217 | "null", |
2218 | 2218 | "int" |
|
2224 | 2224 | "doc": "Exclude reads with a lower mapping quality" |
2225 | 2225 | }, |
2226 | 2226 | { |
2227 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/min_basq", |
| 2227 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/min_basq", |
2228 | 2228 | "type": [ |
2229 | 2229 | "null", |
2230 | 2230 | "int" |
|
2238 | 2238 | ], |
2239 | 2239 | "outputs": [ |
2240 | 2240 | { |
2241 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/sequence_qc_pileup", |
| 2241 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/sequence_qc_pileup", |
2242 | 2242 | "type": "File", |
2243 | 2243 | "outputBinding": { |
2244 | 2244 | "glob": "${\n return inputs.sample_id + '_pileup.tsv'\n}" |
2245 | 2245 | } |
2246 | 2246 | }, |
2247 | 2247 | { |
2248 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/sequence_qc_noise_positions", |
| 2248 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/sequence_qc_noise_positions", |
2249 | 2249 | "type": "File", |
2250 | 2250 | "outputBinding": { |
2251 | 2251 | "glob": "${\n return inputs.sample_id + '_noise_positions.tsv'\n}" |
2252 | 2252 | } |
2253 | 2253 | }, |
2254 | 2254 | { |
2255 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/sequence_qc_noise_by_substitution", |
| 2255 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/sequence_qc_noise_by_substitution", |
2256 | 2256 | "type": "File", |
2257 | 2257 | "outputBinding": { |
2258 | 2258 | "glob": "${\n return inputs.sample_id + '_noise_by_substitution.tsv'\n}" |
2259 | 2259 | } |
2260 | 2260 | }, |
2261 | 2261 | { |
2262 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/sequence_qc_noise_acgt", |
| 2262 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/sequence_qc_noise_acgt", |
2263 | 2263 | "type": "File", |
2264 | 2264 | "outputBinding": { |
2265 | 2265 | "glob": "${\n return inputs.sample_id + '_noise_acgt.tsv'\n}" |
2266 | 2266 | } |
2267 | 2267 | }, |
2268 | 2268 | { |
2269 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/sequence_qc_noise_n", |
| 2269 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/sequence_qc_noise_n", |
2270 | 2270 | "type": "File", |
2271 | 2271 | "outputBinding": { |
2272 | 2272 | "glob": "${\n return inputs.sample_id + '_noise_n.tsv'\n}" |
2273 | 2273 | } |
2274 | 2274 | }, |
2275 | 2275 | { |
2276 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/sequence_qc_noise_del", |
| 2276 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/sequence_qc_noise_del", |
2277 | 2277 | "type": "File", |
2278 | 2278 | "outputBinding": { |
2279 | 2279 | "glob": "${\n return inputs.sample_id + '_noise_del.tsv'\n}" |
2280 | 2280 | } |
2281 | 2281 | }, |
2282 | 2282 | { |
2283 | | - "id": "#sequence_qc_0.2.3.cwl/calculate_noise_0_2_3/sequence_qc_figures", |
| 2283 | + "id": "#sequence_qc_0.2.4.cwl/calculate_noise_0_2_4/sequence_qc_figures", |
2284 | 2284 | "type": "File", |
2285 | 2285 | "outputBinding": { |
2286 | 2286 | "glob": "${\n return inputs.sample_id + '_noise.html'\n}" |
|
2295 | 2295 | }, |
2296 | 2296 | { |
2297 | 2297 | "class": "DockerRequirement", |
2298 | | - "dockerPull": "ghcr.io/msk-access/sequence_qc:0.2.3" |
| 2298 | + "dockerPull": "ghcr.io/msk-access/sequence_qc:0.2.4" |
2299 | 2299 | }, |
2300 | 2300 | { |
2301 | 2301 | "class": "InlineJavascriptRequirement" |
|
2320 | 2320 | "http://xmlns.com/foaf/0.1/member": [ |
2321 | 2321 | { |
2322 | 2322 | "class": "http://xmlns.com/foaf/0.1/Person", |
2323 | | - "http://xmlns.com/foaf/0.1/mbox": "mailto:murphyc4@mskcc.org", |
2324 | | - "http://xmlns.com/foaf/0.1/name": "Charlie Murphy" |
| 2323 | + "http://xmlns.com/foaf/0.1/mbox": "mailto:shahr2@mskcc.org", |
| 2324 | + "http://xmlns.com/foaf/0.1/name": "Ronak Shah" |
2325 | 2325 | } |
2326 | 2326 | ], |
2327 | 2327 | "http://xmlns.com/foaf/0.1/name": "Memorial Sloan Kettering Cancer Center" |
|
2344 | 2344 | { |
2345 | 2345 | "class": "http://usefulinc.com/ns/doap#Version", |
2346 | 2346 | "http://usefulinc.com/ns/doap#name": "sesquence_qc", |
2347 | | - "http://usefulinc.com/ns/doap#revision": "0.2.3" |
| 2347 | + "http://usefulinc.com/ns/doap#revision": "0.2.4" |
2348 | 2348 | } |
2349 | 2349 | ] |
2350 | 2350 | }, |
|
3031 | 3031 | "id": "#main/calculate_noise/sequence_qc_figures" |
3032 | 3032 | } |
3033 | 3033 | ], |
3034 | | - "run": "#sequence_qc_0.2.3.cwl", |
| 3034 | + "run": "#sequence_qc_0.2.4.cwl", |
3035 | 3035 | "https://www.sevenbridges.com/x": 353.515625, |
3036 | 3036 | "https://www.sevenbridges.com/y": 1426.328125 |
3037 | 3037 | }, |
|
0 commit comments