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

Autotests: Reduce number of combinatory tests #5141

Closed
AlexeyGirin opened this issue Jul 19, 2024 · 0 comments · Fixed by #5143
Closed

Autotests: Reduce number of combinatory tests #5141

AlexeyGirin opened this issue Jul 19, 2024 · 0 comments · Fixed by #5143
Milestone

Comments

@AlexeyGirin
Copy link
Collaborator

AlexeyGirin commented Jul 19, 2024

Remove all tests that uses more unlikely monomers.
According to @ljubica-milovic following monomer AP combination are highly likely to exist in real life:

Nucleotide:

  • (R1) - Left only
  • (R2) - Right only
  • (R1,R2) - R3 gap
  • (R1,R3) - R2 gap
  • (R2,R3) - R1 gap
  • (R1,R2,R3)

Peptide:

  • (R1) - Left only
  • (R2) - Right only
  • (R1,R2) - R3 gap
  • (R1,R3) - R2 gap
  • (R2,R3) - R1 gap
  • (R1,R2,R3)

CHEM:

  • (R1) - Left only
  • (R2) - Right only
  • (R1,R2) - R3 gap
  • (R1,R2,R3)
  • (R1,R2,R3,R4)

Phosphate:

  • (R1) - Left only
  • (R2) - Right only
  • (R1,R2) - R3 gap

Base:

  • (R1) - Left only
  • (R1,R2) - R3 gap

Sugar:

  • (R1) - Left only
  • (R2) - Right only
  • (R1,R2) - R3 gap
  • (R1,R3) - R2 gap
  • (R2,R3) - R1 gap
  • (R1,R2,R3)

Micromolecule:

  • (R1) - Left only
  • (R2) - Right only
  • (R3) - Side only
  • (R1,R2) - R3 gap
  • (R1,R3) - R2 gap
  • (R2,R3) - R1 gap
  • (R1,R2,R3)
  • (R1,R2,R3,R4)
  • (R1,R2,R3,R4,R5)
@AlexeyGirin AlexeyGirin added this to the Autotests milestone Jul 19, 2024
@AlexeyGirin AlexeyGirin linked a pull request Jul 19, 2024 that will close this issue
9 tasks
AlexeyGirin added a commit that referenced this issue Jul 22, 2024
* 5141 - Nucleotides connection rules are done

* 5141 - Bases connection rules are done

* 5141 - CHEMs connection rules are done

* 5141 - peptides connection rules are done

* 5141 - phosphates connection rules are done

* 5141 - rna connection rules are done

* 5141 - Sugar connection rules are done

* 5141 - removing of unnecessary screenshots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant