- NeuroHarmonize
- SITE issues,
SOLUTION can be fixed with the following code in harmonizers.py after line 844 : covariates_data["SITE"] = all_data[self.site_indicator]
- OPNested ComBat
- anderson_ksamp error
SOLUTION Needs more than one feature
- RELIEF
- rpy2 to be installed
- denoiseR install in driver
SOLUTION by creating a conda environment with r-essentials | r-base | r-denoiseR and also install rpy2 using pip install rpy2
- Works with more than one feature
Add:
on:
push:
tags:
- 'v*'
workflow_dispatch: # Allow manual triggering
- create new branch
- commit changes and push to branch
- review request
- merge to master
- follow tag steps below'git tag'
'git tag v0.2.2'
'git push origin TAG'
SOLUTIONcan be fixed with the following code in harmonizers.py after line 844 :covariates_data["SITE"] = all_data[self.site_indicator]SOLUTIONNeeds more than one featureSOLUTIONby creating a conda environment with r-essentials | r-base | r-denoiseR and also install rpy2 usingpip install rpy2Add:
on:
push:
tags:
- 'v*'
workflow_dispatch: # Allow manual triggering
'git tag v0.2.2'
'git push origin TAG'