22
33- [x] Upload a workflow description files in your Galaxy server instance
44- [x] Visualise this workflow and its tools
5- - [x] Eventually run the workflow on input data obtained from a remote public repository.
5+ - [x] Run the workflow on input data obtained from a remote public repository.
66
77### 1. Upload workflow description file (.ga)
88
@@ -34,7 +34,7 @@ This workflow performs a series of find-and-replace text manipulations, starting
3434from input data that has been tagged ` transposon_set_embl.txt ` and producing a new text
3535dataset that is renamed ` Canonical_transposons.fa ` .
3636
37- ### 4 . Retrieve the ` transposon_set_embl.txt ` dataset
37+ ### 2 . Retrieve the ` transposon_set_embl.txt ` dataset
3838
3939- [x] Create a new history and name it ==` workflow test ` ==
4040- [x] import the dataset
@@ -61,31 +61,16 @@ dataset that is renamed `Canonical_transposons.fa`.
6161
6262- [x] have a close look at the dataset
6363
64- ### 5 . Run the workflow
64+ ### 3 . Run the workflow
6565
6666- [x] Click on the workflow menu
6767- [x] Click the Run option of the workflow (the :arrow_forward: to the right hand side)
6868- [x] Select the appropriate dataset (should be only one already selected)
6969- [x] And Click the `Run workflow`
7070- [x] Look at datasets in the history turning from grey to yellow to green and eventually getting hidden.
7171
72- ### 6 . Check result
72+ ### 4 . Check result
7373You may check that the generated dataset is identical to the one generated with the tool
7474`embl2fa` using the tool `differences between two files`
7575
76- ### 7. Goody for you: an exemple of workflow to treat complex data table
77-
78- As this is a goody, we put here the key steps to run the workflow
79-
80- - [ ] Workflow URL
81- ```
82- https://raw.githubusercontent.com/ARTbio/AnalyseGenome/main/Exercises/Galaxy-Workflow-process_diffmod_table.ga
83- ```
84- - [ ] 2 tools must be installed in your Galaxy instance to get the workflow running:
85- - `add_column_headers`
86- - `column_maker`
87- - [ ] Input table to be parsed/transformed
88- ```
89- https://github.com/ARTbio/AnalyseGenome/raw/main/Exercises/diffmod_table.tsv.zip
90- ```
91-
76+ ---
0 commit comments