You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if interfaces already implemented by Priscille and Hamza
Adapt to sinapp framework or implement interface for each program of the Containerized MIALSRTK library listed above.
Creation of each sinapp underlies the creation of the following files stored under sinapps/<sinapp-name>/ (see sinapps/nlmdenoise/ for an example):
The implementation of the run.py script which provides a BIDS app argument parser, the creation of the workflow and the execution of the sinapp.
The implementation of the Dockerfile for containerization that describes the computing environment used to execute the workflow based on an Ubuntu 16.04 LTS system. A conda environment.yml is used to facilitate the installation of the python environment.
The text was updated successfully, but these errors were encountered:
List of SINAPPS to be implemented:
Tasks involved for each SINAPP:
sinapps/<sinapp-name>/
(seesinapps/nlmdenoise/
for an example):run.py
script which provides a BIDS app argument parser, the creation of the workflow and the execution of the sinapp.Dockerfile
for containerization that describes the computing environment used to execute the workflow based on an Ubuntu 16.04 LTS system. A condaenvironment.yml
is used to facilitate the installation of the python environment.The text was updated successfully, but these errors were encountered: