Skip to content

Commit

Permalink
Moved todos to #97
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Apr 23, 2024
1 parent e4e533a commit 37d3560
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/scenarios/Antigen.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
} from "./MoleculeSubForm.client";
import { PreprocessPipeline, calclulateRestraints } from "./restraints";

// TODO give flavour choices for each moleculesubform
export type Flavour = "surf" | "pass" | "actpass";
function AntigenFlavourPicker({
value,
Expand Down Expand Up @@ -67,13 +66,6 @@ function AntigenFlavourPicker({
</div>
</RadioGroup>
);
// TODO add other combinations like
// - selected residues as active and no surface residues
// - selected residues as passive and no surface residues
// - 2 select residues checkboxes for active passive, residue can not be both passive and active
// or split in multiple steps:
// 1. Select surface, active, passive
// 1. Checkbox Add neighbours as passive
}

export function AntigenSubForm({
Expand Down

0 comments on commit 37d3560

Please sign in to comment.