PennLINC / xcpEngine

Official public repository for the XCP Engine. This tool is deprecated in favor of XCP-D and ASLPrep.
MIT License
66 stars 42 forks source link

Error in newMat[xVox, yVox, 1:zVox] <- 1 : incorrect number of subscripts #182

Closed mitchem890 closed 5 years ago

mitchem890 commented 5 years ago

Describe the bug Not able to complete the anat pipeline to move onto the func analysis.

Cohort file

id0,img
sub-155938,fmriprep/sub-155938/anat/sub-155938_T1w_preproc.nii.gz

Design File

#!/usr/bin/env bash

###################################################################
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
###################################################################

###################################################################
# This design file stores the values of all variables required to
# execute a complete task-free functional connectivity pipeline.
# You may execute the analysis specified in this design file by
# calling (in any bash terminal):
#
# xcpEngine -d <design> -c <cohort> -o <output> <options>
#
# Variables fall into five general categories:
# * ANALYSIS VARIABLES are used at all stages of this analysis.
# * PIPELINE specifies the modules that comprise the analysis.
# * GLOBAL VARIABLES are used at all stages of all analyses.
# * MODULE VARIABLES are used during one stage of the analysis.
#                  These are typically array variables with array
#                  indices equal to the index of the analysis
#                  stage during which they are used.
# * OUTPUT VARIABLES may be used at all stages of the analysis.
#                  These are sometimes array variables with array
#                  indices equal to the value of the primary
#                  subject identifier. They will appear only in
#                  localised design files.
###################################################################

###################################################################
# ANALYSIS VARIABLES
###################################################################

analysis=struc-ACCELERATOR
design=/data/anat-antsct.dsn
sequence=anatomical
standard=MNI%1x1x1

###################################################################
# PIPELINE
###################################################################

pipeline=struc,roiquant,qcanat

###################################################################
# 1 STRUC
###################################################################

struc_denoise_anat[1]=0
struc_prior_weight[1]=0.25
struc_posterior_formulation[1]='Socrates[1]'
struc_keepBEImages[1]=0
struc_floating_point[1]=0
struc_random_seed[1]=0
struc_bspline[1]=0
struc_fit[1]=0.3
struc_quick[1]=0
struc_seg_priors[1]=1
struc_rerun[1]=0
struc_cleanup[1]=1
struc_process[1]=ACT

###################################################################
# 2 ROIQUANT
###################################################################

roiquant_atlas[2]=all
roiquant_vol[2]=1
roiquant_rerun[2]=0
roiquant_cleanup[2]=1

###################################################################
# 3 QCANAT
###################################################################

qcanat_gm[3]=Y
qcanat_gm_val[3]=2,4
qcanat_wm[3]=Y
qcanat_wm_val[3]=3
qcanat_csf[3]=Y
qcanat_csf_val[3]=1
qcanat_cort[3]=Y
qcanat_cort_val[3]=4
qcanat_rerun[3]=0
qcanat_cleanup[3]=1

Error message

/data/nil-bluearc/ccp-hcp/CCPLinux2testing/fmriprep/sub-155938> singularity run -B /data/nil-bluearc/ccp-hcp/CCPLinux2testing/fmriprep/sub-155938/output:/data /data/nil-bluearc/ccp-hcp/SingularityImages/xcpEngine.simg -d /data/anat-antsct.dsn -c /data/anat_cohort.csv -o /data/xcp-engine/xcp_output -t 1 -r /data
[Detected that xcp is in a container]
Received options: -d /data/anat-antsct.dsn -c /data/anat_cohort.csv -o /data/xcp-engine/xcp_output -t 1 -r /data
$XCPEDIR is /xcpEngine

======================== Checking Inputs =============================

OK

Constructing a pipeline based on user specifications
····································································
· [D][/data/anat-antsct.dsn]
· [C][/data/anat_cohort.csv]
· [O][/data/xcp-engine/xcp_output]
· [M][Executing serially]
····································································

Checking general dependencies
····································································
· Version AFNI           AFNI_19.0.01 
· Version ANTs           3.0.0.0.dev14-g21614 
· Version FSL            fsl-5.0.10 
· Version C3D            1.1.0 
· Version JQ             jq-1.5
· Version XCP Engine     xcpEngine-v0.7.0-prerelease
· R version              3.3.3 
· R scripting front-end  3.3.3 
· · RNifti version       0.10.0
· · optparse version     1.6.1
· · pracma version       2.2.2
· · signal version       0.7.6
····································································
All general dependencies are present.

Checking environment
All environmental variables are defined.

Checking module-specific dependencies

###################################################################
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
#                                                                 #
#  ⊗                      XCP ★ ★ ★ ENGINE                     ⊗  #
#                                                                 #
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
###################################################################

