Skip to content

Commit

Permalink
adding one more check for updating circularity
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Dec 9, 2022
1 parent 73a1cb6 commit bca474e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tidyUpSequenceData.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = function tidyUpSequenceData(pSeqData, options = {}) {

seqData.circular == -1 ||
/* eslint-enable eqeqeq*/

seqData.circular === false ||
(!seqData.circular && seqData.sequenceTypeCode !== "CIRCULAR_DNA")
) {
seqData.circular = false;
Expand Down

0 comments on commit bca474e

Please sign in to comment.