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

ORF1a/b duplicates #4

Closed
hoelzer opened this issue Jun 13, 2023 · 2 comments
Closed

ORF1a/b duplicates #4

hoelzer opened this issue Jun 13, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@hoelzer
Copy link
Member

hoelzer commented Jun 13, 2023

Hey,

ORF1ab is a bit complicated due to a Frameshift region that results in two products: ORF1a and ORF1b.

Screenshot 2023-06-13 at 18 00 58

Covsonar outputs duplicate entries and thus they also appear in your matrix, e.g.:

Screenshot 2023-06-13 at 18 02 54

Here, the ones that you marked yellow.

I would say we can do the following: we merge all duplicate positions into "ORF1ab" entries and the remaining unique ones stay as "ORF1a" and "ORF1b", respectively.

@hoelzer hoelzer added the enhancement New feature or request label Jun 13, 2023
@ashkan98
Copy link
Collaborator

done

@hoelzer
Copy link
Member Author

hoelzer commented Jun 15, 2023

👍 then you can close the issue

Btw, to practice a bit GitHub skills you can also try the following next time when you solve an issue:

  • Make a branch
  • Make code changes in the branch, commit changes to the branch
  • generate a pull request (e.g. via the GitHub browser GUI)
  • merge the pull request and delete the branch

Not sure if you anyway know that procedure. It's more important when working with multiple people on code. But anyway good to know and internalize

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

No branches or pull requests

2 participants