Skip to content

Commit

Permalink
Update to work with the new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil committed Sep 30, 2024
1 parent d4b4e95 commit 9ed92f7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 30 deletions.
4 changes: 1 addition & 3 deletions modules/msk/phylowgs/multievolve/environment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/mskcc-omics-workflows/modules/refs/heads/main/modules/environment-schema.json
name: "phylowgs_multievolve"
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- "PHYLOWGS"
- "PHYLOWGS=NA"
53 changes: 26 additions & 27 deletions modules/msk/phylowgs/multievolve/meta.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/mskcc-omics-workflows/modules/refs/heads/main/modules/meta-schema.json
name: "phylowgs_multievolve"
description: Create trees from input from phylowgs_createinput
keywords:
Expand All @@ -13,34 +12,34 @@ tools:
tool_dev_url: "https://github.com/mskcc/phylowgs"

input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. `[ id:'sample1', single_end:false ]`
- cnv_data:
type: file
description: copy number input data from phylowgs_createinput
pattern: "*.{txt}"
- ssm_data:
type: file
description: mutation input data from phylowgs_createinput
pattern: "*.{txt}"
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. `[ id:'sample1', single_end:false ]`
- cnv_data:
type: file
description: copy number input data from phylowgs_createinput
pattern: "*.{txt}"
- ssm_data:
type: file
description: mutation input data from phylowgs_createinput
pattern: "*.{txt}"

output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. `[ id:'sample1', single_end:false ]`
- trees:
type: file
description: Zip file containing the completed trees
pattern: "trees.zip"
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. `[ id:'sample1', single_end:false ]`
- - trees:
type: file
description: Zip file containing the completed trees
pattern: "trees.zip"
- - versions:
type: file
description: File containing software versions
pattern: "versions.yml"

authors:
- "@nikhil"
Expand Down

0 comments on commit 9ed92f7

Please sign in to comment.