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

With contig alias 2 #118

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

waterflow80
Copy link
Collaborator

Completed the data-model using the contig alias data model

- Added the necessary entity to store the level 1 seqCol object
- Aded the seqColdigest attribute in the chromosme table
- Executed tests to store three minimal seqCol objects in this model

We could not make the whole design because it requires a lot of time and may be later work,
but the minimal schema and idea exists and is implemented.

and parsing the content.

Added the necessary code to retrieve the fasta file related to a specific
assembly.
Parsing the file and saving related information alongside the Contig-alias Backend
- Retrieve the assembly report and the fasta file of a given accession
- Parse the file and retrieve the assembly sequences
- Hash the sequences and using md5 algorithm
- Construct the level 2 sequence collection object
- We can also use the function of the retrieval of the fasta file independently and save the sequences in a
separate table
- Added the necessary entity to store the level 1 seqCol object
- Aded the seqColdigest attribute in the chromosme table
- Executed tests to store three minimal seqCol objects in this model

We could not make the whole design because it requires a lot of time,
but the minimal schema and idea exists and is implementd.
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