Skip to content
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

RF+ENH: provide bids schema driven support for manipulation of bids filenames #544

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2022

  1. RF: move .bids into .bids/ subpackage and move tests along

    This would open for a better structuring of BIDS support code etc.
    
    All bids.utils are imported within bids/__init__.py so there should be
    no effect on imports from heudiconv.bids
    yarikoptic committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    7be4c85 View commit details
    Browse the repository at this point in the history
  2. Add entities objects+rules from bids v1.7.0

    ATM we will need only these two files to establish consistent
    order of the entities in the filenames.  Later we might want to
    carry a more complete copy of the schema, or may be eventually some
    proper  bidsschema  python package would appear to provide desired
    functionality anyways
    yarikoptic committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    2ff3b98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d9c48d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f9d585 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08390bd View commit details
    Browse the repository at this point in the history
  6. [DATALAD RUNCMD] isort the gitrepo we modified

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "python3 -m isort -m3 --fgw 2 --tc {outputs}",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [
      "heudiconv/bids/*py",
      "heudiconv/bids/tests/*py"
     ],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    de6087c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40aeffc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ce5422 View commit details
    Browse the repository at this point in the history