Skip to content

Commit 0d7c066

Browse files
scorreardgithub-actions[bot]
authored andcommitted
spoc community resources update
1 parent 95dcee6 commit 0d7c066

78 files changed

Lines changed: 79641 additions & 1326 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
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>

communities/spoc/lab/intro.html

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: 190 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,190 @@
1+
id: tools
2+
title: Community curated tools
3+
tabs:
4+
- id: clustering
5+
title: Clustering
6+
heading_md: 'Top 10 most used tools* for the EDAM operation: Clustering <br> *based
7+
on usage statistics from Galaxy’s main servers over the last five years'
8+
content:
9+
- title_md: gsc_scran_normalize
10+
description_md: |-
11+
Normalize raw counts using scran
12+
(Tool usage: 616)
13+
<ul>
14+
<li><a href="{{ galaxy_base_url }}/?tool_id=scran_normalize">scran_normalize</a></li>
15+
</ul>
16+
- title_md: infercnv
17+
description_md: |-
18+
Infer Copy Number Variation from Single-Cell RNA-Seq Data
19+
(Tool usage: 31)
20+
<ul>
21+
<li><a href="{{ galaxy_base_url }}/?tool_id=infercnv">infercnv</a></li>
22+
</ul>
23+
- title_md: gsc_filter_cells
24+
description_md: |-
25+
Filter single cell RNAseq data on library depth and number of detected genes
26+
(Tool usage: 0)
27+
<ul>
28+
<li><a href="{{ galaxy_base_url }}/?tool_id=filter_cells">filter_cells</a></li>
29+
</ul>
30+
- title_md: gsc_filter_genes
31+
description_md: |-
32+
Filter genes that are detected in less than a fraction of libraries in single cell RNAseq data
33+
(Tool usage: 0)
34+
<ul>
35+
<li><a href="{{ galaxy_base_url }}/?tool_id=filter_genes">filter_genes</a></li>
36+
</ul>
37+
- title_md: gsc_gene_expression_correlations
38+
description_md: |-
39+
Compute single-cell paire-wise gene expressions correlations
40+
(Tool usage: 0)
41+
<ul>
42+
<li><a href="{{ galaxy_base_url }}/?tool_id=single_cell_gene_expression_correlations">single_cell_gene_expression_correlations</a></li>
43+
</ul>
44+
- title_md: gsc_high_dimensions_visualisation
45+
description_md: |-
46+
Generates PCA, t-SNE and HCPC visualisation
47+
(Tool usage: 0)
48+
<ul>
49+
<li><a href="{{ galaxy_base_url }}/?tool_id=high_dimensions_visualisation">high_dimensions_visualisation</a></li>
50+
</ul>
51+
- title_md: gsc_mannwhitney_de
52+
description_md: |-
53+
Perform a mann-whitney differential testing between two sets of gene expression data
54+
(Tool usage: 0)
55+
<ul>
56+
<li><a href="{{ galaxy_base_url }}/?tool_id=mannwhitney_de">mannwhitney_de</a></li>
57+
</ul>
58+
- title_md: gsc_signature_score
59+
description_md: |-
60+
Compute signature scores from single cell RNAseq data
61+
(Tool usage: 0)
62+
<ul>
63+
<li><a href="{{ galaxy_base_url }}/?tool_id=signature_score">signature_score</a></li>
64+
</ul>
65+
- id: no_associated_edam_operation
66+
title: No associated EDAM operation
67+
heading_md: 'Top 10 most used tools* for the EDAM operation: No associated EDAM
68+
operation <br> *based on usage statistics from Galaxy’s main servers over the
69+
last five years'
70+
content:
71+
- title_md: volcanoplot
72+
description_md: |-
73+
Tool to create a Volcano Plot
74+
(Tool usage: 126750)
75+
<ul>
76+
<li><a href="{{ galaxy_base_url }}/?tool_id=volcanoplot">volcanoplot</a></li>
77+
</ul>
78+
- title_md: anndata
79+
description_md: |-
80+
Import, Export, Inspect and Manipulate Anndata and Loom objects
81+
(Tool usage: 87208)
82+
<ul>
83+
<li><a href="{{ galaxy_base_url }}/?tool_id=anndata_export">anndata_export</a></li>
84+
<li><a href="{{ galaxy_base_url }}/?tool_id=anndata_import">anndata_import</a></li>
85+
<li><a href="{{ galaxy_base_url }}/?tool_id=anndata_inspect">anndata_inspect</a></li>
86+
<li><a href="{{ galaxy_base_url }}/?tool_id=anndata_manipulate">anndata_manipulate</a></li>
87+
<li><a href="{{ galaxy_base_url }}/?tool_id=modify_loom">modify_loom</a></li>
88+
</ul>
89+
- title_md: seurat
90+
description_md: |-
91+
Seurat - R toolkit for single cell genomics
92+
(Tool usage: 10776)
93+
<ul>
94+
<li><a href="{{ galaxy_base_url }}/?tool_id=seurat_create">seurat_create</a></li>
95+
<li><a href="{{ galaxy_base_url }}/?tool_id=seurat_data">seurat_data</a></li>
96+
<li><a href="{{ galaxy_base_url }}/?tool_id=seurat_integrate">seurat_integrate</a></li>
97+
<li><a href="{{ galaxy_base_url }}/?tool_id=seurat_clustering">seurat_clustering</a></li>
98+
<li><a href="{{ galaxy_base_url }}/?tool_id=seurat_preprocessing">seurat_preprocessing</a></li>
99+
<li><a href="{{ galaxy_base_url }}/?tool_id=seurat_plot">seurat_plot</a></li>
100+
<li><a href="{{ galaxy_base_url }}/?tool_id=seurat_reduce_dimension">seurat_reduce_dimension</a></li>
101+
</ul>
102+
- title_md: sceasy
103+
description_md: |-
104+
Convert scRNA data object between popular formats
105+
(Tool usage: 2488)
106+
<ul>
107+
<li><a href="{{ galaxy_base_url }}/?tool_id=sceasy_convert">sceasy_convert</a></li>
108+
</ul>
109+
- title_md: deseq2_normalization
110+
description_md: |-
111+
Normalizes gene hitlists
112+
(Tool usage: 0)
113+
<ul>
114+
<li><a href="{{ galaxy_base_url }}/?tool_id=deseq2_normalization">deseq2_normalization</a></li>
115+
</ul>
116+
- id: rna-seq_analysis
117+
title: RNA-Seq analysis
118+
heading_md: 'Top 10 most used tools* for the EDAM operation: RNA-Seq analysis <br>
119+
*based on usage statistics from Galaxy’s main servers over the last five years'
120+
content:
121+
- title_md: deseq2
122+
description_md: |-
123+
Differential gene expression analysis based on the negative binomial distribution
124+
(Tool usage: 449489)
125+
<ul>
126+
<li><a href="{{ galaxy_base_url }}/?tool_id=deseq2">deseq2</a></li>
127+
</ul>
128+
- title_md: deg_annotate
129+
description_md: |-
130+
Annotate DESeq2/DEXSeq output tables
131+
(Tool usage: 79388)
132+
<ul>
133+
<li><a href="{{ galaxy_base_url }}/?tool_id=deg_annotate">deg_annotate</a></li>
134+
</ul>
135+
- title_md: crosscontamination_barcode_filter
136+
description_md: |-
137+
Barcode contamination discovery tool
138+
(Tool usage: 559)
139+
<ul>
140+
<li><a href="{{ galaxy_base_url }}/?tool_id=crosscontamination_barcode_filter">crosscontamination_barcode_filter</a></li>
141+
</ul>
142+
- title_md: velocyto
143+
description_md: |-
144+
Velocyto is a library for the analysis of RNA velocity.
145+
(Tool usage: 398)
146+
<ul>
147+
<li><a href="{{ galaxy_base_url }}/?tool_id=velocyto_cli">velocyto_cli</a></li>
148+
</ul>
149+
- id: visualisation
150+
title: Visualisation
151+
heading_md: 'Top 10 most used tools* for the EDAM operation: Visualisation <br>
152+
*based on usage statistics from Galaxy’s main servers over the last five years'
153+
content:
154+
- title_md: schicexplorer
155+
description_md: |-
156+
scHiCExplorer: Set of programs to process, analyze and visualize scHi-C data.
157+
(Tool usage: 2204)
158+
<ul>
159+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicadjustmatrix">schicexplorer_schicadjustmatrix</a></li>
160+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schiccluster">schicexplorer_schiccluster</a></li>
161+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicclustercompartments">schicexplorer_schicclustercompartments</a></li>
162+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicclusterminhash">schicexplorer_schicclusterminhash</a></li>
163+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicclustersvl">schicexplorer_schicclustersvl</a></li>
164+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicconsensusmatrices">schicexplorer_schicconsensusmatrices</a></li>
165+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schiccorrectmatrices">schicexplorer_schiccorrectmatrices</a></li>
166+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schiccreatebulkmatrix">schicexplorer_schiccreatebulkmatrix</a></li>
167+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicdemultiplex">schicexplorer_schicdemultiplex</a></li>
168+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicinfo">schicexplorer_schicinfo</a></li>
169+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicmergematrixbins">schicexplorer_schicmergematrixbins</a></li>
170+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicmergetoscool">schicexplorer_schicmergetoscool</a></li>
171+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicnormalize">schicexplorer_schicnormalize</a></li>
172+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicplotclusterprofiles">schicexplorer_schicplotclusterprofiles</a></li>
173+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicplotconsensusmatrices">schicexplorer_schicplotconsensusmatrices</a></li>
174+
<li><a href="{{ galaxy_base_url }}/?tool_id=schicexplorer_schicqualitycontrol">schicexplorer_schicqualitycontrol</a></li>
175+
</ul>
176+
- title_md: scpipe
177+
description_md: |-
178+
A flexible preprocessing pipeline for single-cell RNA-sequencing data
179+
(Tool usage: 1443)
180+
<ul>
181+
<li><a href="{{ galaxy_base_url }}/?tool_id=scpipe">scpipe</a></li>
182+
</ul>
183+
- title_md: spapros
184+
description_md: |-
185+
Select and evaluate probe sets for targeted spatial transcriptomics.
186+
(Tool usage: 3)
187+
<ul>
188+
<li><a href="{{ galaxy_base_url }}/?tool_id=spapros_evaluation">spapros_evaluation</a></li>
189+
<li><a href="{{ galaxy_base_url }}/?tool_id=spapros_selection">spapros_selection</a></li>
190+
</ul>

0 commit comments

Comments
 (0)