We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08232f2 commit 307cc17Copy full SHA for 307cc17
index.js
@@ -545,9 +545,11 @@ function loadNewMSA(data) {
545
$('#order option[value="orderCustomBW"]').remove(); // remove sorting option from msa order dropdown
546
$('#MSAcustomAH').text('');
547
$('#MSAcustomBH').text('');
548
- if (!msa) {
549
- msa = new MultipleSequenceAlignment();
550
- }
+
+ //Remove If ##ROC##
+ //if (!msa) {
551
+ msa = new MultipleSequenceAlignment();
552
+ //}
553
msa.asyncRead(data, msaCallback, msaPairwise);
554
}
555
0 commit comments