Description
Generates a network from mermaid code.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
width: [ 800 ]
height: [ 600 ]
background_color: [ "white" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.3 \
-main-script target/nextflow/report/mermaid/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--output -o | file required output |
--output_format | string |
--width | integer |
--height | integer |
--background_color | string |