Skip to content

Conversation

@pvelasco
Copy link
Contributor

BIDS specifies that the "CogAtlasID" should be a URI.

Fixes #472

@codecov
Copy link

codecov bot commented Oct 30, 2020

Codecov Report

Merging #473 (d8c8816) into master (d855f64) will decrease coverage by 0.16%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #473      +/-   ##
==========================================
- Coverage   76.13%   75.96%   -0.17%     
==========================================
  Files          37       38       +1     
  Lines        2962     2996      +34     
==========================================
+ Hits         2255     2276      +21     
- Misses        707      720      +13     
Impacted Files Coverage Δ
heudiconv/bids.py 83.06% <100.00%> (+0.09%) ⬆️
heudiconv/info.py 100.00% <0.00%> (ø)
heudiconv/due.py 48.00% <0.00%> (ø)
heudiconv/heuristics/reproin.py 81.23% <0.00%> (+0.11%) ⬆️
heudiconv/convert.py 85.09% <0.00%> (+0.18%) ⬆️
heudiconv/main.py 76.56% <0.00%> (+0.37%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d855f64...d8c8816. Read the comment docs.

@yarikoptic
Copy link
Member

Indeed, should be a uri, but I don't see any doi for a sample url https://www.cognitiveatlas.org/task/id/trm_56674133b666c/ , everyday weighed be the DOI prefix?

Co-authored-by: Yaroslav Halchenko <[email protected]>
@yarikoptic
Copy link
Member

damn you ruined our coverage! ;) ok, let's proceed

@yarikoptic yarikoptic merged commit f40fa6f into nipy:master Dec 9, 2020
@yarikoptic yarikoptic added this to the 0.9.0 milestone Dec 23, 2020
yarikoptic added a commit that referenced this pull request Dec 23, 2020
Various improvements and compatibility/support (dcm2niix, datalad,
duecredit) changes.  Major change is placement of output files to the
target output directory during conversion.

- #454 zenodo referencing in README.rst and support for ducredit for
  heudiconv and reproin heuristic
- #445 more tutorial references in README.md

- [#485][] placed files during conversion right away into the target
  directory (with a `_heudiconv???` suffix, renamed into ultimate target
  name later on), which avoids hitting file size limits of /tmp ([#481][]) and
  helped to avoid a regression in dcm2nixx 1.0.20201102
- #477 replaced `rec-<magnitude|phase>` with `part-<mag|phase>` now
  that BIDS supports the part entity
- #473 made default for CogAtlasID to be a TODO URL
- #459 made AcquisitionTime used for acq_time scans file field
- #451 retained sub-second resolution in scans files
- #442 refactored code so there is now heudiconv.main.workflow for
  more convenient use as a Python module

- minimal version of nipype set to 1.2.3 to guarantee correct handling
  of DWI files ([#480][])
- `heudiconvDCM*` temporary directories are removed now ([#462][])
- compatibility with DataLad 0.13 ([#464][])

- #443 pathlib as a dependency (we are Python3 only now)

* tag 'v0.9.0':
  Add a helper rule to upload to pypi
  update changelog reference as part of prep release
  [DATALAD RUNCMD] prepare the release
  CHANGELOG entry for 0.9.0
yarikoptic added a commit that referenced this pull request Dec 23, 2020
Various improvements and compatibility/support (dcm2niix, datalad,
duecredit) changes.  Major change is placement of output files to the
target output directory during conversion.

- #454 zenodo referencing in README.rst and support for ducredit for
  heudiconv and reproin heuristic
- #445 more tutorial references in README.md

- [#485][] placed files during conversion right away into the target
  directory (with a `_heudiconv???` suffix, renamed into ultimate target
  name later on), which avoids hitting file size limits of /tmp ([#481][]) and
  helped to avoid a regression in dcm2nixx 1.0.20201102
- #477 replaced `rec-<magnitude|phase>` with `part-<mag|phase>` now
  that BIDS supports the part entity
- #473 made default for CogAtlasID to be a TODO URL
- #459 made AcquisitionTime used for acq_time scans file field
- #451 retained sub-second resolution in scans files
- #442 refactored code so there is now heudiconv.main.workflow for
  more convenient use as a Python module

- minimal version of nipype set to 1.2.3 to guarantee correct handling
  of DWI files ([#480][])
- `heudiconvDCM*` temporary directories are removed now ([#462][])
- compatibility with DataLad 0.13 ([#464][])

- #443 pathlib as a dependency (we are Python3 only now)

* tag 'v0.9.0':
  Do no bother ensuring that version changed - should be no changes
@pvelasco pvelasco deleted the patch-1 branch February 19, 2021 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"CogAtlasID": "TODO" results in a "code: 55 - JSON_SCHEMA_VALIDATION_ERROR"

2 participants