Skip to content

Commit 80aa5c4

Browse files
authored
Merge pull request #135 from ARTbio/ag2025-lastpart
Update workflow doc and move VM image sharing page
2 parents 0153142 + 5541328 commit 80aa5c4

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed

docs/AnalyseGenomes_2025/Run_workflow.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
3434
from input data that has been tagged `transposon_set_embl.txt` and producing a new text
3535
dataset 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
7373
You 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+
---
File renamed without changes.

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ nav:
224224
- SUP MATERIAL:
225225
- BOWTIE ALIGNMENT USING COMMAND LINES: AnalyseGenomes_2025/bowtie_cli.md
226226
- BOWTIE ALIGNMENT USING GALAXY: AnalyseGenomes_2025/bowtie_galaxy.md
227-
- SHARE VM IMAGE WITH CLASS STUDENTS: AnalyseGenomes_2025/share_vm_image.md
228227

229228
- Run your Galaxy server:
230229
- INTRODUCTION: Run-Galaxy/index.md

0 commit comments

Comments
 (0)