-
Notifications
You must be signed in to change notification settings - Fork 55
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
doc enhancements #449
doc enhancements #449
Conversation
cbielow
commented
Dec 3, 2024
- lots of fixes affecting rendering
- fixes for correctness (referencing the correct lines etc)
- more elaborate explanation of terms in texts (protein accession etc)
- sort glossary for easier maintenance
- update dev build instructions for pyOpenMS
- glossary fixes: improved descriptions
- improve QuantData tutorial
- fixes for correctness (referencing the correct lines etc) - more elaborate explanation of terms in texts (protein accession etc)
|
||
DNA, RNA and Protein | ||
******************** | ||
|
||
We can also work with DNA and RNA sequences in combination with the BioPython | ||
library (you can install BioPython with ``pip install biopython``): | ||
|
||
.. code-block:: pseudocode | ||
.. code-block:: python |
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 probably have to be careful. All python code-blocks will be tested. Not sure if this code is functional.
Just saying, you might need to fix it in CI.
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 reverted to pseudocode, just to avoid installing biopython, which is rather large
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.
yep. fine with me
building the snippets fails in areas I have not touched. |
Yes, or they were never touched since CI was introduced. |
tests pass. |