Skip to content

Commit

Permalink
Fix link on yeast synteny demo and fix CIGAR rendering on dotplot
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed May 20, 2022
1 parent c3b9b3e commit 52caaf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ export default class DotplotRenderer extends ComparativeServerSideRendererType {
} else if (op === 'I') {
currY += val / vBpPerPx
}
ctx.lineTo(currX, height - currY)
}
ctx.lineTo(currX, height - currY)
ctx.stroke()
} else {
ctx.beginPath()
Expand Down
2 changes: 1 addition & 1 deletion test_data/yeast_synteny/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"adapter": {
"type": "PAFAdapter",
"pafLocation": {
"uri": "https://s3.amazonaws.com/jbrowse.org/genomes/yeast/r64_vs_yjm1447/r64_vs_yjm1447.chains.paf.gz",
"uri": "https://s3.amazonaws.com/jbrowse.org/genomes/yeast/r64_vs_yjm1447/r64_vs_yjm1447.cigar.paf.gz",
"locationType": "UriLocation"
},
"assemblyNames": ["YJM1447", "R64"]
Expand Down

0 comments on commit 52caaf3

Please sign in to comment.