Skip to content

Commit

Permalink
Fix genome lab image src URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Oct 14, 2024
1 parent 41db590 commit 82aa52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion communities/genome/lab/annotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ tabs:
<p>
The flowchart below shows how you might use your input data (in green) with different Galaxy tools (in blue) to annotate a genome assembly. For example, one pathway would be taking an assembled genome, plus information about repeats, and data from RNA-seq, to run in the Maker pipeline. The annotatations can then be viewed in JBrowse.
</p>
<img class="img-fluid" src="/static/home/labs/genome/static/annotation-overview.png" alt="Genome annotation flowchart">
<img class="img-fluid" src="./static/annotation-overview.png" alt="Genome annotation flowchart">
<p class="text-center">
A graphical representation of genome annotation
</p>
Expand Down
2 changes: 1 addition & 1 deletion communities/genome/lab/assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ tabs:
<li>Assessment - at any stage, the assembly can be assessed for number of contigs, number of base pairs, whether expected genes are present, and many other metrics.</li>
<li>Annotation - identify features on the genome assembly such as gene names and locations.</li>
</ul>
<img class="img-fluid" src="/static/home/labs/genome/static/assembly-overview.png" alt="Genome assembly flowchart">
<img class="img-fluid" src="./static/assembly-overview.png" alt="Genome assembly flowchart">
<p class="text-center">
A graphical representation of genome assembly
</p>
Expand Down

0 comments on commit 82aa52e

Please sign in to comment.