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

Fixed installation issues of #3 #4

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

spirosmaggioros
Copy link
Member

Now the workflows will run with python 3.12. I Changed the packages with the latest stable versions to make sure we won't have any more conflicts as the python 3.8 support is slowly going away.
Next step is to put the nnUNet directly to the directory and not make users manually download it and put it there.

The workflow uses a couple of packages like spare_score and DLMUSE. The 2 packages had conflicts before, right now we will try to solve them individually(the dependencies.txt will have the same ones for both DLMUSE and spare in the future), but snakemake builds fine with python 3.12 for now.
The only thing that we have to do now is to add the nnUnet model weights directly.
@spirosmaggioros spirosmaggioros linked an issue Aug 13, 2024 that may be closed by this pull request
@spirosmaggioros spirosmaggioros marked this pull request as draft August 13, 2024 17:06

Choose a reason for hiding this comment

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

Hi @spirosmaggioros , is this a symlink for your testing? Maybe add this filepath pattern to .gitignore.

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah sure, i though it was already in the gitignore but it didnt, git status didnt show me this.
Also, as you see i clone the DLMUSE directly and build it from the repo. I downloaded the nnUNet model folder from the tag and manually put it inside the w_sMRI folder(where the snakefile is located). So this is pretty much my work-folder. I will make it more user friendly in the future, i just have to find a way to fully run it first :)

@spirosmaggioros spirosmaggioros self-assigned this Aug 16, 2024
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.

Installation of NiChart_Workflows (NCW)
2 participants