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
Copy file name to clipboardExpand all lines: README.md
+22-24Lines changed: 22 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,22 @@ This Readme covers release 26.0.* of the LORIS Imaging Insertion Pipeline for Ub
3
3
This repo accompanies the [LORIS neuroimaging data platform main repo](https://github.com/aces/Loris/releases)</b>, release 24.1.*.<br>
4
4
For documentation and detailed setup information, please see the [LORIS-MRI documentation](docs/) for your installed version</b>.
5
5
6
-
This repo can be installed on the same VM as the main LORIS codebase, or on a different machine such as a designated fileserver where large imaging filesets are to be stored.
6
+
This repo can be installed on the same VM as the main LORIS codebase, or on a different machine such as a designated fileserver where large imaging filesets are to be stored.
7
7
8
8
# System Requirements
9
9
10
10
* Perl
11
-
* Python 3 with pip3 and virtualenv (step 2 below)
11
+
* Python 3.11 with pip3 and venv (step 2 below)
12
12
* MINC toolkit (step 3 below)
13
13
* DICOM toolkit (step 4 below)
14
14
* tpcclib (for HRRT PET only) (step 5 below)
15
15
16
-
On <u>Ubuntu</u>, DICOM toolkit will be installed by the imaging install script (step 4 below). This script will _apt-get install dcmtk_.
16
+
On <u>Ubuntu</u>, DICOM toolkit will be installed by the imaging install script (step 4 below). This script will _apt-get install dcmtk_.
17
17
18
18
For <u>CentOS</u>: The [LORIS wiki](https://github.com/aces/Loris/wiki/Imaging-Database) Imaging setup page (see Section 1, installing codebase) includes links to older transcripts for [CentOS installation](https://github.com/aces/Loris/wiki/CentOS-Imaging-installation-transcript) and notes on dependencies including [DICOM toolkit](https://github.com/aces/Loris/wiki/CentOS-Imaging-installation-transcript#7-install-dicom-toolkit).
19
19
20
20
The following installation should be run by the `$lorisadmin` user. `sudo` permission is required.
21
-
See [aces/Loris](https://github.com/aces/loris) README.md for further information.
21
+
See [aces/Loris](https://github.com/aces/loris) README.md for further information.
0 commit comments