AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
June 10, 2020 02:23PM
Agreed. Conda is an ideal tool for this sort of thing. The HCC version is the best option for now. There's no need to worry about system packages like eog and nautilus (whatever you use on your cluster/server is fine).

Regarding a more official version of conda packaging, I am working on this. I hope to have it ready soon. There are a lot of bits and pieces to take into account but I am almost there.

Also, if your users are comfortable with singularity that is a solution worth considering. For each release of AFNI a docker image is pushed to docker-hub. The directory /home/afni_user/work can be written to inside the container. An unprivileged user would make use of this with something along the lines of

```
singularity pull docker://afni/afni_cmake_build
singularity run -B /data/$USER/workdir:/home/afni_user/work --cleanenv afni_cmake_build_latest.sif
```
Subject Author Posted

Installing AFNI Within a Conda Environment

jpellman June 09, 2020 03:26PM

Re: Installing AFNI Within a Conda Environment

jpellman June 09, 2020 04:09PM

Re: Installing AFNI Within a Conda Environment

leej3 June 10, 2020 02:23PM