This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Design file not being read (Singularity on CC) #432
Comments
is design file and cohort file in the same directory? |
Yes. They're both in the same directory as the subject data folders. |
sorry for late response, check if design is free of read and write.
|
What would be the ‘correct’ output from that command? I’m getting the folders in the home directory.
Specifically, the output is:
matlab
nearline
projects
scratch
Also I should mention, a few months ago I had used the exact commands that I’m currently using and it had worked…
From: Azeez Adebimpe ***@***.***>
Reply-To: PennBBL/xcpEngine ***@***.***>
Date: Wednesday, March 17, 2021 at 1:34 AM
To: PennBBL/xcpEngine ***@***.***>
Cc: Manesh Girn ***@***.***>, Author ***@***.***>
Subject: Re: [PennBBL/xcpEngine] Design file not being read (Singularity on CC) (#432)
sorry for late response, check if design is free of read and write.
To be sure, if the singularity is mounted correctly try the following to see the directory
singularity exec
…-B /scratch/maneshg/xcpDenoise:/data
/scratch/maneshg/xcpDenoise/xcpEngine-latest.simg ls
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#432 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALF2GEVZFWBC73EE6GQNQ2TTEA5NVANCNFSM4YZXIL4A>.
|
@mgirn was there a solution to this issue? |
yes, it was a mounting issue. I can't recall what the exact solution was. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
XCP is not reading my design file when I run it via Singularity on a Compute Canada computing cluster. Here is the command I'm using:
singularity run
-B /scratch/maneshg/xcpDenoise:/data
/scratch/maneshg/xcpDenoise/xcpEngine-latest.simg
-d /scratch/maneshg/xcpDenoise/data/fc-acompcor.dsn
-c /scratch/maneshg/xcpDenoise/data/$cohort
-o /scratch/maneshg/xcpDenoise/derivatives/xcpEngine
-i /scratch/maneshg/xcpDenoise/derivatives/work_dir
-r /scratch/maneshg/xcpDenoise/data -t 1 -m c
Cohort file
Paste cohort file between the triple backticks
Design File
Error message
Runtime Information
I ran XCP via Singularity on a Compute Canada computing cluster
The text was updated successfully, but these errors were encountered: