-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH, REF] Allow re-running without manacc and reorder args (#508)
* Reorder tedana workflow arguments Broadly reorder them from early to late in the workflow, but also grouping related arguments together. Add a group for re-running the workflow. * Remove unnecessary check. Data is a list from the CLI and io.load_data will convert a string to list anyway. Plus io.load_data will raise an error if the file doesn’t exist. * Allow re-running workflow without manacc. I.e., if manacc is not supplied, but ctab is, then use the classifications from ctab. * Address @dowdlelt's review.
- Loading branch information
Showing
1 changed file
with
125 additions
and
123 deletions.
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