Hi @BagiM
Please review this FAQ for help about managing data, freeing up quota space, and saving prior analysis work: Account quotas
For the extracted workflow problems, it sounds like you will need to directly edit the workflow.
Workflows are a record of the tools/actions used to create data. Workflows do not contain data themselves. If you deleted intermediate datasets, the tools/actions that created them might not have been extracted, or possibly may just have disconnected tools/actions within the workflow.
Tips:
- Workflows can be created “from scratch” or extracted. Sometimes a bit of tuning in the workflow editor is needed when doing either until it runs as expected.
- You can reconnect tools or add back any tools/actions that are missing from the workflow by editing it.
- Intermediate datasets can be deleted while executing a workflow to save space. This is a per-tool “action”. Tool actions listed in the far right panel of the workflow editor when a tool is selected from the canvas.
- If you add or adjust workflow steps, you may need to disconnect/reconnect all the “noodles” between tools again to reset the workflow’s metadata. Reconnect starting from the inputs down through the analysis in the order of execution.
- Once this workflow is working as expected, try running it again with the original inputs all in one new clean history. That way you can create a “history archive” and download it, along with the associated workflow, for a complete record of your work. All of your datasets (that were not deleted while running the workflow!) will be inside the archive and can be used any way you want. You can even import that history archive + workflow into your own local Galaxy, to view the data in context, but I wouldn’t try running the workflow locally unless you set up a more complicated local Galaxy, or decide to use a cloud Galaxy.
- If you are an academic researcher, and need a bit more temporary quota space, most public Galaxy servers will grant that. Each handles requests a bit differently. Let us know if you cannot find where/how to request temporary quota space at the server you are working at (post back the server URL).
- Please see FAQ above with more details about most of this, plus the tutorials below for how to extract/edit workflows.
GTN tutorials that cover creating or editing a workflow are here. Scroll down past the analysis tutorials, the ones you will be most interested in are listed lower down with the “workflow” search term.
https://training.galaxyproject.org/training-material/search?query=workflow
Hope that helps!