Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
evelyn-schmidt opened this issue Apr 17, 2024 · 0 comments

Comments

@evelyn-schmidt
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant