From a2c5747863c3b9f938fb3a5992f0531e23a141d4 Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Sat, 9 Apr 2022 22:49:23 +0200 Subject: [PATCH] add BidsconvertR, closes #228 --- _data/converters.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_data/converters.yml b/_data/converters.yml index 4d4f3408..ab54b86e 100644 --- a/_data/converters.yml +++ b/_data/converters.yml @@ -245,3 +245,16 @@ language: Python, shell documentation: https://doi.org/10.3389/fninf.2020.00005 GUI: false + + - name: BIDSconvertR + url: https://github.com/wulms/bidsconvertr + comment: | + The goal of BIDSconvertR is to provide a workflow, which is able to: + (i) convert DICOM data to NIfTI data using dcm2niix + (ii) structure this data according to the BIDS specification + (iii) provide a data overview in a shareable html dashboard + (iv) provide the papayaWidget viewer for inspecting the images + updated: 2022-04-09 + data_types: MRI + expected_input: DICOM + language: R