Search found 2 matches

by mauro
Wed Mar 27, 2024 5:18 am
Forum: Main Forum
Topic: TM-align: web port + matrix-based superimposition
Replies: 1
Views: 52474

Re: TM-align: web port + matrix-based superimposition

Nevermind. I was simply passing my input PDBs in the wrong order.
by mauro
Wed Mar 27, 2024 4:08 am
Forum: Main Forum
Topic: TM-align: web port + matrix-based superimposition
Replies: 1
Views: 52474

TM-align: web port + matrix-based superimposition

Dear Zhang Lab, I have made a simple port of TM-align to wasm for use in a web application. Among minor changes, I have simply converted the file2chain code as follows: string2chainlist(chain1_list, "1", "", ""); string2chainlist(chain2_list, "2", ""...