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

BugFixed: crazyxiaoj #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

crazyxiaoj
Copy link

Fixes that appear in the GitHub issue

  1. a wrong conversion of a string in the '__reformSequence' function.
  2. a missing 'occupied' check for ORFs where no stop codon was found.
  3. a fuzzy 'end' representation for ORFs where no stop codon was found.

Other fixes that do not appear in the GitHub issue

  1. a wrong nested decision for ORFs that have different senses.
  2. a different definition of the "start/end" key for ORFs that have different senses.
  3. noncontinuous indexs for the ORFs because the assignment occurs before the nesting.

Other changes: some comments have been added to the code to enhance maintainability

Fixes that appear in the GitHub issue
1. a wrong conversion of a string in the '__reformSequence' function.
2. a missing 'occupied' check for ORFs where no stop codon was found.
3. a fuzzy 'end' representation for ORFs where no stop codon was found.

Other fixes that do not appear in the GitHub issue
1. a wrong nested decision for ORFs that have different senses.
2. a different definition of the "start/end" key for ORFs that have different senses.
3. noncontinuous indexs for the ORFs because the assignment occurs before the nesting.
@crazyxiaoj
Copy link
Author

I noticed that the pull request hasn't been merged yet. Is there any issue or confusion? If so, please let me know so I can address it.

@crazyxiaoj
Copy link
Author

Hello, I believe these changes are crucial for the normal operation of the program. Numerous unit tests have shown that they improve the accuracy and clarity of the returned results. If you wish to modify my submission, please merge this pull request and submit the changes.

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

Successfully merging this pull request may close these issues.

1 participant