#702 Move discontinued scripts to dedicated directory#703
#702 Move discontinued scripts to dedicated directory#703MichaelStritt merged 5 commits intodevelopfrom
Conversation
jan-petr
left a comment
There was a problem hiding this comment.
Agree that this is a good thing to do - but an issue for discussion.
The files are now 'hidden' in the outdated directory, which is good. But we shall perhaps add this directory to the path, because otherwise, ExploreASL won't find them there and the users neither. So moving them to this directory is equal to deleting them - which we want to do only later.
So I would indeed move them there. Make sure that a big warning is printed if these functions are executed. But I would still put this directory to the initialized paths for ExploreASL.
|
@jan-petr: I fixed the paths. It was a bit weird that we already had the full Developments folder within the search path. I removed that and added the Outdated scripts in c957a48 . The warnings are already quite vivid: In the warnings we also mention that we will move the ConfigFiles to CustomScripts within v1.8.0. Do you want to do this within this PR as well? |
jan-petr
left a comment
There was a problem hiding this comment.
xASL_qc_CheckValidityJSON.m seems to be used by ExploreQC - we can move that to functions. All the rest is good.
be25640 to
cdc07e1
Compare


Linked issue
Check out #702