Skip to content

Generate both sheets with all candidates not just the ones marked accepted/reviewed #19

@evelyn-schmidt

Description

@evelyn-schmidt

Just had to generate a 51mer sheet will all sequences colored. I had to comment out these lines to allow for all candidates despite their review status to be included in the final review files:

reviewed_candidates = reviewed_candidates[reviewed_candidates.Evaluation != "Pending"]
reviewed_candidates = reviewed_candidates[reviewed_candidates.Evaluation != "Reject"]

Also change these two lines to make sure that the sequences are colored despite the classI and classII alleles not passing our thresholds.

if float(classI_ic50) < 1000 or float(classI_percentile) < 2:

if float(classII_percentile) < 2:

These two things should probably be able to be turned on and off as the user wants them -- or the thresholds be able to be set in the run command

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions