-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ad975a
commit 3c5a6ec
Showing
218 changed files
with
233,857 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
105 changes: 105 additions & 0 deletions
105
...s/tmp/viash_hub_repo10412004182897090885/target/nextflow/join/vsh_toList/.config.vsh.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
functionality: | ||
name: "vsh_toList" | ||
namespace: "join" | ||
version: "0.2.0" | ||
arguments: | ||
- type: "string" | ||
name: "--id" | ||
description: "ID of the output event" | ||
info: null | ||
required: true | ||
direction: "input" | ||
multiple: false | ||
multiple_sep: ":" | ||
dest: "par" | ||
- type: "file" | ||
name: "--input" | ||
alternatives: | ||
- "-i" | ||
description: "Mutiple channel events to be combined under the output key" | ||
info: null | ||
must_exist: true | ||
create_parent: true | ||
required: true | ||
direction: "input" | ||
multiple: false | ||
multiple_sep: ";" | ||
dest: "par" | ||
- type: "file" | ||
name: "--output" | ||
alternatives: | ||
- "-o" | ||
description: "Content of the output key in the output channel" | ||
info: null | ||
must_exist: true | ||
create_parent: true | ||
required: true | ||
direction: "output" | ||
multiple: true | ||
multiple_sep: ":" | ||
dest: "par" | ||
resources: | ||
- type: "nextflow_script" | ||
path: "main.nf" | ||
is_executable: true | ||
entrypoint: "run_wf" | ||
description: "A wrapper component for the Nextflow toList operator\nthat fits the\ | ||
\ Viash way of doing things.\n" | ||
info: null | ||
status: "enabled" | ||
requirements: | ||
commands: | ||
- "ps" | ||
set_wd_to_resources_dir: false | ||
platforms: | ||
- type: "nextflow" | ||
id: "nextflow" | ||
directives: | ||
tag: "$id" | ||
auto: | ||
simplifyInput: true | ||
simplifyOutput: false | ||
transcript: false | ||
publish: false | ||
config: | ||
labels: | ||
mem1gb: "memory = 1.GB" | ||
mem2gb: "memory = 2.GB" | ||
mem4gb: "memory = 4.GB" | ||
mem8gb: "memory = 8.GB" | ||
mem16gb: "memory = 16.GB" | ||
mem32gb: "memory = 32.GB" | ||
mem64gb: "memory = 64.GB" | ||
mem128gb: "memory = 128.GB" | ||
mem256gb: "memory = 256.GB" | ||
mem512gb: "memory = 512.GB" | ||
mem1tb: "memory = 1.TB" | ||
mem2tb: "memory = 2.TB" | ||
mem4tb: "memory = 4.TB" | ||
mem8tb: "memory = 8.TB" | ||
mem16tb: "memory = 16.TB" | ||
mem32tb: "memory = 32.TB" | ||
mem64tb: "memory = 64.TB" | ||
mem128tb: "memory = 128.TB" | ||
mem256tb: "memory = 256.TB" | ||
mem512tb: "memory = 512.TB" | ||
cpu1: "cpus = 1" | ||
cpu2: "cpus = 2" | ||
cpu5: "cpus = 5" | ||
cpu10: "cpus = 10" | ||
cpu20: "cpus = 20" | ||
cpu50: "cpus = 50" | ||
cpu100: "cpus = 100" | ||
cpu200: "cpus = 200" | ||
cpu500: "cpus = 500" | ||
cpu1000: "cpus = 1000" | ||
debug: false | ||
container: "docker" | ||
info: | ||
config: "/Users/toni/code/projects/viash-hub/vsh-pipeline-operators/src/join/vsh_toList/config.vsh.yaml" | ||
platform: "nextflow" | ||
output: "/Users/toni/code/projects/viash-hub/vsh-pipeline-operators/target/nextflow/join/vsh_toList" | ||
executable: "/Users/toni/code/projects/viash-hub/vsh-pipeline-operators/target/nextflow/join/vsh_toList/main.nf" | ||
viash_version: "0.8.3" | ||
git_commit: "05a5bfa4eaa2c04ba473671e4d30c6c18aceec6e" | ||
git_remote: "[email protected]:data-intuitive/vsh-pipeline-operators.git" |
Oops, something went wrong.