diff --git a/topics/fair/tutorials/ro-crate-in-galaxy/tutorial.md b/topics/fair/tutorials/ro-crate-in-galaxy/tutorial.md index f45a8a61b26786..16b607d9a41ef6 100644 --- a/topics/fair/tutorials/ro-crate-in-galaxy/tutorial.md +++ b/topics/fair/tutorials/ro-crate-in-galaxy/tutorial.md @@ -53,6 +53,27 @@ This tutorial will guide you through the steps of defining such a report for you This tutorial will show you how to generate Galaxy-based [Workflow Run RO-Crate](https://w3id.org/ro/crate/) after running the workflow. +{% include _includes/cyoa-choices.html option1="Locally" option2="Not_locally" default="Not_locally" + text="Are you running Galaxy locally ?" %} + +
+ +## Enable RO-Crate on your local instance +> Update your galaxy configuration +> - Go to where your Galaxy folder is in your computer +> - In your root Galaxy folder navigate to the `config` folder where a the `galaxy.yml` should be located. Please open it. +> - (In case you only find a `galaxy.yml.sample` file, copy this one and name it `galaxy.yml`) +> - make sure the option `enable_celery_tasks` is set to `true`: +> ``` +> galaxy: +> enable_celery_tasks: true +> ``` +> That's it ! Now you can launch your local instance as usual. +{: .hands_on} +
+ +
+
## Import an example workflow