-
Notifications
You must be signed in to change notification settings - Fork 75
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
Evcomplex2 #225
Open
aggreen
wants to merge
106
commits into
debbiemarkslab:develop
Choose a base branch
from
aggreen:evcomplex2
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Evcomplex2 #225
Changes from all commits
Commits
Show all changes
106 commits
Select commit
Hold shift + click to select a range
30a2cc7
INITIAL: create the calibration output file
aggreen 5136422
[FIX]: bug with writing inter ec file in couplings stage
aggreen 1f1e1ff
[MERGE] from master
aggreen d67bb8a
Bugfix: genome dist fails for eukaryotic seqs
aggreen ab63e76
[FEATURE]: remove identical structures for inter_dists comparison
aggreen 0d4f7e7
merged from master
aggreen a19b621
Merge branch 'master' into feature/calibration_compare
aggreen e2c8c56
API: create calibration file for pairs with no structure
aggreen 067ad6a
initial commit
aggreen dbec8e2
initial commit
aggreen dfe3529
removed overlap_allowed feature
aggreen 778b028
updated from local
aggreen 446238e
Correct call to raise in MultiSegmentCouplingsModel, addresses #177
aggreen 366749f
Added N_eff correction to EVcomplex scoring
aggreen 15123ce
added correct EVcomplex scoring
aggreen 95d6a90
Initialized testing file for couplings stage
aggreen 57c6d7e
created a function to map single columns based on segment index mapper
aggreen 8826e2b
added function to remap the frequencies file generated after concaten…
aggreen 40216fd
TESTING: added test cases for Coupling Score probability models
aggreen 0853c4d
FEATURE: added renumbering of complex frequency file
aggreen 1d303cf
FEATURE: EVcomplex score computed using Neff/L correction
aggreen 83020fb
BUGFIX: now fitting on each quadrant separately when user does not wa…
aggreen 4f3f90b
[API, INTERNAL]: generalized enrichment function to make segment ready
aggreen 46a7f44
[INTERNAL, API]: calculate EC enrichment for complexes
aggreen 5736997
TEST: expanded test cases for couplings protocol
aggreen d6136cb
NOP: pep8 compliance
aggreen ca43054
CONFIG: updated complex config to run on Uniprot as default
aggreen ef8025e
DOC: updated output files tutorial notebook to explain complex enrich…
aggreen fa74dfe
Merge branch 'feature/avoid_self' of github.com:aggreen/EVcouplings i…
aggreen 5f41532
Merge branch 'develop' into feature/avoid_self
aggreen 360ad7a
Update sample_config_complex.txt
aggreen 03dbdd6
TEST: updated test case paths
aggreen f95c37a
merged from remote
aggreen 4297be7
Merge branch 'develop' into feature/avoid_self
aggreen 60af0d3
Update sample_config_complex.txt
aggreen 25bfe1d
TEST: fixed ruamel_yaml bad call
aggreen 2bd5222
merged from remote
aggreen e123ff5
Trigger
aggreen b57c073
Trigger
aggreen 99bd5c5
Trigger
aggreen e48ff6e
[INTERNAL, FEATURE] Added feature to compute inter-protein SIFTS map …
aggreen e53bedb
CONFIG: updated complex config with new parameters
aggreen b7965e2
INTERNAL: created inter-protein SIFTSresult object, saved inter prote…
aggreen 928aa2b
debug
aggreen 8ab2ccd
initial commit
aggreen c506066
comparison to ASA and enrichment
aggreen 94fd548
updated RSA calculation
aggreen b701163
Merge branch 'develop' into feature/avoid_self
sacdallago 8c478d2
DOC: immediate fix for #194
aggreen 0932711
INTERNAL: more robust replacing of kwargs for monomer structure ident…
aggreen e36e182
updated from remote
aggreen dbed684
added accessible surface area calculation
aggreen 09a6843
BUGFIX: proper overwriting of kwargs in complex compare
aggreen 0b1c764
merge from feature/avoid-self
aggreen f14a549
fixed couplings protocol
aggreen 26d9655
merged from calibration_compare
aggreen 55b3168
added calibration features
aggreen 4f31692
merged from feature/calibration
aggreen 688dd7a
added mean field protocol for complexes
kpgbrock ccb5092
Merge remote-tracking branch 'kelly/complex_dev' into calibration_dca
aggreen b66b136
[API, INTERNAL, NOP] made requested changes
aggreen 9fe8f3a
[API, INTERNAL, NOP] made requested changes
aggreen 3d1cce5
Merge branch 'develop' into feature/avoid_self
aggreen 82a3671
updates
aggreen 8952c9d
bugfixes
aggreen 81b5fc2
updates to fast complex protocol
aggreen 393e2ba
BUGFIX: correct kwargs to add_mixture_probability
aggreen c2f3cb8
[INTERNAL]: fixed circular input in couplings/pairs.py
aggreen 4966de1
merged from remote
aggreen b76ba94
Re-introduced ENA mapping
aggreen 629c460
documented and cleaned ASA code
aggreen 8ede6b5
updated ASA protocol in compare/protocol.py
aggreen c8a5271
Merge branch 'master' into evcomplex2
aggreen fc39ccc
INTERNAL: removed unnecessary print statement
aggreen fa5538c
removed fastcomplex pipeline
aggreen 94a74a7
config_file: added dssp binary
aggreen 32d0cbc
removed fast best hit protocol
aggreen 8284241
removed qos in slurm submission
aggreen af8c5ed
removed qos in slurm submission
aggreen 7a875fd
updated enrichment code, removed own file
aggreen 5326b48
Updated calibration file protocol
aggreen 025eb8d
updated sample config
aggreen 4d559c7
BUGFIX: typos
aggreen 16534bd
BUGFIX
aggreen 3fdc92a
merged feature/avoid_self
aggreen d2a136a
merged upstream/develop
aggreen af8edfa
Fixed merging issues
aggreen ed92860
Merge branch 'master' into evcomplex2
aggreen 21554a6
updated configuration files
aggreen 138128a
requested code changes part 1
aggreen 7aa0e41
NOP: making requested changes
aggreen d048871
API: created compare/tools.py and moved run_dssp to tools.py
aggreen 9464490
API: moved hydropathy index and AA surface area to utils/constants.py
aggreen 2eb48ad
API: refactored segment_map_positions_single_column
aggreen 83db643
INTERNAL: requested changes to EVcomplex2 PR
aggreen f920ef5
NOP: whitespace error
aggreen ac01558
INTERNAL: fixed code to run DSSP
aggreen b302058
INTERNAL: bugfix to enrichment dataframe concatenation
aggreen 0c39855
INTERNAL
aggreen 30a8963
Fixes #225
aggreen 635ab30
initial commit to refactor complex mean field code
aggreen 3953771
BUGFIX: mean field couplings protocl
aggreen 8a2b9d5
Initial commit for complex probability model refactor
aggreen 50c948b
additions to probability stage
aggreen a56fe66
removed unused imports, PEP8 compliance
aggreen e4365f3
created score_interaction stage
aggreen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We should have these somewhere publicly accessible