Skip to content

Populate ref allele#5

Merged
tcezard merged 15 commits intomainfrom
populate_ref_allele
Sep 15, 2025
Merged

Populate ref allele#5
tcezard merged 15 commits intomainfrom
populate_ref_allele

Conversation

@khetherin
Copy link
Collaborator

Obtains a single base REF allele and populates the VCF file with it. Added option to provide the FASTA assembly file.


Dependencies
Install biopython:
pip install biopython No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add this to the requirements file.

Since the requirements file is new in the main branch, you will either need to do it in your next PR, or you can dive into the joys of git rebase/merge to see how to update your branch with the newest changes from the main branch. In theory it's as simple as:

git checkout main
git pull origin main
git checkout populate_ref_allele
git rebase main

In practice there can be merge conflicts you need to resolve, but hopefully in this case there won't be.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will address the issue with the requirements in #7 and that should also fix the tests

@tcezard tcezard force-pushed the populate_ref_allele branch from 5235cc5 to b2e4449 Compare September 15, 2025 10:35
@tcezard tcezard merged commit 2f66b9f into main Sep 15, 2025
1 check failed
@khetherin khetherin deleted the populate_ref_allele branch January 9, 2026 11:15
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.

3 participants