Skip to content

Commit 77f0205

Browse files
authored
Merge pull request #6516 from katherine-d21/patch-2
Enhance tutorial with peptide annotation and queries
2 parents c427344 + 3cba46e commit 77f0205

File tree

23 files changed

+436
-779
lines changed

23 files changed

+436
-779
lines changed

faqs/galaxy/workflows_run.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ title: Running a workflow
33
area: workflows
44
box_type: tip
55
layout: faq
6-
contributors: [shiltemann,hexylena,wm75, Marie59]
6+
contributors: [shiltemann,hexylena,wm75, Marie59,katherine-d21]
77
---
88

9-
1. Click on **Workflows** on the vertical panel on the left of the **Galaxy action list**
10-
2. At the top of the resulting page you will have the option to switch between the *My workflows*, *Workflows shared with me* and *Public workflows* tabs. Select the tab {% if include.tab %}`{{ include.tab }}`{% else %} you want to see all workflows in that category.{% endif %}.
11-
3. Search for {% if include.name %}`{{ include.name }}`{% else %} your desired workflow {% endif %}.
9+
1. Click on **Workflows** on the vertical panel on the left of the **Galaxy action list**.
10+
2. At the top of the resulting page you will have the option to switch between the *My workflows*, *Workflows shared with me* and *Public workflows* tabs.
11+
3. {% if include.tab %}Select the tab `{{ include.tab }}`{% else %}Select the tab you want to see all workflows in that category{% endif %}
12+
4. {% if include.name %}Search workflows `{{ include.name }}`{% else %}Search for your desired workflow{% endif %}.
1213

1314
![Select workflow]({% link topics/climate/images/bgc_calib/bgc_workflow.png %}){:width="15%"}
1415

15-
4. Click on the workflow name: a pop-up window opens with a preview of the workflow
16-
5. To run it directly: click **Run** (top-right)
16+
5. Click on the workflow name: a pop-up window opens with a preview of the workflow.
17+
6. To run it directly: click **Run** (top-right).
1718

18-
6. **Recommended**: click **Import** (left of Run) to make your own local copy under *Workflows / My Workflows*
19+
7. **Recommended**: click **Import** (left of Run) to make your own local copy under *Workflows / My Workflows*.
1920

2021
You may have to refresh your history to see the queued jobs
1.13 MB
Loading

topics/proteomics/tutorials/neoantigen-fragpipe-discovery/tutorial.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,8 @@ To rerun this entire analysis at once, you can use our workflow. Below we show h
319319
320320
> <hands-on-title>Running the Workflow</hands-on-title>
321321
>
322-
> 1. **Import the workflow** into Galaxy:
323-
>
324-
> {% snippet faqs/galaxy/workflows_run_trs.md path="topics/proteomics/tutorials/neoantigen-fragpipe-discovery/workflows/main_workflow.ga" title="Fragpipe Discovery" %}
325-
>
322+
> 1. **Import the workflow** into Galaxy:
323+
> - (Neoantigen Database Search)[https://tinyurl.com/ipepgen-dbsearch-wf]
326324
>
327325
> 2. Run **Workflow** {% icon workflow %} using the following parameters:
328326
> - *"Send results to a new history"*: `No`
@@ -333,6 +331,13 @@ To rerun this entire analysis at once, you can use our workflow. Below we show h
333331
>
334332
> {% snippet faqs/galaxy/workflows_run.md %}
335333
>
334+
> <comment-title>DISCLAIMER</comment-title>
335+
>
336+
> - If any step in this workflow fails, please ensure that the input files have been correctly generated and formatted by the preceding tools. Workflow failures often result from improperly called or incomplete input data rather than errors in the workflow itself. Users are responsible for verifying their input before troubleshooting workflow issues.
337+
>
338+
> {: .comment}
339+
>
340+
>
336341
{: .hands_on}
337342
338343
# Are you feeling adventurous? ✨

topics/proteomics/tutorials/neoantigen-fragpipe-discovery/workflows/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ layout: workflow-list
33

44
redirect_from:
55
- /topics/proteomics/tutorials/neoantigen-3-fragpipe-discovery/workflows/
6+
- /topics/proteomics/tutorials/neoantigen-fragpipe-discovery/workflows/main_workflow.html
67
---

topics/proteomics/tutorials/neoantigen-fragpipe-discovery/workflows/main_workflow.ga

Lines changed: 0 additions & 571 deletions
This file was deleted.

topics/proteomics/tutorials/neoantigen-fusion-database-generation/tutorial.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ Using regex (regular expressions) for find and replace is a powerful technique f
346346
> {% snippet faqs/galaxy/analysis_regular_expressions.md %}
347347
>
348348
> 2. Rename the output FASTA as `Arriba-Fusion-Database.fasta`
349+
>
349350
{: .hands_on}
350351
351352
@@ -360,8 +361,7 @@ To rerun this entire analysis at once, you can use our workflow. Below, we show
360361
> <hands-on-title>Running the Workflow</hands-on-title>
361362
>
362363
> 1. **Import the workflow** into Galaxy:
363-
>
364-
> {% snippet faqs/galaxy/workflows_run_trs.md path="topics/proteomics/tutorials/neoantigen-fusion-database-generation/workflows/main_workflow.ga" title="Neoantigen Fusion Database Generation" %}
364+
> - (Neoantigen Fusion Database Generation)[https://tinyurl.com/ipepgen-gene-fusion-wf]
365365
>
366366
>
367367
> 2. Run **Workflow** {% icon workflow %} using the following parameters:
@@ -373,6 +373,12 @@ To rerun this entire analysis at once, you can use our workflow. Below, we show
373373
>
374374
> {% snippet faqs/galaxy/workflows_run.md %}
375375
>
376+
> <comment-title>DISCLAIMER</comment-title>
377+
>
378+
> - If any step in this workflow fails, please ensure that the input files have been correctly generated and formatted by the preceding tools. Workflow failures often result from improperly called or incomplete input data rather than errors in the workflow itself. Users are responsible for verifying their input before troubleshooting workflow issues.
379+
>
380+
> {: .comment}
381+
>
376382
{: .hands_on}
377383
378384
# Are you feeling adventurous? ✨

topics/proteomics/tutorials/neoantigen-fusion-database-generation/workflows/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ layout: workflow-list
33

44
redirect_from:
55
- /topics/proteomics/tutorials/neoantigen-1-fusion-database-generation/workflows/
6+
- /topics/proteomics/tutorials/neoantigen-fusion-database-generation/workflows/main_workflow.html
67
---

topics/proteomics/tutorials/neoantigen-fusion-database-generation/workflows/main_workflow.ga

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)