Skip to content

Commit c0a7625

Browse files
scorreardgithub-actions[bot]
authored andcommitted
proteomics community resources update
1 parent 4a40598 commit c0a7625

11 files changed

Lines changed: 2521 additions & 2013 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Community subdomain/Lab
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{% load markdown %}
2+
3+
<!-- <section class="my-5">
4+
{% if help_links %}
5+
<h4 class="mb-3">{{ lab_name }} community support</h4>
6+
<ul>
7+
{% for link in help_links %}
8+
<li>
9+
<a href="{{ link.url }}" target="_blank">{{ link.title }}</a>
10+
</li>
11+
{% endfor %}
12+
</ul>
13+
{% endif %}
14+
</section>
15+
16+
<section>
17+
<h4 class="mb-3">News and Events</h4>
18+
19+
<div class="row justify-content-center">
20+
<div class="col">
21+
<iframe width="400px" height="600px" src="https://training.galaxyproject.org/training-material/topics/microbiome/feed.w.xml"></iframe>
22+
</div>
23+
<div class="col">
24+
<iframe width="400px" height="600px" src="https://training.galaxyproject.org/training-material/feeds/microbiome-month.w.xml"></iframe>
25+
</div>
26+
</div>
27+
</section> -->
28+
29+
{% if feedback_email %}
30+
<section class="my-5">
31+
<h4 class="my-3">What do you think of the {{ lab_name }}?</h4>
32+
<button
33+
class="ga-btn"
34+
data-bs-toggle="modal"
35+
data-bs-target="#feedbackModal"
36+
>
37+
Give feedback
38+
</button>
39+
</section>
40+
{% endif %}
41+
42+
<section class="my-5">
43+
<h4 class="mb-3">Cite Us</h4>
44+
</section>
45+
46+
<section class="my-5">
47+
If you find the {{ lab_name }} Lab and the effort of the {{ lab_name }} community useful for your research, please cite us using this webpage.
48+
<!-- If you find the {{ lab_name }} Lab and the effort of the {{ lab_name }} community useful for your research, please cite us using our <a href="https://www.biorxiv.org/content/10.1101/2024.12.23.629682v1" target="_blank" rel="noopener noreferrer">preprint</a>-->
49+
</section>
50+
51+
<section id="conclusionExtra">
52+
{{ conclusion_extra_md|safe }}
53+
</section>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<section class="my-5" id="tagline">
2+
<p>
3+
Welcome to the Galaxy {{ site_name }} {{ lab_name }} by the {{ lab_name }} community!
4+
</p>
5+
6+
<p>
7+
#Here include an intro to your page, see the ex mple below from the microgalaxy community
8+
# Whether you're working with microbiome samples or bacterial isolates, long or short reads, shotgun or 16S sequencing, genomics, transcriptomics, proteomics, metabolomics, or integrative multi-omics analysis—this is the place for you! Learn more about the Microbiology Lab and the effort of the microGalaxy community in our <a href="https://www.biorxiv.org/content/10.1101/2024.12.23.629682v1" target="_blank" rel="noopener noreferrer">preprint</a>. </p>
9+
<p>
10+
<a
11+
href="#"
12+
data-bs-toggle="modal"
13+
data-bs-target="#infoModal">
14+
How does this page relate to Galaxy {{ site_name }}?
15+
</a>
16+
</p>
17+
18+
{{ intro_extra_md }}
19+
20+
<div class="modal fade" id="infoModal" tabindex="-1">
21+
<div class="modal-dialog modal-lg">
22+
<div class="modal-content">
23+
<div class="modal-header">
24+
<h5 class="modal-title">Galaxy {{ site_name }}</h5>
25+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
26+
</div>
27+
<div class="modal-body">
28+
<p>
29+
This site <em>{{ subdomain }}.{{ root_domain }}</em> is connected to the same server as <em>{{ root_domain }}</em>, but with an interface dedicated to helping our {{ analysis_name }} researchers. Your history, jobs and data quota are shared with the "Base" Galaxy {{ site_name }} website.
30+
</p>
31+
<p><a class="ga-btn" href="https://{{ root_domain }}" target="_blank">Take me back to Galaxy {{ site_name }}</a></p>
32+
<p><a class="ga-btn" href="https://{{ root_domain }}/about">What is Galaxy {{ site_name }}?</a></p>
33+
<p><a class="ga-btn" href="{{support}}">Galaxy {{ site_name }} support</a></p>
34+
</div>
35+
<div class="modal-footer">
36+
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
37+
</div>
38+
</div>
39+
</div>
40+
</div>
41+
</section>
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
id: data
2+
title: Getting started
3+
tabs:
4+
- id: data-import
5+
title: Data import
6+
heading_md: >
7+
Common tools that allow for data import.
8+
content:
9+
- title_md: Import data to Galaxy
10+
description_md: >
11+
Standard upload of data to Galaxy, from your computer or from the web.
12+
button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=upload1"
13+
button_tip: Upload Data
14+
- title_md: Download data from NCBI GenBank/RefSeq
15+
description_md: >
16+
Download sequences from GenBank/RefSeq by accession through the NCBI ENTREZ API
17+
button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fiuc%2Fncbi_acc_download%2Fncbi_acc_download"
18+
button_tip: Download Data from NCBI
19+
- title_md: Download raw reads from NCBI SRA
20+
description_md: >
21+
Faster Download and Extract Reads in FASTQ format from NCBI SRA
22+
button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fiuc%2Fsra_tools%2Ffasterq_dump"
23+
button_tip: Download raw reads from NCBI SRA
24+
- title_md: Download run data from EBI SRA
25+
description_md: >
26+
ENA data can be searched and retrieved interactively and programmatically and visualized using this ENA Browser tool
27+
button_link: "https://www.ebi.ac.uk/ena/browser/search"
28+
button_tip: Download run data from EBI SRA
29+
- title_md: Download run data from UCSC
30+
description_md: >
31+
Use this tool to retrieve and export data from the Genome Browser annotation track database
32+
button_link: "https://genome.ucsc.edu/cgi-bin/hgTables"
33+
button_tip: Download run data from UCSC
34+
35+
# - id: highlight-tools
36+
# title: Highlight tools
37+
# heading_md: >
38+
# Flagship tools for <your-community>
39+
# content:
40+
# - title_md: <code>Bakta</code> - Rapid and standardized annotation of bacterial genomes, MAGs and plasmids
41+
# description_md: >
42+
# A tool for the rapid & standardized annotation of bacterial genomes and plasmids from both isolates and Metagenomic Assembled Genomes (MAGs).
43+
# inputs:
44+
# - datatypes:
45+
# - fasta
46+
# button_link: "{{ galaxy_base_url }}/root?tool_id=toolshed.g2.bx.psu.edu/repos/iuc/bakta/bakta"
47+
48+
# - id: interactive-tools
49+
# title: Interactive tools
50+
# heading_md: >
51+
# Interactive tools for <your-community>
52+
# content:
53+
# - title_md: <code>Pavian</code> - Interactive analysis of metagenomics data
54+
# description_md: >
55+
# An interactive browser application for analyzing and visualization metagenomics classification results from classifiers such as Kraken, KrakenUniq, Kraken 2, Centrifuge and MetaPhlAn. Pavian also provides an alignment viewer for validation of matches to a particular genome.
56+
# inputs:
57+
# - datatypes:
58+
# - Kraken report
59+
# - MetaPhlAn report
60+
# button_link: "{{ galaxy_base_url }}/root?tool_id=interactive_tool_pavian"
61+
62+
# - id: learning-pathways
63+
# title: Learning pathways
64+
# heading_md: >
65+
# Connected tutorials to train you to perform microbial data analysis.
66+
# content:
67+
# - title_md: Introduction to Galaxy and Sequence analysis
68+
# description_md: >
69+
# New to Galaxy and/or the field of genomics? In this learning pathway, you will learn how to use Galaxy for analysis, and will be guided through the most common first steps of any genome analysis; quality control and a mapping or assembly of your genomic sequences.
70+
# button_link: https://training.galaxyproject.org/training-material/learning-pathways/intro-to-galaxy-and-genomics.html
71+
# button_icon: tutorial
72+
# button_tip: Open Learning Pathway
73+
# heading_md: >
74+
# Connected tutorials to train you to perform microbial data analysis.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
id: tools
2+
title: Community curated tools
3+
tabs: []
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
id: workflows
2+
title: Community curated workflows
3+
tabs:
4+
- id: iwc
5+
content: []
6+
- id: other_workflowhub
7+
content: []
8+
- id: gtn
9+
content: []
10+
- id: public
11+
content: []
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
id: tutorials
2+
title: Community curated tutorials
3+
tabs: []
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
id: support
2+
title: Support & Help
3+
tabs:
4+
- id: help
5+
title: Help
6+
heading_md: >
7+
You can request help through different channels. If you think your problem might help other users as well,
8+
please post it in the Galaxy Help Forum. Please report tool bugs through our
9+
[support channel]({{ support_url }})
10+
and for specific questions feel free to reach out via the matrix chat.
11+
content:
12+
- title_md: Troubleshooting
13+
description_md: >
14+
Find specific advice for
15+
{gtn modal}[troubleshooting Galaxy errors](https://training.galaxyproject.org/training-material/faqs/galaxy/analysis_troubleshooting.html)
16+
on the GTN.
17+
- title_md: Galaxy Support
18+
description_md: >
19+
Any user of Galaxy {{ site_name }} can request support online!
20+
button_md: Request support
21+
button_link: "{{ support_url }}"
22+
button_icon: help
23+
button_tip: Request support
24+
# - title_md: microGalaxy chat room
25+
# description_md: >
26+
# Chat with members of the microGalaxy community on Matrix
27+
# button_link: "{{ microgalaxy_matrix }}"
28+
# button_md: Matrix channel
29+
# button_icon: social
30+
# button_tip: Join the chat
31+
32+
- id: faq
33+
title: FAQ
34+
content:
35+
- title_md: How can I increase my storage quota?
36+
description_md: >
37+
Please submit a quota request if your Galaxy account reaches its data storage limit. Requests are usually provisioned quickly if you provide a reasonable use case for your request.
38+
button_md: Request
39+
button_link: "{{ quota_request_url }}"
40+
button_tip: Request quota
41+
button_icon: help
42+
- title_md: Can I upload sensitive data?
43+
description_md: >
44+
No, please do not upload personal or sensitive, such as human health or clinical data. Please see our
45+
[Privacy Policy]({{ data_policy_url }})
46+
page for definitions of sensitive and health-related information.
47+
48+
Please also make sure you have read our
49+
[Terms of Service]({{ terms_url }}),
50+
which covers hosting and analysis of research data.
51+
- title_md: Is my data private?
52+
description_md: >
53+
Please read our
54+
[Privacy Policy]({{ data_policy_url }})
55+
for information on your personal data and any data that you upload.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
id: community
2+
title: Community
3+
tabs:
4+
- id: participate
5+
title: Participate
6+
content:
7+
- title_md: Join our community!
8+
description_md: >
9+
This Galaxy space is the result of hard, collaborative work by many contributors.
10+
# It is maintained by the microGalaxy Community of Practice.
11+
# This group unites scientists like yourself with software developers and bioinformaticians to create, share, and test resources to make microvial data analysis easier.
12+
# Check out our site and join our community via [microGalaxy mailing list](https://lists.galaxyproject.org/lists/microgalaxy@lists.galaxyproject.org)!
13+
# - title_md: Chat with others!
14+
# description_md: >
15+
# Use our matrix channel to chat with others from microGalaxy community
16+
# button_link: "{{ microgalaxy_matrix }}"
17+
# button_md:
18+
# button_tip: Visit microGalaxy
19+
# button_icon: social
20+
21+
- id: governance
22+
title: How is the Galaxy Community organised?
23+
heading_md: >
24+
Learn about the
25+
{gtn modal}[governance structure of Galaxy communities](https://training.galaxyproject.org/training-material/topics/community/faqs/governance_structure.html) on the GTN.
26+
content: []
27+
28+
- id: links
29+
title: Galaxy Community support links
30+
content:
31+
- title_md: "For general Galaxy support"
32+
description_md: "General Galaxy support"
33+
button_link: "{{ general_support }}"
34+
button_tip: Galaxy Support
35+
button_icon: help
36+
- title_md: "General Help Forum"
37+
description_md: "Access general Galaxy help"
38+
button_link: "{{ galaxy_help_url }}"
39+
button_tip: Help forum
40+
button_icon: help
41+
- title_md: "Galaxy Training Network Slack Workspace"
42+
description_md: "Join the GTN Slack community"
43+
button_link: "{{ gtn_slack_url }}"
44+
button_tip: Slack channel - Join the GTN Slack community.
45+
button_icon: social
46+
- title_md: "Galaxy Training Network Community Chat Room"
47+
description_md: "Connect on the GTN Matrix chat"
48+
button_link: "{{ gtn_matrix_channel }}"
49+
button_tip: Matrix channel - Connect on the GTN Matrix chat.
50+
button_icon: social
51+
# - title_md: "microGalaxy User Community Chat Room"
52+
# description_md: "Join the microGalaxy Matrix chat"
53+
# button_link: "{{ microgalaxy_matrix }}"
54+
# button_tip: Matrix channel - Join the microGalaxy Matrix chat.
55+
# button_icon: social
56+
- title_md: "General Galaxy Project Chat Room"
57+
description_md: "Join the Galaxy project chat"
58+
button_link: "{{ galaxy_matrix_channel }}"
59+
button_tip: Matrix channel - Join the Galaxy project chat.
60+
button_icon: social
61+
- title_md: "European Galaxy Server Chat Room"
62+
description_md: "Join the usegalaxy.eu chat"
63+
button_link: "{{ european_server_matrix_channel }}"
64+
button_tip: Matrix channel - Join the usegalaxy.eu chat.
65+
button_icon: social
66+
exclude_from:
67+
- usegalaxy.org.au

communities/proteomics/metadata/tool_status.tsv

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ bed_to_protein_map galaxyp Converts a BED file to a tabular list of exon locatio
55
bioconductor-msnbase recetox MSnbase provides infrastructure for manipulation, processing and visualisation of mass spectrometry and proteomics data, ranging from raw to quantitative and annotated data. False False
66
bioconductor_mzr recetox Galaxy wrapper for the Bioconductor mzR package, enabling conversion between common mass spectrometry data formats (mzML, mzXML, netCDF) within Galaxy workflows.
77
bioconductor_scp recetox scp is a package for the single cell proteomics data processing. False False
8+
biosigner workflow4metabolomics [W4M][Metabolomics][LC-MS][GC-MS][NMR] Discovery of significant signatures from omics data.
89
bumbershoot galaxyp
910
calisp galaxyp Calgary approach to isotopes in proteomics False False
1011
cardinal galaxyp Statistical and computational tools for analyzing mass spectrometry imaging datasets
@@ -32,6 +33,7 @@ flashlfq galaxyp FlashLFQ mass-spectrometry proteomics label-free quantification
3233
fragpipe galaxyp Data analysis for mass spectrometry-based proteomics. False False
3334
freqsap recetox Get frequencies of single amino-acid polymorphisms based on nucleid-acid polymorphism for different populations from UniProt and DbSNP.
3435
hardklor galaxyp Hardklör False False
36+
heatmap ethevenot [W4M][Metabolomics][LC-MS][GC-MS][NMR] Heatmap of the data matrix.
3537
hirieftools galaxyp HiRIEF tools False False
3638
idconvert galaxyp Convert mass spectrometry identification files on linux or MacOSX False False
3739
lfq_protein_quant galaxyp Enable protein summarisation and quantitation False False
@@ -65,6 +67,7 @@ percolator galaxyp Percolator False False
6567
pmd_fdr galaxyp Calculate Precursor Mass Discrepancy (PMD) for MS/MS False False
6668
prot_scriber iuc Protein annotation of short human readable descriptions False False
6769
protease_prediction bgruening This tool can learn the cleavage specificity of a given class of proteases.
70+
protein_mosaic_q galaxyp Calculate the Mosaic Q descriptor and visualise amino acid clustering in protein structures
6871
proteinortho iuc Proteinortho is a tool to detect orthologous proteins/genes within different species. False False
6972
proteomics_improviser bgruening Visualisation of PepXML files
7073
proteomics_moff galaxyp moFF (a modest Feature Finder) extracts MS1 intensities from RAW and mzML spectrum files. False False
@@ -82,15 +85,16 @@ psm_to_sam galaxyp PSM to SAM False False
8285
psm_validation galaxyp Validate PSM from Ion Fragmentation False False
8386
psortb bgruening PSORTb — protein subcellular localization prediction for prokaryotes
8487
ptxqc galaxyp Quality control reports for MaxQuant results
88+
pybaselines recetox Baseline correction of extracted ion chromatograms using pybaselines
8589
pyprophet galaxyp Semi-supervised learning and scoring of OpenSWATH results.
8690
pyteomics galaxyp Tools using the pyteomics library False False
8791
quantp galaxyp Correlation between protein and transcript abundance False False
8892
quantwiz_iq galaxyp Isobaric Quantitation using QuantWiz-IQ False False
8993
rawtools galaxyp Raw Tools False False
90-
reactome_pathwaymatcher galaxyp Reactome Pathway Matcher False False
9194
scop3p iuc Fetch post-translational modifications (PTMs) from Scop3P database
9295
sipros ufz Labeled protein identification
9396
sixgill galaxyp Six-frame Genome-Inferred Libraries for LC-MS/MS False False
97+
sopa iuc sopa – Spatial-omics pipeline and analysis
9498
spectrast2spectrast_irt galaxyp Filter from spectraST files to swath input files False False
9599
spectrast2tsv galaxyp Filter from spectraST files to swath input files False False
96100
swissmodel_modelling_api iuc Fully automated protein structure homology-modelling

0 commit comments

Comments
 (0)