Skip to content

Conversation

michaelJwilson
Copy link
Collaborator

@michaelJwilson michaelJwilson commented Nov 27, 2024

  • 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

@@ -1,10 +1,12 @@
name: calicost_env
name: calicost
Copy link
Contributor

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"
Copy link
Contributor

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,
Copy link
Contributor

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not used.

Copy link
Contributor

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

Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants