Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:usegalaxy-au/galaxy-media-site into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Jun 17, 2024
2 parents 6db0b52 + 425032c commit 7eaa8b6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
27 changes: 24 additions & 3 deletions webapp/home/labs/genome/assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ tabs:
content:
subsections:
- id: pacbio
title: Assembly with PacBio HiFi data
title: TSI assembly workflows - PacBio HiFi data
content:
- title_html: About these workflows
description_html: >
Expand Down Expand Up @@ -144,7 +144,7 @@ tabs:
view_tip: View in WorkflowHub
button_tip: Import to Galaxy Australia
- id: nanopore
title: Assembly with Nanopore data and polishing with Illumina data
title: General assembly workflows - Nanopore and Illumina data
content:
- title_html: About these workflows
description_html: >
Expand Down Expand Up @@ -200,7 +200,7 @@ tabs:
view_tip: View in WorkflowHub
button_tip: Import to Galaxy Australia
- id: hic
title: Assembly with PacBio HiFi and HiC data
title: VGP assembly workflows - PacBio HiFi and (optional) HiC data
content:
- title_html: About these workflows
description_html: >
Expand Down Expand Up @@ -248,6 +248,27 @@ tabs:
view_link: https://dockstore.org/workflows/github.com/iwc-workflows/Assembly-Hifi-HiC-phasing-VGP4/main:main
view_tip: View in WorkflowHub
button_tip: Import to Galaxy Australia

- title_html: Hifi assembly without HiC data
description_html: >
<p>
This workflow uses <code>hifiasm</code> to generate primary and alternate pseudohaplotype assemblies. This workflow includes three tools for evaluating assembly quality: <code>gfastats</code>, <code>BUSCO</code> and <code>Merqury</code>.
</p>
inputs:
- datatypes:
- fasta
label: PacBio HiFi reads
- datatypes:
- meryldb
label: <code>Meryl</code> kmer database
- datatypes:
- txt
label: <code>GenomeScope</code> genome profile summary
button_link: "{{ galaxy_base_url }}/workflows/trs_import?trs_server=dockstore.org&trs_id=%23workflow/github.com/iwc-workflows/Assembly-Hifi-only-VGP3/main"
view_link: https://dockstore.org/workflows/github.com/iwc-workflows/Assembly-Hifi-only-VGP3/main:main
view_tip: View in Dockstore
button_tip: Import to Galaxy Australia

- title_html: HiC scaffolding
description_html: >
<p>
Expand Down
4 changes: 1 addition & 3 deletions webapp/home/labs/genome/templates/conclusion.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ <h5 class="modal-title">Australian genomics research</h5>
</div>
<div class="modal-body">
<p>
<p><a href="https://www.biocommons.org.au/genomics-domain" target="_blank">Discover more genomics activities and services supported by Australian BioCommons</a></p>
<p><a href="https://groups.google.com/a/biocommons.org.au/g/genome-assembly" target="_blank">Join the Australian BioCommons Genome Assembly Community Group</a></p>
<p><a href="https://groups.google.com/a/biocommons.org.au/g/genome-annotation" target="_blank">Join the Australian BioCommons Genome Annotation Community Group</a></p>
<p><a href="https://www.biocommons.org.au/genomics-domain" target="_blank">Discover more genomics activities and services supported by Australian BioCommons, and join in the community Genomics meetings</a></p>
</p>
</div>
<div class="modal-footer">
Expand Down

0 comments on commit 7eaa8b6

Please sign in to comment.