Skip to content

Commit

Permalink
Snp50k update -- bug fix (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenCannon-USDA authored Dec 14, 2024
1 parent 2744195 commit 7acf365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/snp50k/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>View SoySNP50K SNPs in SoyBase Genome Browser</h2>
<th><b>Wm82.a{{ gnm }}</b></th>
{% for chromosome in (1..20) %}
{% assign chr = chromosome | prepend: '00' | slice: -2,2 %}
<td><a href="/assets/js/jbrowse/?gnm=Wm82.gnm{{ gnm }}&tracks=Wm82.gnm{{ gnm }}.ann1,Wm82.gnm{{ gnm }}.mrk.SoySNP50K&loc=glyma.Wm82.gnm{{ gnm }}.Gm{{ chr }}:1-1000000"
<td><a href="/assets/js/jbrowse/?assembly=Wm82.gnm{{ gnm }}&tracks=Wm82.gnm{{ gnm }}.ann1,Wm82.gnm{{ gnm }}.mrk.SoySNP50K&loc=glyma.Wm82.gnm{{ gnm }}.Gm{{ chr }}:1-1000000"
target="_blank">Gm{{ chr }}
</a>
</td>
Expand Down

0 comments on commit 7acf365

Please sign in to comment.