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

spades: Update to 4. #216

Merged
merged 3 commits into from
Nov 15, 2024
Merged

spades: Update to 4. #216

merged 3 commits into from
Nov 15, 2024

Conversation

wwood
Copy link
Collaborator

@wwood wwood commented Oct 30, 2024

Fixes #214.

Reported by: @michoug.
Suggested by: @AroneyS.

@rhysnewell rhysnewell changed the base branch from main to dev October 31, 2024 22:18
@@ -3,7 +3,7 @@ channels:
- bioconda
dependencies:
- python <= 3.9
- spades = 3.15.4
- spades = 4.0.0
Copy link
Owner

Choose a reason for hiding this comment

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

Is it as simple as a drop in replacement like this? I would assume that the python version may need to be revisited as well, it may need to bump up to 3.11 or 3.12.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

good q - is there a reason python is even specified? Shouldn't that just be handled as a dep of spades?

Copy link
Owner

Choose a reason for hiding this comment

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

Keeping it pinned below a certain version makes installation a lot more consistent for a longer time. Easier to pinpoint an issue when someone has an error

@wwood
Copy link
Collaborator Author

wwood commented Nov 1, 2024

Pinned other stuff too - I guess that same logic applies.

CI just broke, I think for unrelated reasons? I'm having trouble running tests locally due to HPC strangeness too.

@wwood
Copy link
Collaborator Author

wwood commented Nov 14, 2024

Hi @rhysnewell or @AroneyS this good to go now?

@AroneyS
Copy link
Collaborator

AroneyS commented Nov 14, 2024

Did the integration tests pass?

@AroneyS
Copy link
Collaborator

AroneyS commented Nov 14, 2024

test_short_read_assembly works for me

@wwood wwood merged commit a2269e0 into dev Nov 15, 2024
2 checks passed
@wwood wwood deleted the spades-4 branch November 15, 2024 07:21
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.

spades issues due to setuptools not specified in the env file
3 participants