Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
abundanceparser
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
vish_joachimiak_lab
abundanceparser
Graph
b07d9d17a7010482cb3f2dd06e2514c85ae18604
Select Git revision
Branches
3
fix_unlocalized_peptide_mods_not_adding
in_use
master
default
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
May
19
Apr
11
Mar
10
16
Jan
1
Oct
15
Aug
9
8
6
5
3
2
1
30
Jul
29
26
25
reformatted and added comments
master
master
Fixed a bug causing marker for "N-Term" to incorrectly register as a phosphorylation modification.
Added regex for ubuquitination and acetylation
fixed typo, cleaned up config file
fixed unlocalized modifications not being counted in fragment modification analysis by adding a field in the data indicating that the fragment posesses a modification
Merge branch 'fix_unlocalized_peptide_mods_not_adding' into 'master'
Merge branch 'master' into 'fix_unlocalized_peptide_mods_not_adding'
fix_unlocalized…
fix_unlocalized_peptide_mods_not_adding
fixed unlocalized modifications not being counted in fragment modification analysis by adding a field in the data indicating that the fragment posesses a modification
modified config.toml for use
in_use
in_use
added fragment modification analysis and output
test
added fragment modification analysis and output
fixed error causing runtimewarning
imorived commenting
reformatting and cleanup
residue analysis output complete
multiple abundance columns implemented
residue modification abundances completed and comments added to code
more progress on residue modification
updated configs
abundance calc in progress
added skeleton methods for fragment and peptide modification proportion calculations
fragment localization completed
fragment localization completed
cleaned up localization with list comprehension
non-master protein alignment working with multiple files, stored localization column titles in dict instead of pointless list of dicts
initial implementation of non-master protein alignment and modification parsing
added some type annotations
added some type annotations
cleaned up masterlocalization parsing to remove unnecessary insertion of tuples to the localization list instead of simply appending them
restructured master-vs non-master localization to reduce code duplication
outlined non-master localization parsing
fixed a bug where the only the last protein sequence fie's sequences were contained in the list of the protein sequences due to the list being overwritten and not being appended to upon the ingestion of each fasta file
master protein localization parsing implemented
updated fasta file input
test
updated fasta file input
added fasta file input
isolation of fragment sequence, fixed sample input formatting
isolation of fragment sequence