Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bmDCA
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
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
Package Registry
Container Registry
Operate
Environments
Terraform modules
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
Jerry Dinan
bmDCA
Graph
7edc80c497c32c501812e160cf5dd59e71f1845f
Select Git revision
Branches
1
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
21
Aug
11
6
3
17
Jun
8
13
May
12
2
Jan
6
Nov
2
1
22
Dec
19
13
12
11
8
correct msa read error message
master
master
add simple tool to convert numeric MSA to fasta format (only works for 21 AAs)
move convertAA to global utils
fix usage message for arma2ascii
spacing tweak
fix bug when restarting runs with ergo check disabled
use arma::Col<double> instead of arma::vec for consistenct
bump to v0.8.13
fix cancellation issue when computing de in mcmc
bump to v0.8.11
fix bug in computing error of 2p frequency estimates
print usage when running bmdca_sample without flags
bump to v0.8.10
correct note on default value for 'output_binary'
create new config flag for saving best steps
restarting bugfixes:
no need to keep passing the model pointer
tweak name of function for writing positional Di
carry out convergence check in run loop; write steps with low error_tot
cleanup
compute the root mean squared error of 1p and 2p frequencies
add functions to compute rel entropy for N and N*Q
use dynamic scheduler for correlation loops
compute relative entropy at each position
write full final step (helps with restarting)
write final step time to run log upon convergence
binarize rel ent grad output and have ascii format match 1p stats
clear old code from Graph (should rename this...)
bump to v0.8.9
clang-format (2)
clang-format
fix grave inefficiency in mc sampler
use ARMA_NO_DEBUG rather than .at to disable bounds checks globally
use dynamic scheduler for two loops
clarify when to use OMP_NUM_THREADS
remove superfluous 'weight_given' variable
consolidate MSA constructors
print msa info immediately
add functions to compute hamming distance pairs for an MSA
add notes on .bash_profile on macOS in README