@colabo-tool/c-flow

Colabo tool command puzzle - managing ColaboFlow

Usage no npm install needed!

<script type="module">
  import colaboToolCFlow from 'https://cdn.skypack.dev/@colabo-tool/c-flow';
</script>

README

Procedure

colabo flow-create -h

colabo flow-create -n pje.analysis.english -t pje.analysis -d "Analyse original Jane Eyre text (in English)" -ds "in.*>PJE.english.*, out.*>PJE.english.results.*" -c test-colabo.config.json
  • it will create a new flow pje.analysis.english from the flow template pje.analysis
  • it will map all external input datasets (in.*) into PJE.english.* datasets and
  • all external output datasets (out.*) into PJE.english.* datasets and

TODO