Open
Conversation
Main logged verbose abc
Congm12
reviewed
Nov 27, 2024
| @@ -1,10 +1,12 @@ | |||
| name: calicost_env | |||
| name: calicost | |||
Contributor
There was a problem hiding this comment.
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.
Congm12
reviewed
Nov 27, 2024
| @@ -1 +1 @@ | |||
| __version__ = 'v1.0.0' | |||
| __version__ = "v1.0.0" | |||
Contributor
There was a problem hiding this comment.
How about set the version to v1.1?
Congm12
reviewed
Nov 27, 2024
| start_params=None, | ||
| maxiter=10_000, | ||
| maxfun=5_000, | ||
| write_chain=True, |
Contributor
There was a problem hiding this comment.
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.
Congm12
reviewed
Nov 27, 2024
Congm12
reviewed
Nov 27, 2024
Contributor
There was a problem hiding this comment.
This file is not used anywhere and is almost empty
Congm12
reviewed
Nov 27, 2024
Contributor
There was a problem hiding this comment.
This file is not used anywhere.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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