CRI-iAtlas / iatlas-workflows

cwl workflows for public tools
2 stars 4 forks source link

Update all synapse workflows to use synapse cwl tools 1.0 #22

Closed andrewelamb closed 2 years ago

andrewelamb commented 4 years ago

Use this release

Workflows that use the synStore tool should return the synapse id(s) of the files stored.

andrewelamb commented 4 years ago

@BrunoGrandePhD Could you do this for the mutation models workflow you just wrote? Essentially in the workflow you'll want the syn_store step to have the synapse id as output, and then have the workflow itself output that as well.

This workflow has an example of a workflow having an output.

BrunoGrandePhD commented 4 years ago

Done! See my PR here: #23