Summary of what happened:
Hi everyone,
I am trying to re-run new subjects for a new site, and am trying to run heudiconv to generate the .tsv file. I keep getting the following error. @yarikoptic Tagging you because it says you are the creator of the 1.1.0.sif latest version that I pulled. Thank you.
Command used (and if a helper script was used, a link to the helper script or the command generated):
#!/bin/bash
#SBATCH --time=12:00:00
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=2
#SBATCH --account=PAS2302
project=$1
subject=$2
echo "Running heudiconv initial script"
singularity run --cleanenv \
/fs/ess/PAS2302/Subbi/TURBO/TERBO/heudiconv_1.1.0.sif \
-d /fs/ess/PCON0340/SOAR_Temp/MRI/RAW_DATA/$project/arc001/{subject}_??-??/SCANS/*/DICOM/* \
-o /fs/ess/PCON0340/SOAR_Temp/MRI/$project/NIFTI \
-f convertall \
-s $subject \
-c none ;
echo "Finished subject" $subject
Version:
1.1.0
Environment (Docker, Singularity / Apptainer, custom installation):
Singularity
Data formatted according to a validatable standard? Please provide the output of the validator:
PASTE VALIDATOR OUTPUT HERE
Relevant log outputs (up to 20 lines):
WARNING: Could not check for version updates: Connection to server could not be made
INFO: Running heudiconv version 1.0.1 latest Unknown
INFO: Need to process 0 study sessions
Finished subject 70001-01_01-23
Screenshots / relevant information:
I ran it with the --cleanenv and the --no-home flag but get the same error for both. Is anyone else running into this issue?
Above for some reason says 1.0.1 even through its path is to the 1.1.0 sif file.