You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rewritten compacting of FASTAs to also work memory efficient on very large FASTAs
* Added more information to -qs
* Fixed#68 , we also now consider IDs if they are available in those features
* Fixes#66. We now allow as in the features to select to be added in the graph, the features to be used for counting.
This allows us for further tools to use this information to not only limit on variants, but by arbitrary features
* Enhancing #66, we also are now able to set a limit on variable or fixed modifications
* Changed version in apsw to be more explicit (closes#49), removed if-main in script
* Bumped Version to 0.3.10
* Extended PTMs to allow multiple at once (untested) #67
* Added protein n/c-term ptms, still needs testing if graphs are correctly generated. #67
* Finished PTMs on ProteinGraphs.
fixes#67
ProtGraph can now add multiple PTMs (even on same AminoAcids) in various combinations into ProteinGraphs. It can be set for N/C-Terminal Peptide/Protein PTMs as well as on single aminoacids. Documnetation is still missing
* Fixed qualifier generation error. Now N/C-PEP/PRO-Term PTMs are annotated correctly in the FASTA-Header
* Updated Tests and CLI-Documentation
* Append PTMs to also allow only N/CTerminal AA Varbiable Modification
* Safety Check on Fixed Mods, here N/C-Terminal AAs mods are note allows
* Fixed Syntax
* Added cases to also handle empty cells with less exceptions
* Linting
* Updated Tests, added python 3.11 and 3.12 tests
* Removed blank line
* Bug Fix, where variable Mods where not correctly added to ProteinGraphs
* Fixed error in FIXMOD Qualifier Info
* Bumped Version to 0.3.11
0 commit comments