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

Added testing functionality #5

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Added testing functionality #5

wants to merge 4 commits into from

Conversation

emilpaulitz
Copy link
Collaborator

This will allow easier further developments (like addressing #4 ). The tests work on ubuntu and windows.
Also, I found a small bug during testing, the fix is included in this pull request.
I renamed one of the output files' ending to reflect its format. The readme is edited correspondingly.
Lastly, I added some information regarding errors during installation to the readme.

Fix small bug with output if metadata option is used
Improve an error message
Let output file name reflect its format
Update installation instructions to assist with errors
Adapt tests to also work on windows
@fbaumdicker fbaumdicker self-requested a review October 8, 2024 09:43
@@ -1,5 +1,5 @@
Gene,Non-unique Gene name,Annotation,No. isolates,No. sequences,Avg sequences per isolate,Genome Fragment,Order within Fragment,Accessory Fragment,Accessory Order with Fragment,QC,Min group size nuc,Max group size nuc,Avg group size nuc,s1,s2,s3,s4,s5
a,,,,,,,,,,,,,,x,,x,x,
a,abc,hypothetical protein,,,,,,,,,,,,x,,x,x,
Copy link
Owner

Choose a reason for hiding this comment

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

can we use something else than "abc" for the gene name, as this might be confusing with the genes a, b, c. How about "gene_a"?

Copy link
Owner

Choose a reason for hiding this comment

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

or "geneA"

@fbaumdicker
Copy link
Owner

Besides this one minor naming, this looks good to me.
Add some point we might also want to include a test for the -add option but this is probably better done in a larger example data set. So for now these tests should be a great start. Thanks!

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.

2 participants