You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We stumbled upon a paper ({% cite Li2012 %}) called *"The histone acetyltransferase MOF is a key regulator of the embryonic stem cell core transcriptional network"*. The paper contains the analysis of possible target genes of an interesting protein called Mof. The targets were obtained by ChIP-seq in mice and the raw data is available through [GEO](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE37268).
@@ -195,14 +202,14 @@ we also need a list of genes in mice, which we can obtain from UCSC.
@@ -486,10 +493,10 @@ Great, we are ready to plot things!
486
493
> 4. Choose a title below **Title**, e.g. `Gene counts per chromosome`
487
494
> 5. Switch to the **Settings** tab and change the axis labels
488
495
> 6. Play around with the settings in the **Tracks** tab
489
-
> 7. When you are happy, click the {% icon download-cloud %} to **Save** visualization in the top right of the *main panel*
496
+
> 7. When you are happy, click the {% icon cloud-upload %} icon to **Save** visualization in the top right of the *main panel*
490
497
>
491
498
> This will store it to your saved visualisations. Later you can view,
492
-
> download, or share it with others by clicking on **Visualization**-> **Saved Visualizations** on the left menu bar. In the main panel you can find your saved plot.
499
+
> download, or share it with others by clicking again on **Visualization**on the left menu bar. In the opened menu bar click on the blue **Saved Visualizations**button on top. In the main panel you can find your saved plot.
493
500
>
494
501
{: .hands_on}
495
502
@@ -663,7 +670,7 @@ It's time to reuse the workflow we created earlier.
663
670
664
671
> <hands-on-title>Run a workflow</hands-on-title>
665
672
> 1. Open the workflow menu (left menu bar)
666
-
> 2. Find the workflow you made in the previous section, and select the option **Run**
673
+
> 2. Find the workflow you made in the previous section, and select the option **Run** {% icon workflow-run %}
667
674
> 3. Choose as inputs our `mm9.RefSeq_genes` (`#genes`) BED file and the result of the **Cut** tool (`#peaks`)
668
675
> 4. Click **Run workflow**
669
676
>
@@ -677,23 +684,24 @@ But wouldn't it be more interesting to know the number of peaks in each unique g
677
684
> <hands-on-title>Run a workflow with changed settings</hands-on-title>
678
685
> 1. Open the workflow menu (left menu bar)
679
686
> 2. Find the workflow you made in the previous section, and select the option **Run**
680
-
> 3. Choose as inputs our `mm9.RefSeq_genes` (`#genes`) BED file and the result of the **Cut** tool (`#peaks`)
681
-
> 4. Click on the title of the {% icon tool %} **Group** tool to expand the options.
682
-
> 5. Change the following settings by clicking on the {% icon galaxy-pencil %} (pencil) icon on the left:
687
+
> 3. Click on **Workflow run settings** {% icon galaxy-wf-options %} and then on **Expanded workflow form**
688
+
> 4. Choose as inputs our `mm9.RefSeq_genes` (`#genes`) BED file and the result of the **Cut** tool (`#peaks`)
689
+
> 5. Click on the title of the {% icon tool %} **Group** tool to expand the options
690
+
> 6. Change the following settings by clicking on the {% icon galaxy-pencil %} (pencil) icon on the left:
683
691
> - *"Group by column"*: `7`
684
692
> - In *"Operation"*:
685
693
> - *"On column"*: `7`
686
-
> 6. Click **Run workflow**
694
+
> 7. Click **Run workflow**
687
695
{: .hands_on}
688
696
689
697
Congratulations! You should have a file with all the unique gene names and a count on how many peaks they contained.
690
698
691
699
> <question-title></question-title>
692
700
>
693
-
> The list of unique genes is not sorted. Try to sort it on your own!
701
+
> The list of unique genes is not sorted or you workflow included a sorting step but for the gene names. Try to sort it on your own!
694
702
>
695
703
> > <solution-title></solution-title>
696
-
> > You can use the tool "Sort data in ascending or descending order" on column 2 and "fast numeric sort".
704
+
> > You can use the tool "Sort data in ascending or descending order" or rerun to sort tool of your workflow. Sort on column 2 and "fast numeric sort".
697
705
> {: .solution }
698
706
{: .question}
699
707
@@ -702,16 +710,16 @@ Congratulations! You should have a file with all the unique gene names and a cou
702
710
703
711
One of the most important features of Galaxy comes at the end of an analysis. When you have published striking findings, it is important that other researchers are able to reproduce your in-silico experiment. Galaxy enables users to easily share their workflows and histories with others.
704
712
705
-
To share a history, click on the {% icon galaxy-history-options %} history options and select `Share or Publish`. On this page you can do 3 things:
713
+
To share a history, click on the {% icon galaxy-history-options %} history options and select `Share & Manage Access`. On this tab (**Share or Publish**) you can **Make History accessible** or **Share History with Individual Users**:
706
714
707
715
708
-
1. **Make accessible via Link**
716
+
1. **Make History accessible**
709
717
710
718
This generates a link that you can give out to others. Anybody with this link will be able to view your history.
711
719
712
-
2. **Make History publicly available in Published Histories**
720
+
2. **Make History publicly available**
713
721
714
-
This will not only create a link, but will also publish your history. This means your history will be listed under `Data → Histories → Published Histories` in the top menu.
722
+
This will not only create a link, but will also publish your history. This means your history will be listed under `Histories → Published Histories` in the left menu and other users can access the history there.
715
723
716
724
3. **Share with Individual Users**
717
725
@@ -725,7 +733,7 @@ To share a history, click on the {% icon galaxy-history-options %} history opti
725
733
> 2. See if you can do the same with your workflow!
726
734
> 3. Find the history and/or workflow shared by your neighbour
727
735
>
728
-
> Histories shared with specific users can be accessed by those users under `Data → Histories → Histories shared with me`.
736
+
> Histories shared with specific users can be accessed by those users under `Histories → Shared with Me`.
0 commit comments