Skip to content

Commit

Permalink
Merge pull request #141 from usegalaxy-au/proteomics-lab-shared-data
Browse files Browse the repository at this point in the history
Proteomics lab shared data
  • Loading branch information
neoformit authored Aug 13, 2024
2 parents fea6678 + a71f048 commit 2b8e3b2
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 24 deletions.
12 changes: 6 additions & 6 deletions webapp/home/labs/proteomics/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ footer_md: templates/footer.html
# 1. Relative to this file URL
# 2. Full URL to fetch globally centralized content
sections:
- data.yml
- conversion_modification.yml
- database_searching.yml
- dda_standardised_tools.yml
- dia_standardised_tools.yml
- dda_tmt.yml
- sections/data.yml
- sections/conversion_modification.yml
- sections/database_searching.yml
- sections/dda_standardised_tools.yml
- sections/dia_standardised_tools.yml
- sections/dda_tmt.yml
File renamed without changes.
File renamed without changes.
70 changes: 53 additions & 17 deletions webapp/home/labs/proteomics/templates/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,29 +39,18 @@
</div>

<div class="col">
<a class="text-danger" href="">
<table>
<tr>
<td>
<span class="material-icons px-3" style="font-size: 3rem;">change_circle</span>
</td>
<td>
MS data file format converters
</td>
</tr>
</table>
</a>
</div>

<div class="col">
<a class="text-danger" href="">
<a
href="#"
data-bs-toggle="modal"
data-bs-target="#sharedHistoryModal"
>
<table>
<tr>
<td>
<span class="material-icons px-3" style="font-size: 3rem;">account_tree</span>
</td>
<td>
MS reference data on Galaxy
Shared proteomics histories
</td>
</tr>
</table>
Expand Down Expand Up @@ -100,3 +89,50 @@ <h5 class="modal-title">Galaxy {{ site_name }}</h5>
</div>
</div>
</div>


<div class="modal fade" id="sharedHistoryModal" tabindex="-1">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Galaxy {{ site_name }} Shared Histories</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>
This set of proteomics-specific shared histories contain test or demo data for software available on Proteomics Lab. You can copy these histories directly to your account on Galaxy, making it faster to get started!
</p>

<table class="table table-striped">
<tr>
<td>
Demo data for LFQanalyst and TMTanalyst.
</td>
<td>
<a class="btn btn-primary text-nowrap" href="https://usegalaxy.org.au/u/mike/h/lfq-and-tmt">
View history
</a>
</td>
</tr>
<tr>
<td>
Example data provided for the "MaxQuant and MSstats for the analysis of label-free data" Galaxy Training Network (GTN) tutorial, which is available
<a href="https://gxy.io/GTN:T00219">here</a>.
</td>
<td>
<a
class="btn btn-primary text-nowrap"
href="https://usegalaxy.org.au/u/johan/h/maxquant-and-msstats-for-the-analysis-of-label-free-data-1"
>
View history
</a>
</td>
</tr>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 1e0e78 to 4e6de0

0 comments on commit 2b8e3b2

Please sign in to comment.