-
Notifications
You must be signed in to change notification settings - Fork 3
Main - logged #15
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
base: main
Are you sure you want to change the base?
Main - logged #15
Conversation
Main logged verbose abc
@@ -1,10 +1,12 @@ | |||
name: calicost_env | |||
name: calicost |
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.
This corresponds to condo environment name, right? If so, shall we change it back as the README and readthedocs documentations still have conda activate calicost_env
in the installation instruction.
@@ -1 +1 @@ | |||
__version__ = 'v1.0.0' | |||
__version__ = "v1.0.0" |
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.
How about set the version to v1.1?
start_params=None, | ||
maxiter=10_000, | ||
maxfun=5_000, | ||
write_chain=True, |
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.
Shall we make write_chain to be False by default? I remember it caused problems when I start multiple CalicoST runs in the same directory and all runs tried to write the fitting details to the same file.
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.
This is not used.
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.
This file is not used anywhere and is almost empty
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.
This file is not used anywhere.
Updates the config files to specify the scipy/numpy versions consistently between the environment managers.
Specifies difference between max_iter_outer & max_iter_outer_initial in config file and downstream usage.
no longer specifies a single thread for MKL in calicost supervised.
addition of ARI and Hamming distance for clone convergence in EM.
TBC
Should aim to address:
compatible scipy version for frequent ".A error" in parse_final_snp.py, utils_IO.py, etc. #14