Replies: 9 comments 4 replies
-
Hey Devin! I'm taking a look at this, I should have an answer here soon |
Beta Was this translation helpful? Give feedback.
-
The It looks like FEAT didn't successfully generate the |
Beta Was this translation helpful? Give feedback.
-
OK good to know regarding the structural processing, thanks. Here is the FEAT log as requested, it doesn't really contain much... bb_feat_rfMRI_ns_sub-A00028845.log STANDARD OUT: STANDARD ERROR: |
Beta Was this translation helpful? Give feedback.
-
No worries. It's one of the holdovers from the original implementation - probably worth removing at some point to eliminate any confusion :) Oh right, it just points you to the MELODIC report. Would you mind pasting the contents of |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help! Please below for the contents of design.fsf. I believe I'm working off the main branch of the pipeline, this is what I get when running the "git branch" command (i am not a github expert so please excuse if I'm misunderstanding...):
|
Beta Was this translation helpful? Give feedback.
-
OK good to know re: git branch! Thanks for checking that out, in case this helps, here is the contents of my submit_subject.sh file: #!/bin/bash module load StdEnv/2020 gcc/9.3.0 afni/20.3.05 freesurfer/7.1.0 singularity run --nv -B /scratch -B /localscratch -B /cvmfs -B /project /home/soddev/projects/def-levine/soddev/Rockland/TVBukbb_pipeline/tvb-ukbb_latest.sif ${1} /home/soddev/projects/def-levine/soddev/Rockland/TVBukbb_pipeline/tvb-ukbb |
Beta Was this translation helpful? Give feedback.
-
Sure thing, here is the init_vars: [soddev@cedar5 tvb-ukbb]$ cat init_vars Script name: init_varsDescription: Script to initalise the variables needed for the pipeline.Authors: Fidel Alfaro-Almagro, Stephen M. Smith & Mark JenkinsonCopyright 2017 University of OxfordLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.########################################### USER MUST MODIFY THE INDICATED LINES########################################### UKBB ROOT DIR LOCATIONexport BBDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd ..; pwd )" #SETUP FSL #TODO implement this in the files option 1: true; use full-GPU probtrackx call. default.option 2: gpu_batch; split GPU probtrackx into 10 smaller batches.for low-memory systems.option 3: false: use CPU probtrackx split into 10 smaller batches.use for systems without CUDA GPUexport PROBTRACKX_GPU="true" #SETUP AFNI export AFNIDIR=/opt/afni #TO BE MODIFIED BY USERexport AFNIDIR="/cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Compiler/gcc9/afni/20.3.05" #SETUP FREESURFER export FREESURFER_HOME=/cvmfs/soft.computecanada.ca/easybuild/software/2020/Core/freesurfer/5.3.0/bin/freesurfer #TO BE MODIFIED BY USERif usin on Compute Canada, load module firstsource $EBROOTFREESURFER/FreeSurferEnv.sh source $FREESURFER_HOME/SetUpFreeSurfer.sh > /dev/null#SETUP ANTS export SOFTDIR="/opt/tvb-pipeline" #TO BE MODIFIED BY USER (DEFAULT FOR SINGULARITY) SET UP MATLABexport MCROOT="/opt/mcr" #TO BE MODIFIED BY USER (DEFAULT FOR SINGULARITY) #Move $FSLDIR/bin before $FREESURFER_HOME in the path #SETUP EXTERNAL LIBRARIES #SET LOCALE FOR FLOATING POINT FORMATTING #ENV VARIABLES FOR BIOBANK export FSL_FIXDIR="$BB_BIN_DIR/bb_functional_pipeline/bb_fix_dir" set to 1 for single shell diffusion data and 2 for multi-shellexport DIFF_SHELL_TYPE="1" #INCLUDE 3 MAIN BIOBANK DIRECTORIES IN PATH #SET PATH FOR MCR export MATLAB_COMPILER_RUNTIME="$MCROOT/$MCRV" export XAPPLRESDIR="$MCROOT/$MCRV/X11/app-defaults" source activate $SOFTDIR/software/envsource activate $SOFTDIR/software/env And here is the bb_prepare_rfMRI log file: [soddev@cedar5 logs]$ cat bb_prepare_rfMRI_sub-A00028845.log STANDARD ERROR:
|
Beta Was this translation helpful? Give feedback.
-
Based off your
design_ICA.fsf calls the /usr/local/fsl, likely causing an error design_ICA_nonSmoothed.fsf on the other hand, refers to the appropriate FSLDIR defined in init_vars Depending on your needs, you may either edit
to the |
Beta Was this translation helpful? Give feedback.
-
Ah OK, thanks so much. I'm using the smoothed version of the .fsf file so I think the easiest is to edit design_ICA.fsf so it calls the correct FSLDIR defined in init_vars. I'll try that out and let you know how it goes! |
Beta Was this translation helpful? Give feedback.
-
Dear Experts,
I'm noticing the following error in the bb_pipeline_struct for a subject, and I'm wondering if this is causing problems downstream in the functional pipeline. Please see below where I commented first on the two errors for the structural processing, flagged with "##"
Only errors are the following in structural processing log:
##The functional processing error I see is that it can't find a warp file called "example_func2standard_warp". Please see below for the output of the functional processing log, and below that, the contents of the transforms folder in the fMRI output folder
##contents of fMRI reg folder:
Beta Was this translation helpful? Give feedback.
All reactions