###################################################################
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
#                                                                 #
                  CURRENTLY PROCESSING MODULE:
                         ★ LOCALISER ★
#                                                                 #
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
###################################################################

[Delegating control to module]

###################################################################
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
#                                                                 #
#  ⊗                   XCP ENGINE LOCALISER                    ⊗  #
#                                                                 #
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
###################################################################

Current processing step:
@1 Localising subject metadata...
····································································
· @1.1 [Parsing subject identifiers]
· @1.1a [Creating output directory]
· @1.1b [/data/xcp-engine/xcp_output/sub-155938]
· @1.2 [Initialising space mapping]
· @1.3 [Initialising derivative maps]
· @1.4 [Initialising atlas system]
· @1.5 Ingress
· @1.5.1 [Native space: sub-155938_anatomical]
· @1.5.2a [Standard space: MNI]
· @1.5.3a [Anatomical space: sub-155938_anatomical]
source space map '' is not an image
· @1.5 [Priming analytic audit]
· @1.6 [Priming quality assessment]
····································································
Processing step complete:
Localising subject metadata...

Current processing step:
@2 Localising image
····································································
· @2.1 [Verifying that images are present]
· @2.2 [Conforming and localising images]
····································································
Processing step complete:
Localising image

Current processing step:
@3 Localising design
····································································
· @3.1 [Writing localised design]
· @3.2 [Evaluating subject variables]
····································································
Processing step complete:
Localising design

Localiser complete

###################################################################
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
#                                                                 #
                  CURRENTLY PROCESSING MODULE:
                         ★ struc ★
#                                                                 #
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
###################################################################

[Delegating control to module]
###################################################################
# ⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗ #
#                                                                 #
#  ⊗               STRUCTURAL PROCESSING MODULE                ⊗  #
#                                                                 #
# ⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗ #
###################################################################

[I][/data/xcp-engine/xcp_output/sub-155938/sub-155938.nii.gz]
[O][/data/xcp-engine/xcp_output/sub-155938/struc]
                             -   -   -
>> rln /xcpEngine/space/MNI/MNI-1x1x1.nii.gz /data/xcp-engine/xcp_output/sub-155938/struc/template.nii.gz

struc has already run to completion.
Writing outputs...
                             -   -   -
>> ${XCPEDIR}/utils/spaceMetadata -o /data/xcp-engine/xcp_output/sub-155938/sub-155938_spaces.json -f MNI%1x1x1:/xcpEngine/space/MNI/MNI-1x1x1.nii.gz -m sub-155938_anatomical:/data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_ExtractedBrain0N4.nii.gz -x /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_SubjectToTemplate0GenericAffine.mat,/data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_SubjectToTemplate1Warp.nii.gz -i /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_TemplateToSubject0Warp.nii.gz,/data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_TemplateToSubject1GenericAffine.mat -s /data/xcp-engine/xcp_output/sub-155938/sub-155938_spaces.json
                             -   -   -
>> rln /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_ExtractedBrain0N4.nii.gz /data/xcp-engine/xcp_output/sub-155938/sub-155938.nii.gz
                             -   -   -
>> 5-4-1
                             -   -   -
>> 5-1

Module Workflow Map
····································································
· START
· FINISH
····································································

Module complete

###################################################################
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
#                                                                 #
                  CURRENTLY PROCESSING MODULE:
                         ★ roiquant ★
#                                                                 #
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
###################################################################

[Delegating control to module]

###################################################################
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
#                                                                 #
#  ⊗             ATLAS-BASED QUANTIFICATION MODULE             ⊗  #
#                                                                 #
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
###################################################################

[I][/data/xcp-engine/xcp_output/sub-155938/sub-155938.nii.gz]
[O][/data/xcp-engine/xcp_output/sub-155938/roiquant]
· @0.1 
                             -   -   -
>> rln /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_BrainSegmentation0N4.nii.gz /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938_referenceVolume.nii.gz
                             -   -   -
>> 6-4-1
                             -   -   -
