Skip to content

Commit

Permalink
Make CLI commands available as cubids <command> (#268)
Browse files Browse the repository at this point in the history
* Add linting job.

* Run black and isort.

* Keep working on formatting.

* Forgot to install the linters...

* Wrong code path.

* Address style issues in cubids.

* Address style issues in validator.

* Update metadata_merge.py

* Make cubids a command-line interface.

* Add deprecation warnings.

* Improve messages.

* Fix help strings.

* Further refactor the CLI workflows.

* Work on failing test.

* Update the CLIs.

* Update config.yml

* Move test data files.
  • Loading branch information
tsalo authored Jan 17, 2024
1 parent 068e319 commit 8e90140
Show file tree
Hide file tree
Showing 89 changed files with 1,180 additions and 2,740 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

deploy_pypi:
machine:
image: circleci/classic:201711-01
image: ubuntu-2004:202201-02
working_directory: /tmp/src/CuBIDS
steps:
- checkout:
Expand Down
10 changes: 0 additions & 10 deletions BIDS_Dataset/README

This file was deleted.

7 changes: 0 additions & 7 deletions BIDS_Dataset/dataset_description.json

This file was deleted.

34 changes: 0 additions & 34 deletions BIDS_Dataset/sub-01/ses-phdiff/anat/sub-01_ses-phdiff_T1w.json

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 8e90140

Please sign in to comment.