|
48632 | 48632 | }, |
48633 | 48633 | { |
48634 | 48634 | "name": "pixelator", |
48635 | | - "version": "4.1.2" |
| 48635 | + "version": "5.0.0" |
48636 | 48636 | }, |
48637 | 48637 | { |
48638 | 48638 | "name": "raredisease", |
@@ -214341,6 +214341,143 @@ |
214341 | 214341 | ] |
214342 | 214342 | } |
214343 | 214343 | }, |
| 214344 | + { |
| 214345 | + "name": "msisensorpro_baseline", |
| 214346 | + "path": "modules/nf-core/msisensorpro/baseline/meta.yml", |
| 214347 | + "type": "module", |
| 214348 | + "meta": { |
| 214349 | + "name": "msisensorpro_baseline", |
| 214350 | + "description": "MSIsensor-pro/baseline builds a baseline microsatellite file from a panel of normal samples, for use with msisensor-pro/pro tumor-only MSI detection.", |
| 214351 | + "keywords": [ |
| 214352 | + "msisensor-pro", |
| 214353 | + "baseline", |
| 214354 | + "micro-satellite", |
| 214355 | + "tumor-only", |
| 214356 | + "panel-of-normals" |
| 214357 | + ], |
| 214358 | + "tools": [ |
| 214359 | + { |
| 214360 | + "msisensorpro": { |
| 214361 | + "description": "Microsatellite Instability (MSI) detection using high-throughput sequencing data.", |
| 214362 | + "homepage": "https://github.com/xjtu-omics/msisensor-pro", |
| 214363 | + "documentation": "https://github.com/xjtu-omics/msisensor-pro/wiki", |
| 214364 | + "tool_dev_url": "https://github.com/xjtu-omics/msisensor-pro", |
| 214365 | + "doi": "10.1016/j.gpb.2020.02.001", |
| 214366 | + "licence": [ |
| 214367 | + "Custom Licence" |
| 214368 | + ], |
| 214369 | + "identifier": "" |
| 214370 | + } |
| 214371 | + } |
| 214372 | + ], |
| 214373 | + "input": [ |
| 214374 | + [ |
| 214375 | + { |
| 214376 | + "meta": { |
| 214377 | + "type": "map", |
| 214378 | + "description": "Groovy Map containing baseline information\ne.g. `[ id:'my_baseline' ]`\n" |
| 214379 | + } |
| 214380 | + }, |
| 214381 | + { |
| 214382 | + "list": { |
| 214383 | + "type": "file", |
| 214384 | + "description": "Microsatellite list produced by `msisensorpro/scan` and passed to\n`msisensor-pro baseline -d`.\n", |
| 214385 | + "pattern": "*.{list}", |
| 214386 | + "ontologies": [] |
| 214387 | + } |
| 214388 | + } |
| 214389 | + ], |
| 214390 | + [ |
| 214391 | + { |
| 214392 | + "meta2": { |
| 214393 | + "type": "map", |
| 214394 | + "description": "Groovy Map containing sample information for the panel of normals\n" |
| 214395 | + } |
| 214396 | + }, |
| 214397 | + { |
| 214398 | + "pro_all_files": { |
| 214399 | + "type": "file", |
| 214400 | + "description": "One or more `*_all` files produced by running `msisensorpro/pro` on\nindividual normal samples. The configure file consumed by\n`msisensor-pro baseline -i` is constructed internally; sample names\nare derived from each file's basename with the `_all` suffix stripped.\n", |
| 214401 | + "pattern": "*_all", |
| 214402 | + "ontologies": [] |
| 214403 | + } |
| 214404 | + } |
| 214405 | + ] |
| 214406 | + ], |
| 214407 | + "output": { |
| 214408 | + "baseline": [ |
| 214409 | + [ |
| 214410 | + { |
| 214411 | + "meta": { |
| 214412 | + "type": "map", |
| 214413 | + "description": "Groovy Map containing baseline information\ne.g. `[ id:'my_baseline' ]`\n" |
| 214414 | + } |
| 214415 | + }, |
| 214416 | + { |
| 214417 | + "${prefix}.baseline": { |
| 214418 | + "type": "file", |
| 214419 | + "description": "Trained baseline microsatellite file suitable for passing to\n`msisensorpro/pro -d` for tumor-only MSI calling.\n", |
| 214420 | + "pattern": "*.baseline", |
| 214421 | + "ontologies": [] |
| 214422 | + } |
| 214423 | + } |
| 214424 | + ] |
| 214425 | + ], |
| 214426 | + "versions_msisensorpro": [ |
| 214427 | + [ |
| 214428 | + { |
| 214429 | + "${task.process}": { |
| 214430 | + "type": "string", |
| 214431 | + "description": "The name of the process" |
| 214432 | + } |
| 214433 | + }, |
| 214434 | + { |
| 214435 | + "msisensor-pro": { |
| 214436 | + "type": "string", |
| 214437 | + "description": "The name of the tool" |
| 214438 | + } |
| 214439 | + }, |
| 214440 | + { |
| 214441 | + "msisensor-pro --version 2>&1 | sed -nE 's/Version:\\s*v//p'": { |
| 214442 | + "type": "eval", |
| 214443 | + "description": "The expression to obtain the version of the tool" |
| 214444 | + } |
| 214445 | + } |
| 214446 | + ] |
| 214447 | + ] |
| 214448 | + }, |
| 214449 | + "topics": { |
| 214450 | + "versions": [ |
| 214451 | + [ |
| 214452 | + { |
| 214453 | + "${task.process}": { |
| 214454 | + "type": "string", |
| 214455 | + "description": "The name of the process" |
| 214456 | + } |
| 214457 | + }, |
| 214458 | + { |
| 214459 | + "msisensor-pro": { |
| 214460 | + "type": "string", |
| 214461 | + "description": "The name of the tool" |
| 214462 | + } |
| 214463 | + }, |
| 214464 | + { |
| 214465 | + "msisensor-pro --version 2>&1 | sed -nE 's/Version:\\s*v//p'": { |
| 214466 | + "type": "eval", |
| 214467 | + "description": "The expression to obtain the version of the tool" |
| 214468 | + } |
| 214469 | + } |
| 214470 | + ] |
| 214471 | + ] |
| 214472 | + }, |
| 214473 | + "authors": [ |
| 214474 | + "@nh13" |
| 214475 | + ], |
| 214476 | + "maintainers": [ |
| 214477 | + "@nh13" |
| 214478 | + ] |
| 214479 | + } |
| 214480 | + }, |
214344 | 214481 | { |
214345 | 214482 | "name": "msisensorpro_msisomatic", |
214346 | 214483 | "path": "modules/nf-core/msisensorpro/msisomatic/meta.yml", |
@@ -214635,8 +214772,8 @@ |
214635 | 214772 | { |
214636 | 214773 | "list": { |
214637 | 214774 | "type": "file", |
214638 | | - "description": "micro-satellite list", |
214639 | | - "pattern": "*.{list}", |
| 214775 | + "description": "Micro-satellite file passed to `msisensor-pro pro -d`. The tool\naccepts either of two file types here:\n 1. A raw scan list produced by `msisensorpro/scan`. When used,\n `msisensor-pro pro` falls back to a hard threshold for MSI\n calling, set via `-i` (default `0.1`, configurable via\n `ext.args`).\n 2. A trained baseline produced by `msisensorpro/baseline` from\n a panel of normals. This enables per-site trained thresholds\n and is the tumor-only workflow recommended by the\n msisensor-pro maintainers\n (https://github.com/xjtu-omics/msisensor-pro/wiki/Best-Practices).\n", |
| 214776 | + "pattern": "*.{list,baseline}", |
214640 | 214777 | "ontologies": [] |
214641 | 214778 | } |
214642 | 214779 | } |
@@ -383542,7 +383679,7 @@ |
383542 | 383679 | }, |
383543 | 383680 | { |
383544 | 383681 | "name": "pixelator", |
383545 | | - "version": "4.1.2" |
| 383682 | + "version": "5.0.0" |
383546 | 383683 | }, |
383547 | 383684 | { |
383548 | 383685 | "name": "proteinannotator", |
@@ -383999,7 +384136,7 @@ |
383999 | 384136 | }, |
384000 | 384137 | { |
384001 | 384138 | "name": "pixelator", |
384002 | | - "version": "4.1.2" |
| 384139 | + "version": "5.0.0" |
384003 | 384140 | }, |
384004 | 384141 | { |
384005 | 384142 | "name": "proteinannotator", |
@@ -384494,7 +384631,7 @@ |
384494 | 384631 | }, |
384495 | 384632 | { |
384496 | 384633 | "name": "pixelator", |
384497 | | - "version": "4.1.2" |
| 384634 | + "version": "5.0.0" |
384498 | 384635 | }, |
384499 | 384636 | { |
384500 | 384637 | "name": "proteinannotator", |
|
0 commit comments