|
@@ -97,7 +97,7 @@
|
|
|
<button style="padding: 3px;" onclick="motifsAlphaFold()">Motifs AF</button>
|
|
|
|
|
|
|
|
|
- <button style="padding: 3px" onclick="propset()">Propset</button>
|
|
|
+ <button style="padding: 3px" onclick="alignment()">Alignment</button>
|
|
|
</div>
|
|
|
<script>
|
|
|
|
|
@@ -653,6 +653,11 @@
|
|
|
assemblyId: '1'
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: '',
|
|
|
+ url: '',
|
|
|
+ label: ''
|
|
|
}
|
|
|
];
|
|
|
|
|
@@ -808,7 +813,7 @@
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- function propset() {
|
|
|
+ function alignment() {
|
|
|
viewer.clear()
|
|
|
.then(function () {
|
|
|
return viewer.loadPdbIds([{
|