No models handy? Try two Clostridium acetobutylicum reconstructions: ClAceto1.xml and ClAceto2.xml.
Align compartment identifiers between models. Skip if they already match.
| Model A compartment | Corresponds to Model B compartment |
|---|---|
| {{ comp }} |
{{ state.metProgressMessage || 'Starting…' }}
| ✓ | Name A | Name B | ID A | ID B | Formula A | Formula B | Dscore | ΔH |
|---|---|---|---|---|---|---|---|---|
| toggleMetApprove(i, e.target.checked)" /> | {{ row.nameA }} | {{ row.nameB }} | {{ row.idA }} | {{ row.idB }} | {{ row.formulaA }} | {{ row.formulaB }} | {{ typeof row.dscore === 'number' ? row.dscore.toFixed(3) : row.dscore }} | {{ row.diff_h_count }} |
{{ state.mappingProgressMessage || 'Applying…' }}
{{ state.rxnProgressMessage || 'Starting…' }}
| ✓ | Name A | Name B | Reaction A | Reaction B | Sim. | EC |
|---|---|---|---|---|---|---|
| toggleRxnApprove(i, e.target.checked)" /> | {{ row.r0_name }} | {{ row.r1_name }} | {{ row.r0_id_string }} | {{ row.r1_id_string }} | {{ (row.similarity * 100).toFixed(0) }}% | {{ row.ec_result }} |