>> 6-1
/xcpEngine/modules/roiquant/roiquant.mod: line 100: ((: == 1 : syntax error: operand expected (error token is "== 1 ")

Current processing step:
@1 Regional quantification: aal116
····································································
· @1.2 Mapping network to image space
· @1.2.1 
· @1.2.7 
                             -   -   -
>> rln /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_aal116.nii.gz /data/xcp-engine/xcp_output/sub-155938/roiquant/aal116/sub-155938_aal116.nii.gz
                             -   -   -
>> 7-4-1
                             -   -   -
>> 7-1
· @1.3.3 
                             -   -   -
>> ${XCPEDIR}/utils/nodeCoverage.R -i /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_BrainExtractionMask.nii.gz -r /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_aal116.nii.gz -x /xcpEngine/atlas/aal116/aal116NodeIndex.1D -n /xcpEngine/atlas/aal116/aal116NodeNames.txt
· @1.3.4 Computing atlas statistics
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -v /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_CorticalThickness.nii.gz -s mean -o /data/xcp-engine/xcp_output/sub-155938/roiquant/aal116/sub-155938_aal116_mean_corticalThickness.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_aal116_mean_corticalThickness -d anatomical_corticalThickness -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_aal116.nii.gz -n aal116 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_aal116_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_aal116_names.1D -p sub-155938 -w 0
[already complete]
                             -   -   -
>> atlas_set aal116 RegionalMeanCorticalThickness /data/xcp-engine/xcp_output/sub-155938/roiquant/aal116/sub-155938_aal116_mean_corticalThickness.csv
· @1.3.5 
· @1.3.6 
· @1.3.7 
· @1.3.8 
· @1.3.9 
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -s vol -o /data/xcp-engine/xcp_output/sub-155938/roiquant/aal116/sub-155938_aal116_vol.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_aal116_vol -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_aal116.nii.gz -n aal116 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_aal116_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_aal116_names.1D -p sub-155938 -w 0
[already complete]
····································································
Processing step complete:
Regional quantification: aal116

Current processing step:
@1 Regional quantification: glasser360
····································································
· @1.2 Mapping network to image space
· @1.2.1 
· @1.2.7 
                             -   -   -
>> rln /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_glasser360.nii.gz /data/xcp-engine/xcp_output/sub-155938/roiquant/glasser360/sub-155938_glasser360.nii.gz
                             -   -   -
>> 7-4-1
                             -   -   -
>> 7-1
· @1.3.3 
                             -   -   -
>> ${XCPEDIR}/utils/nodeCoverage.R -i /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_BrainExtractionMask.nii.gz -r /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_glasser360.nii.gz -x /xcpEngine/atlas/glasser360/glasser360NodeIndex.1D -n /xcpEngine/atlas/glasser360/glasser360NodeNames.txt
· @1.3.4 Computing atlas statistics
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -v /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_CorticalThickness.nii.gz -s mean -o /data/xcp-engine/xcp_output/sub-155938/roiquant/glasser360/sub-155938_glasser360_mean_corticalThickness.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_glasser360_mean_corticalThickness -d anatomical_corticalThickness -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_glasser360.nii.gz -n glasser360 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_glasser360_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_glasser360_names.1D -p sub-155938 -w 0
[already complete]
                             -   -   -
>> atlas_set glasser360 RegionalMeanCorticalThickness /data/xcp-engine/xcp_output/sub-155938/roiquant/glasser360/sub-155938_glasser360_mean_corticalThickness.csv
· @1.3.5 
· @1.3.6 
· @1.3.7 
· @1.3.8 
· @1.3.9 
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -s vol -o /data/xcp-engine/xcp_output/sub-155938/roiquant/glasser360/sub-155938_glasser360_vol.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_glasser360_vol -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_glasser360.nii.gz -n glasser360 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_glasser360_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_glasser360_names.1D -p sub-155938 -w 0
[already complete]
····································································
Processing step complete:
Regional quantification: glasser360

Current processing step:
@1 Regional quantification: gordon333
····································································
· @1.2 Mapping network to image space
· @1.2.1 
· @1.2.7 
                             -   -   -
>> rln /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_gordon333.nii.gz /data/xcp-engine/xcp_output/sub-155938/roiquant/gordon333/sub-155938_gordon333.nii.gz
                             -   -   -
>> 7-4-1
                             -   -   -
>> 7-1
· @1.3.3 
                             -   -   -
>> ${XCPEDIR}/utils/nodeCoverage.R -i /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_BrainExtractionMask.nii.gz -r /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_gordon333.nii.gz -x /xcpEngine/atlas/gordon333/gordon333NodeIndex.1D -n /xcpEngine/atlas/gordon333/gordon333NodeNames.txt
· @1.3.4 Computing atlas statistics
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -v /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_CorticalThickness.nii.gz -s mean -o /data/xcp-engine/xcp_output/sub-155938/roiquant/gordon333/sub-155938_gordon333_mean_corticalThickness.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_gordon333_mean_corticalThickness -d anatomical_corticalThickness -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_gordon333.nii.gz -n gordon333 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_gordon333_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_gordon333_names.1D -p sub-155938 -w 0
[already complete]
                             -   -   -
>> atlas_set gordon333 RegionalMeanCorticalThickness /data/xcp-engine/xcp_output/sub-155938/roiquant/gordon333/sub-155938_gordon333_mean_corticalThickness.csv
· @1.3.5 
· @1.3.6 
· @1.3.7 
· @1.3.8 
· @1.3.9 
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -s vol -o /data/xcp-engine/xcp_output/sub-155938/roiquant/gordon333/sub-155938_gordon333_vol.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_gordon333_vol -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_gordon333.nii.gz -n gordon333 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_gordon333_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_gordon333_names.1D -p sub-155938 -w 0
[already complete]
····································································
Processing step complete:
Regional quantification: gordon333

Current processing step:
@1 Regional quantification: power264
····································································
· @1.2 Mapping network to image space
· @1.2.1 
· @1.2.7 
                             -   -   -
>> rln /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_power264.nii.gz /data/xcp-engine/xcp_output/sub-155938/roiquant/power264/sub-155938_power264.nii.gz
                             -   -   -
>> 7-4-1
                             -   -   -
>> 7-1
· @1.3.3 
                             -   -   -
>> ${XCPEDIR}/utils/nodeCoverage.R -i /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_BrainExtractionMask.nii.gz -r /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_power264.nii.gz -x /xcpEngine/atlas/power264/power264NodeIndex.1D -n /xcpEngine/atlas/power264/power264NodeNames.txt
· @1.3.4 Computing atlas statistics
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -v /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_CorticalThickness.nii.gz -s mean -o /data/xcp-engine/xcp_output/sub-155938/roiquant/power264/sub-155938_power264_mean_corticalThickness.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_power264_mean_corticalThickness -d anatomical_corticalThickness -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_power264.nii.gz -n power264 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_power264_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_power264_names.1D -p sub-155938 -w 0
[already complete]
                             -   -   -
>> atlas_set power264 RegionalMeanCorticalThickness /data/xcp-engine/xcp_output/sub-155938/roiquant/power264/sub-155938_power264_mean_corticalThickness.csv
· @1.3.5 
· @1.3.6 
· @1.3.7 
· @1.3.8 
· @1.3.9 
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -s vol -o /data/xcp-engine/xcp_output/sub-155938/roiquant/power264/sub-155938_power264_vol.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_power264_vol -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_power264.nii.gz -n power264 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_power264_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_power264_names.1D -p sub-155938 -w 0
[already complete]
····································································
Processing step complete:
Regional quantification: power264

Current processing step:
@1 Regional quantification: schaefer100
····································································
· @1.2 Mapping network to image space
· @1.2.1 
· @1.2.7 
                             -   -   -
>> rln /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer100.nii.gz /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer100/sub-155938_schaefer100.nii.gz
                             -   -   -
>> 7-4-1
                             -   -   -
>> 7-1
· @1.3.3 
                             -   -   -
>> ${XCPEDIR}/utils/nodeCoverage.R -i /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_BrainExtractionMask.nii.gz -r /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer100.nii.gz -x /xcpEngine/atlas/schaefer100/schaefer100NodeIndex.1D -n /xcpEngine/atlas/schaefer100/schaefer100NodeNames.txt
· @1.3.4 Computing atlas statistics
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -v /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_CorticalThickness.nii.gz -s mean -o /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer100/sub-155938_schaefer100_mean_corticalThickness.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer100_mean_corticalThickness -d anatomical_corticalThickness -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer100.nii.gz -n schaefer100 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer100_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer100_names.1D -p sub-155938 -w 0
[already complete]
                             -   -   -
>> atlas_set schaefer100 RegionalMeanCorticalThickness /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer100/sub-155938_schaefer100_mean_corticalThickness.csv
· @1.3.5 
· @1.3.6 
· @1.3.7 
· @1.3.8 
· @1.3.9 
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -s vol -o /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer100/sub-155938_schaefer100_vol.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer100_vol -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer100.nii.gz -n schaefer100 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer100_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer100_names.1D -p sub-155938 -w 0
[already complete]
····································································
Processing step complete:
Regional quantification: schaefer100

Current processing step:
@1 Regional quantification: schaefer200
····································································
· @1.2 Mapping network to image space
· @1.2.1 
· @1.2.7 
                             -   -   -
>> rln /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer200.nii.gz /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer200/sub-155938_schaefer200.nii.gz
                             -   -   -
>> 7-4-1
                             -   -   -
>> 7-1
· @1.3.3 
                             -   -   -
>> ${XCPEDIR}/utils/nodeCoverage.R -i /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_BrainExtractionMask.nii.gz -r /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer200.nii.gz -x /xcpEngine/atlas/schaefer200/schaefer200NodeIndex.1D -n /xcpEngine/atlas/schaefer200/schaefer200NodeNames.txt
· @1.3.4 Computing atlas statistics
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -v /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_CorticalThickness.nii.gz -s mean -o /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer200/sub-155938_schaefer200_mean_corticalThickness.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer200_mean_corticalThickness -d anatomical_corticalThickness -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer200.nii.gz -n schaefer200 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer200_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer200_names.1D -p sub-155938 -w 0
[already complete]
                             -   -   -
>> atlas_set schaefer200 RegionalMeanCorticalThickness /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer200/sub-155938_schaefer200_mean_corticalThickness.csv
· @1.3.5 
· @1.3.6 
· @1.3.7 
· @1.3.8 
· @1.3.9 
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -s vol -o /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer200/sub-155938_schaefer200_vol.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer200_vol -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer200.nii.gz -n schaefer200 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer200_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer200_names.1D -p sub-155938 -w 0
[already complete]
····································································
Processing step complete:
Regional quantification: schaefer200

Current processing step:
@1 Regional quantification: schaefer400
····································································
· @1.2 Mapping network to image space
· @1.2.1 
· @1.2.7 
                             -   -   -
>> rln /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer400.nii.gz /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer400/sub-155938_schaefer400.nii.gz
                             -   -   -
>> 7-4-1
                             -   -   -
>> 7-1
· @1.3.3 
                             -   -   -
>> ${XCPEDIR}/utils/nodeCoverage.R -i /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_BrainExtractionMask.nii.gz -r /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer400.nii.gz -x /xcpEngine/atlas/schaefer400/schaefer400NodeIndex.1D -n /xcpEngine/atlas/schaefer400/schaefer400NodeNames.txt
· @1.3.4 Computing atlas statistics
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -v /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_CorticalThickness.nii.gz -s mean -o /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer400/sub-155938_schaefer400_mean_corticalThickness.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer400_mean_corticalThickness -d anatomical_corticalThickness -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer400.nii.gz -n schaefer400 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer400_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer400_names.1D -p sub-155938 -w 0
[already complete]
                             -   -   -
>> atlas_set schaefer400 RegionalMeanCorticalThickness /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer400/sub-155938_schaefer400_mean_corticalThickness.csv
· @1.3.5 
· @1.3.6 
· @1.3.7 
· @1.3.8 
· @1.3.9 
                             -   -   -
>> ${XCPEDIR}/utils/quantifyAtlas -s vol -o /data/xcp-engine/xcp_output/sub-155938/roiquant/schaefer400/sub-155938_schaefer400_vol.csv -t /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer400_vol -a /data/xcp-engine/xcp_output/sub-155938/sub-155938_atlas/sub-155938_schaefer400.nii.gz -n schaefer400 -i /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer400_idx.1D -r /data/xcp-engine/xcp_output/sub-155938/roiquant/sub-155938~TEMP~_schaefer400_names.1D -p sub-155938 -w 0
[already complete]
····································································
Processing step complete:
Regional quantification: schaefer400

Module Workflow Map
····································································
· START
· @0.1
· @1
· @1.2
· @1.2.1
· @1.2.7
· @1.3.3
· @1.3.4
· @1.3.5
· @1.3.6
· @1.3.7
· @1.3.8
· @1.3.9
· @1
· @1.2
· @1.2.1
· @1.2.7
· @1.3.3
· @1.3.4
· @1.3.5
· @1.3.6
· @1.3.7
· @1.3.8
· @1.3.9
· @1
· @1.2
· @1.2.1
· @1.2.7
· @1.3.3
· @1.3.4
· @1.3.5
· @1.3.6
· @1.3.7
· @1.3.8
· @1.3.9
· @1
· @1.2
· @1.2.1
· @1.2.7
· @1.3.3
· @1.3.4
· @1.3.5
· @1.3.6
· @1.3.7
· @1.3.8
· @1.3.9
· @1
· @1.2
· @1.2.1
· @1.2.7
· @1.3.3
· @1.3.4
· @1.3.5
· @1.3.6
· @1.3.7
· @1.3.8
· @1.3.9
· @1
· @1.2
· @1.2.1
· @1.2.7
· @1.3.3
· @1.3.4
· @1.3.5
· @1.3.6
· @1.3.7
· @1.3.8
· @1.3.9
· @1
· @1.2
· @1.2.1
· @1.2.7
· @1.3.3
· @1.3.4
· @1.3.5
· @1.3.6
· @1.3.7
· @1.3.8
· @1.3.9
· FINISH
····································································

Module complete

###################################################################
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
#                                                                 #
                  CURRENTLY PROCESSING MODULE:
                         ★ qcanat ★
#                                                                 #
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
###################################################################

[Delegating control to module]
###################################################################
# ⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗ #
#                                                                 #
#  ⊗      VOLUMETRIC ANATOMICAL QUALITY ASSESSMENT MODULE      ⊗  #
#                                                                 #
# ⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗⊗ #
###################################################################

[I][/data/xcp-engine/xcp_output/sub-155938/sub-155938.nii.gz]
[O][/data/xcp-engine/xcp_output/sub-155938/qcanat]

Current processing step:
@1 Extracting tissue masks
····································································
· @1.1a Successfully identified cerebral cortex
· @1.1a Successfully identified white matter
· @1.1a Successfully identified grey matter
· @1.1a Successfully identified cerebrospinal fluid
····································································
Processing step complete:
Extracting tissue masks

Current processing step:
@2 Determining image foreground/background
····································································
· @2.1 Attempting warp to subject space
                             -   -   -
>> rm /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938_mniCoords.sclib
                             -   -   -
>> ${XCPEDIR}/utils/pointTransform -v -i /xcpEngine/modules/qcanat/mniCoords.sclib -s /xcpEngine/space/MNI/MNI-1x1x1.nii.gz -r /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_ExtractedBrain0N4.nii.gz -t /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_SubjectToTemplate0GenericAffine.mat -t /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_SubjectToTemplate1Warp.nii.gz -n /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~
                             -   -   -
>> antsApplyTransforms -e 3 -d 3 -i /xcpEngine/modules/qcanat/mniForeGroundMask.nii.gz -r /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_ExtractedBrain0N4.nii.gz -o /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg.nii.gz -n NearestNeighbor -t /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_TemplateToSubject1GenericAffine.mat -t /data/xcp-engine/xcp_output/sub-155938/struc/sub-155938_TemplateToSubject0Warp.nii.gz
                             -   -   -
>> ${XCPEDIR}/utils/sclib2csv.R -i /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938_mniCoords.sclib -c sclib2csv -o /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938_landmarksCoords.csv
· @2.5 Removing neck and nose from background
                             -   -   -
>> ${XCPEDIR}/utils/extendMaskInferior.R -i /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg.nii.gz -o /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-extend.nii.gz -c /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938_landmarksCoords.csv
Error in newMat[xVox, yVox, 1:zVox] <- 1 : incorrect number of subscripts
Execution halted
· @2.6 Classifying sinuses as background
                             -   -   -
>> fslmaths /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg.nii.gz -mul /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-extend.nii.gz -sub 1 -abs /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-3.nii.gz
Image Exception : #22 :: ERROR: Could not open image /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-extend
terminate called after throwing an instance of 'RBD_COMMON::BaseException'
/xcpEngine/core/functions/exec_fsl: line 1: 14029 Aborted                 (core dumped) ${FSLDIR}/bin/"${@}"
                             -   -   -
>> ImageMath 3 /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-4.nii.gz GetLargestComponent /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-3.nii.gz
 file /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-3.nii.gz does not exist . 
/xcpEngine/core/functions/exec_ants: line 1: 14043 Segmentation fault      (core dumped) ${ANTSPATH}/"${@}"
                             -   -   -
>> fslmaths /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-3.nii.gz -sub /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-4.nii.gz /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-5.nii.gz
Cannot open volume /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-3 for reading!
                             -   -   -
>> fslmaths /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-extend.nii.gz -sub /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-5.nii.gz /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938_foreground.nii.gz
Cannot open volume /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938~TEMP~-fg-extend for reading!
····································································
Processing step complete:
Determining image foreground/background

Current processing step:
@3 Computing measures of anatomical quality
····································································
· @3.1 Using cortical mask
                             -   -   -
>> ${XCPEDIR}/utils/qcanat.R -i /data/fmriprep/sub-155938/anat/sub-155938_T1w_preproc.nii.gz -m /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938_gmMask.nii.gz -w /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938_wmMask.nii.gz -f /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938_foreground.nii.gz -c /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938_cortexMask.nii.gz
Error in readNifti(fgmaskpath) : 
  Failed to read image from path /data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938_foreground.nii.gz
Calls: readNifti -> .Call
In addition: Warning message:
In readNifti(fgmaskpath) :
  nifti_image_read: failed to find header file for '/data/xcp-engine/xcp_output/sub-155938/qcanat/sub-155938_foreground.nii.gz'
Execution halted
· @3.2 Organising estimates
····································································
Processing step complete:
Computing measures of anatomical quality

Module Workflow Map
····································································
· START
· @1
· @1.1a
· @1.1a
· @1.1a
· @1.1a
· @2
· @2.1
· @2.5
· @2.6
· @3
· @3.1
· @3.2
· FINISH
····································································

Module complete

###################################################################
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
#                                                                 #
#  ⊗                     ANALYSIS COMPLETE                     ⊗  #
#                                                                 #
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
###################################################################
ccplinux2:/data/nil-bluearc/ccp-hcp/CCPLinux2testing/fmriprep/sub-155938> 

Runtime Information

running through singularity using the following command:

singularity run -B /data/nil-bluearc/ccp-hcp/CCPLinux2testing/fmriprep/sub-155938/output:/data /data/nil-bluearc/ccp-hcp/SingularityImages/xcpEngine.simg -d /data/anat-antsct.dsn -c /data/anat_cohort.csv -o /data/xcp-engine/xcp_output -t 1 -r /data

Additional context Subject was ran through fmriprep using the following command:

singularity run \
--cleanenv \
-B /data/nil-external/ccp/Jeffers/testSubjects/155938:/tmp \
/data/nil-bluearc/ccp-hcp/SingularityImages/fmriprep-1.1.7.simg \
--fs-license-file /tmp/.license/freesurfer/license.txt \
-w /tmp \
/tmp/BIDS /tmp/output \
participant --participant_label 155938 \
--output-space T1w template fsaverage5 \
--template MNI152NLin2009cAsym \
--template-resampling-grid native \
-n-cpus 16 --omp-nthreads 4 \
--mem-mb 64000 -v
a3sha2 commented 5 years ago

Hi

You dont need structural processing anymore to run functional processing Azeez

mitchem890 commented 5 years ago

Thanks Azeez, So I've moved on to directly running the functional pipeline and it seems like the expected naming convention is not the same as what is output from fmriprep. Is this because xcp-engine is expecting a different version of fmriprep output, or is there a way to configure the expected filenames for xcp?

Cohort File

id0,img
sub-155938,fmriprep/sub-155938/ses-wave1bas/func/sub-155938_ses-wave1bas_task-Rest_acq-mb4AP_run-1_bold_space-MNI152NLin2009cAsym_preproc.nii.gz

Design File

#!/usr/bin/env bash

###################################################################
#  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  ⊗  #
###################################################################

###################################################################
# This design file stores the values of all variables required to
# execute a complete neuroimage processing pipeline. You may
# execute the analysis specified in this design file by calling
# (in any v4 or higher bash terminal):
#
# xcpEngine -d <design> -c <cohort> -o <output> <options>
#
# Variables fall into five general categories:
# * ANALYSIS VARIABLES are used at all stages of this analysis.
# * PIPELINE specifies the modules that comprise the analysis.
# * MODULE VARIABLES are used during one stage of the analysis.
#                  These are typically array variables with array
#                  indices equal to the index of the module that
#                  calls them.
# * OUTPUT VARIABLES may be used at all stages of the analysis.
#                  These are typically array variables with array
#                  indices equal to the value of the primary
#                  subject identifier. They will appear only in
#                  localised design files.
###################################################################

###################################################################
# ANALYSIS VARIABLES
###################################################################

analysis=fc_$(whoami)
design=/data/fc-36p.dsn
sequence=anatomical
standard=MNI%2x2x2

###################################################################
# PIPELINE
###################################################################

pipeline=prestats,confound2,regress,fcon,reho,alff,roiquant,norm,qcfc

###################################################################
# 1 PRESTATS
###################################################################

prestats_rerun[1]=1
prestats_cleanup[1]=1
prestats_process[1]=FMP

###################################################################
# 2 CONFOUND2
###################################################################

confound2_rps[2]=1
confound2_rms[2]=0
confound2_wm[2]=1
confound2_csf[2]=1
confound2_gsr[2]=1
confound2_acompcor[2]=0
confound2_tcompcor[2]=0
confound2_aroma[2]=0
confound2_past[2]=0
confound2_dx[2]=1
confound2_sq[2]=2
confound2_custom[2]=
confound2_censor[2]=0
confound2_censor_contig[2]=0
confound2_framewise[2]=rmss:0.083,fds:0.167,dv:2
confound2_rerun[2]=0
confound2_cleanup[2]=1

###################################################################
# 3  REGRESS
###################################################################

regress_tmpf[3]=butterworth
regress_hipass[3]=0.01
regress_lopass[3]=0.08
regress_tmpf_order[3]=1
regress_tmpf_pass[3]=2
regress_tmpf_ripple[3]=0.5
regress_tmpf_ripple2[3]=20
regress_dmdt[3]=2
regress_1ddt[3]=1
regress_smo[3]=6
regress_sptf[3]=susan
regress_usan[3]=default
regress_usan_space[3]=
regress_rerun[3]=0
regress_cleanup[3]=1
regress_process[3]=DMT-TMP-REG

###################################################################
# 4 FCON
###################################################################

fcon_atlas[4]=all
fcon_metric[4]=corrcoef
fcon_thr[4]=N
fcon_pad[4]=FALSE
fcon_rerun[4]=0
fcon_cleanup[4]=1

###################################################################
# 5 REHO
###################################################################

reho_nhood[5]=vertices
reho_roikw[5]=0 # does nothing at the moment
reho_sptf[5]=susan
reho_smo[5]=6
reho_rerun[5]=0
reho_cleanup[5]=1

###################################################################
# 6 ALFF
###################################################################

alff_hipass[6]=0.01
alff_lopass[6]=0.08
alff_sptf[6]=susan
alff_smo[6]=6
alff_rerun[6]=0
alff_cleanup[6]=1

###################################################################
# 7 ROIQUANT
###################################################################

roiquant_atlas[7]=all
roiquant_globals[7]=1
roiquant_vol[7]=0
roiquant_rerun[7]=0
roiquant_cleanup[7]=1

###################################################################
# 8 NORM
###################################################################
norm_primary[8]=1
norm_rerun[8]=0
norm_cleanup[8]=1

##################################################################
# 9 QCFC
###################################################################
qcfc_atlas[9]=power264
qcfc_sig[9]=fdr
qcfc_rerun[9]=0
qcfc_cleanup[9]=1

Error Message

cp /data/fmriprep/sub-155938/ses-wave1bas/func/sub-155938_ses-wave1bas_task-Rest_acq-mb4AP_run-1_desc-confounds_regressors.tsv /data/xcp-engine/xcp_output/sub-155938/prestats/sub-155938_fmriconf.tsv
cp: cannot stat '/data/fmriprep/sub-155938/ses-wave1bas/func/sub-155938_ses-wave1bas_task-Rest_acq-mb4AP_run-1_desc-confounds_regressors.tsv': No such file or directory
ls: cannot access '/data/fmriprep/sub-155938/ses-wave1bas/..//anat/*from-MNI152NLin2009cAsym_to-T1w_mode-image_xfm.h5': No such file or directory
ls: cannot access '/data/fmriprep/sub-155938/ses-wave1bas/..//anat/*from-T1w_to-MNI152NLin2009cAsym_mode-image_xfm.h5': No such file or directory
ls: cannot access '/data/fmriprep/sub-155938/ses-wave1bas/..//anat/*MNI*desc-preproc_T1w.nii.gz': No such file or directory
ls: cannot access '/data/fmriprep/sub-155938/ses-wave1bas/..//anat/*MNI*dseg.nii.gz': No such file or directory
ls: cannot access '/data/fmriprep/sub-155938/ses-wave1bas/..//anat/*MNI*desc-brain_mask.nii.gz': No such file or directory

Runtime Information Running Through Singularity using the following command:

singularity run -B /data/nil-bluearc/ccp-hcp/CCPLinux2testing/fmriprep/sub-155938/output:/data /data/nil-bluearc/ccp-hcp/SingularityImages/xcpengine-latest.simg -d /data/fc-36p.dsn -c /data/func_cohort.csv -o /data/xcp-engine/xcp_output -t 1 -r /data

Additional Information My anat files look like the files below:

sub-155938_T1w_brainmask.nii.gz
sub-155938_T1w_class-CSF_probtissue.nii.gz
sub-155938_T1w_class-GM_probtissue.nii.gz
sub-155938_T1w_class-WM_probtissue.nii.gz
sub-155938_T1w_dtissue.nii.gz
sub-155938_T1w_inflated.L.surf.gii
sub-155938_T1w_inflated.R.surf.gii
sub-155938_T1w_label-aparcaseg_roi.nii.gz
sub-155938_T1w_label-aseg_roi.nii.gz
sub-155938_T1w_midthickness.L.surf.gii
sub-155938_T1w_midthickness.R.surf.gii
sub-155938_T1w_pial.L.surf.gii
sub-155938_T1w_pial.R.surf.gii
sub-155938_T1w_preproc.nii.gz
sub-155938_T1w_smoothwm.L.surf.gii
sub-155938_T1w_smoothwm.R.surf.gii
sub-155938_T1w_space-MNI152NLin2009cAsym_brainmask.nii.gz
sub-155938_T1w_space-MNI152NLin2009cAsym_class-CSF_probtissue.nii.gz
sub-155938_T1w_space-MNI152NLin2009cAsym_class-GM_probtissue.nii.gz
sub-155938_T1w_space-MNI152NLin2009cAsym_class-WM_probtissue.nii.gz
sub-155938_T1w_space-MNI152NLin2009cAsym_dtissue.nii.gz
sub-155938_T1w_space-MNI152NLin2009cAsym_preproc.nii.gz
sub-155938_T1w_space-MNI152NLin2009cAsym_target-T1w_warp.h5
sub-155938_T1w_target-fsnative_affine.txt
sub-155938_T1w_target-MNI152NLin2009cAsym_warp.h5
mitchem890 commented 5 years ago

I found this issue which is essentially the same: https://github.com/PennBBL/xcpEngine/issues/141 I'll have to update fmriprep to at least version 1.2.0 and rerun my subject. Then I'll give xcp-engine another shot.