-
Notifications
You must be signed in to change notification settings - Fork 3
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
spirosmaggioros
wants to merge
3
commits into
CBICA:main
Choose a base branch
from
spirosmaggioros:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# **NiChart<sup>Workflows</sup>** | ||
# **NiChart<sup>Workflows</sup>** | ||
|
||
A toolkit that allows users to apply **NiChart** processing methods and pre-trained models on their data. **NiChart<sup>Workflows</sup>** includes tools for [data harmonization](https://neuroimagingchart.com/components/#Harmonization) and [machine learning](https://neuroimagingchart.com/components/#Machine%20Learning), using pre-trained models and reference distributions provided by [**NiChart<sup>Engine</sup>**](https://github.com/gurayerus/NiChart_Engine). **NiChart<sup>Workflow</sup>** utilizes [Snakemake](https://snakemake.github.io) workflows to define multi-step image processing and data analytics pipelines. | ||
|
||
|
@@ -13,7 +13,7 @@ Install dependencies for the **NiChart<sup>Workflows</sup>** in a conda environm | |
```bash | ||
conda install -n base -c conda-forge mamba # If needed | ||
mamba init # If first time installing, then potentially source ~/.bashrc | ||
mamba create -c conda-forge -c bioconda -n NiChart_Workflows python=3.8 | ||
mamba create -c conda-forge -c bioconda -n NiChart_Workflows python=3.12 | ||
mamba activate NiChart_Workflows | ||
pip install NiChart-Viewer-Demo spare-scores NiChartHarmonize | ||
mamba install -c conda-forge -c bioconda snakemake | ||
|
@@ -58,7 +58,7 @@ If the workflow works successfully, workflow steps will be run on the data. Resu | |
|
||
> "../../output/vTest1", | ||
|
||
and the viewer will be launched with the combined result file as input. | ||
and the viewer will be launched with the combined result file as input. | ||
|
||
## Contributing: | ||
|
||
|
@@ -76,4 +76,3 @@ This project is licensed under the [License Name] license. Please refer to the L | |
## Contact: | ||
|
||
For any inquiries, please contact [email protected]. (Last Updated: 5/24/2024) | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/spirosmag/Documents/NiChart_Workflows/input/vTest2/Study1/Images |
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 :)