Skip to content
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

Random version-ing issues #79

Open
halexand opened this issue Nov 20, 2024 · 3 comments
Open

Random version-ing issues #79

halexand opened this issue Nov 20, 2024 · 3 comments

Comments

@halexand
Copy link
Member

Just finished working through some install and running issues and noted some changes that we should make to the environment.yaml file:

  • Current format of eukrhythmic needs to be snakemake < 8 so we should add that to the install.
  • Biopython is required but missing from the environment file
  • had syntax errors with python with version 3.12 but works with 3.11.3... not sure why.
@akrinos
Copy link
Member

akrinos commented Nov 20, 2024

@halexand can you post the syntax errors you got with 3.12?

@halexand
Copy link
Member Author

Yep, python version was 3.12.7 and error was:

image

@akrinos
Copy link
Member

akrinos commented Nov 22, 2024

That is interesting that 3.11.3 is not enforcing that error, as generally that is a Python syntax requirement! I just got rid of the rogue space after line continuation.

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

No branches or pull requests

2 participants