aws-samples / amazon-omics-tutorials

Apache License 2.0
56 stars 23 forks source link

Include workflow definition #44

Open jwarnn opened 6 months ago

jwarnn commented 6 months ago

I would like to test out these OMICS ready workflows by creating them as private workflows within my OMICS account. When creating a workflow in OMICS you need to upload a workflow definition folder as a zip file and then provide parameters either manually or through a json file. Could each workflow folder be compressed as a zip file and include a json file for the parameters; just as you would need to create a workflow in OMICS? For example example-workflows/nf-core/workflows/rnaseq would get two new files maybe rnaseq.zip and input_parameters.json. Thanks.