xnatqa 0.0.12__py3-none-any.whl → 0.0.14__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
xnatqa/tag/__init__.py CHANGED
@@ -19,7 +19,7 @@ def generate_tagger_config(dicom_dir):
19
19
  # This seems to work well most of the time, with the odd hicups. I include manual code here to catch the "hicups".
20
20
 
21
21
  # call to dcm2niix. generates a bunch of *.json text files in the current working directory.
22
- os.system(f"dcm2niix -s y -a y -b o -o $PWD -f 'output_%s_%d' -w 0 -m 1 -i y {dicom_dir} &>>log.txt")
22
+ os.system(f"dcm2niix -s y -a y -b o -o $PWD -f 'output_%s_%d' -w 0 -m 1 -i y {dicom_dir}")
23
23
 
24
24
  # idenfity all of these text files
25
25
  jsonFiles = glob(os.path.abspath('./output*.json'))
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xnatqa
3
- Version: 0.0.12
4
- Summary: A workflow for automatically labeling and running QA on MRI scans within XNAT
3
+ Version: 0.0.14
4
+ Summary: A workflow for automatically tagging MRI scans within XNAT
5
5
  Author-email: Kyle Kurkela <kkurkela@bu.edu>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/kakurk/auto_labeler
@@ -11,7 +11,7 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.9
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: xnattagger
14
+ Requires-Dist: xnattager-kkurk
15
15
  Requires-Dist: yaxil
16
16
  Requires-Dist: pyyaml
17
17
  Requires-Dist: glob2
@@ -0,0 +1,9 @@
1
+ xnatqa/__init__.py,sha256=RIG_ihjfFD1upKlhlxI-9Fs4ISf0lIW4Zg7CaFirV4A,644
2
+ xnatqa/xnatqa.py,sha256=RJp65oIE13COs_0UG4hEku_f6YFDpoQV4JHEhtppXfs,861
3
+ xnatqa/tag/__init__.py,sha256=7i24jiDBNJdv6VF9RzkRrprXuZKpnV63bvEXnLaDXk0,8951
4
+ xnatqa-0.0.14.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ xnatqa-0.0.14.dist-info/METADATA,sha256=a_xgpfZ8meCQd8j888DdPu75AXNqhBwTTdYSRdcKxlQ,1186
6
+ xnatqa-0.0.14.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
7
+ xnatqa-0.0.14.dist-info/entry_points.txt,sha256=UqPAByHiJTqwkT0UBymn6EOIGBlPsb9mEZK86HIahs8,46
8
+ xnatqa-0.0.14.dist-info/top_level.txt,sha256=FmRWgO6ww0FwyNs5ccyhP9FcAxI129qSJqLs2OKOxJw,7
9
+ xnatqa-0.0.14.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- xnatqa/__init__.py,sha256=RIG_ihjfFD1upKlhlxI-9Fs4ISf0lIW4Zg7CaFirV4A,644
2
- xnatqa/xnatqa.py,sha256=RJp65oIE13COs_0UG4hEku_f6YFDpoQV4JHEhtppXfs,861
3
- xnatqa/tag/__init__.py,sha256=1casm1PdVZJ6PmgYYpOdWTZSTWQTMq0O6Inh9s0sqAg,8962
4
- xnatqa-0.0.12.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- xnatqa-0.0.12.dist-info/METADATA,sha256=aBlwosLPDfIyUVjJGYJR89bRDLtSTrAOwHgLmQ-MkJ4,1200
6
- xnatqa-0.0.12.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
7
- xnatqa-0.0.12.dist-info/entry_points.txt,sha256=UqPAByHiJTqwkT0UBymn6EOIGBlPsb9mEZK86HIahs8,46
8
- xnatqa-0.0.12.dist-info/top_level.txt,sha256=FmRWgO6ww0FwyNs5ccyhP9FcAxI129qSJqLs2OKOxJw,7
9
- xnatqa-0.0.12.dist-info/RECORD,,