Ubuntu24安装xcp_d

一、安装ants

1、解压缩

2、在配置文件编辑

复制代码
export PATH=$PATH:/home/xiaoming/ants-2.6.5/bin

3、输入测试语句

复制代码
antsRegistrationSyN.sh

二、安装ANFI

复制代码
cd
curl -O https://raw.githubusercontent.com/afni/afni/master/src/other_builds/OS_notes.linux_ubuntu_24_64_a_admin.txt
curl -O https://raw.githubusercontent.com/afni/afni/master/src/other_builds/OS_notes.linux_ubuntu_24_64_b_user.tcsh
curl -O https://raw.githubusercontent.com/afni/afni/master/src/other_builds/OS_notes.linux_ubuntu_24_64_c_nice.tcsh

sudo bash OS_notes.linux_ubuntu_24_64_a_admin.txt 2>&1 | tee o.ubuntu_24_a.txt
tcsh OS_notes.linux_ubuntu_24_64_b_user.tcsh 2>&1 | tee o.ubuntu_24_b.txt
tcsh OS_notes.linux_ubuntu_24_64_c_nice.tcsh 2>&1 | tee o.ubuntu_24_c.txt

安装过程时间比较长

终于结束了

提示缺少一些对应的库,执行下面命令。

复制代码
pip install matplotlib flask flask_cors

mamba install -c conda-forge r-gamm4

终于完成检查了

2、打开另一个终端

复制代码
afni_system_check.py -check_all

打开下面两个命令

复制代码
#打开AFNI和SUMA的GUI,确保一切正常
afni
suma

输入afni的结果

输入suma的结果

查看版本

复制代码
afni -ver 

三、安装bids_validator

复制代码
pip install bids_validator

4、安装connectome-workbench

复制代码
mamba install -c conda-forge Connectome Workbench

5、安装xcp_d

复制代码
pip install git+https://github.com/pennlinc/xcp_d.git

安装成功

相关推荐
LuDvei18 小时前
windows 中 vs code远程连接linux
linux·运维·服务器·windows
GDAL19 小时前
MANIFEST.in简介
linux·服务器·前端·python
点点滴滴的记录19 小时前
Redis部署在Linux上性能高于Windows
linux·数据库·redis
蜕变的小白19 小时前
基于Linux的天气查询项目
linux·运维·服务器
卤炖阑尾炎19 小时前
Linux firewalld 防火墙从入门到精通:原理与配置全解析
linux·运维·php
小云数据库服务专线19 小时前
linux grep命令
linux·运维·服务器
daad77720 小时前
peerconnection
linux
木子欢儿20 小时前
从零到精通 Neovim:Ubuntu 下的终极开发利器指南
linux·运维·服务器·ubuntu
蚊子爱喝水20 小时前
swoole6.2新特性
linux·swoole
峥嵘life20 小时前
Android16 【GTS】 GtsDevicePolicyTestCases 测试存在Failed项
android·linux·学习