Explorar o código

more seq todos

Alexander Rose %!s(int64=6) %!d(string=hai) anos
pai
achega
515ac40a4e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/mol-model/structure/model/properties/sequence.ts

+ 2 - 0
src/mol-model/structure/model/properties/sequence.ts

@@ -15,6 +15,8 @@ interface Sequence {
 // TODO lift to model/sequence/ folder
 // TODO add one letter code sequence string
 // TODO add mapping support to other sequence spaces, e.g. uniprot
+// TODO add sequence kind, e.g. protein, dna, rna (alphabets?)
+// TODO sequence alignment (take NGL code as starting point)
 
 namespace Sequence {
     export interface Entity {