Skip to content

Commit 1a4447a

Browse files
committed
rm duplicate
1 parent a6f8826 commit 1a4447a

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

data/tools/converters.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -138,21 +138,6 @@
138138
comment:
139139
license: GPL-2.0
140140

141-
- name: BIDSme
142-
url: https://github.com/nbeliy/bidsme
143-
data_types:
144-
- MRI
145-
- EEG
146-
expected_input:
147-
- DICOM
148-
- Nifti
149-
- Brain Vision
150-
language:
151-
- Python
152-
documentation: https://gitlab.uliege.be/CyclotronResearchCentre/Public/bidstools/bidsme/bidsme_example/-/tree/master/example1
153-
comment:
154-
license: GPL-2.0
155-
156141
- name: BIDSto3col
157142
url: https://github.com/bids-standard/bidsutils/tree/master/BIDSto3col
158143
data_types:

macros/macros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def generate_apps_table():
7979

8080

8181
def main():
82-
print(generate_converter_table(file="converters.yml", data_type="PET"))
82+
print(generate_converter_table(file="converters.yml", data_type="EEG"))
8383

8484

8585
if __name__ == "__main__":

0 commit comments

Comments
 (0)