-
Notifications
You must be signed in to change notification settings - Fork 4
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
Next release #70
Next release #70
Conversation
Talking to @mmelendrez we should probably include information about the CDS These numbers can be automatically fetched from genbank info from the |
@averagehat I'm not sure yet how this coding region will affect degen.py |
File Should Not Be Empty ${actual} | ||
${actual_contents} = Get File ${actual} | ||
${expected_contents} = Get File ${expected} | ||
Should Be Not Equal As Strings ${expected_contents} ${actual_contents} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how to tell pybot to check that all lines have NON-CODING
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will have to change the expected output (file tests/testinput/ctl_expected.tsv)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All we need to do is ensure every line has noncoding in them. Seems like there should be a more dynamic way.
Like grep for non coding. Then wc the results and make sure same amount of lines as there are in file
I have added the plot_muts script directly to this branch. It worked for the examples Irina gave me. I would like to make the plot a bit prettier at some point, plots still look like what's shown in #64 (but without the interval) |
…e. Added exception for better error message if invalid fasta identifier
Can we add a test dataset into |
Are we going to wait until poisson is finished or should we attempt to proceed with release cycle |
@necrolyte2 I would suggest releasing this separately there is already a lot of stuff in it. It will be easier to look at a fresh diff as well. |
Also the |
Shell we begin the merging/renaming procedure? I'll let you merge( @averagehat ) |
ctleptop.py needs documentation