-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The project configuration "ACEseq" could not be found (call Roddy with listworkflows) #350
Comments
If a project configuration is not found by Roddy this can have multiple reasons
Can you check these things? |
I have checked your advice and still gain this error below.This is my erro: (ACEseqWorkflow) [ccc@cccv2-54b47d48b8-9jdct Roddy]$ ./roddy.sh run ACEseq@copyNumberEstimation test --useconfig=/data/user/ccc/ccc_I950/data_soft/PreparedRoddyZip/configuration/applicationProperties.ini my projectACEseq.xml:
|
|
Dear @ccchen-ccc . First I see that you use Roddy 2.4. I strongly advise you to use the newest available Roddy version, because there are a lot of bug-fixes and UI-improvements, such as better error-reporting and reporting of directories being used. Furthermore, I remember that we made a plugin-version bump from the 1.0 versions to 1.2 versions to express the fact, that the newer versions work only with Roddy 3. Your project XML misses the closing Beyond that, the only reason I can think of in the moment are really that Roddy cannot access the file. The project XML needs to be in a directory listed among the |
Thank you !!! Error happened when i used relative path in the file ini. Sorry disturbing you again, i don't understand what's the meaning of 'dataset' when starting Roddy. Here is my problem: root@ccc950-79cfd9f9fd-4jjtl:/data/user/ccc/ccc_I950/data_soft/PreparedRoddyZip/Roddy# ./roddy.sh testrun ACEseq@copyNumberEstimation $pid --useconfig=$PATH_TO_PLUGIN_DIRECTORY/configuration/applicationProperties.ini --cvalues="bamfile_list:$pathToControlBamFile;$pathToTumorBamFile,sample_list:control;tumor,possibleControlSampleNamePrefixes:control,possibleTumorSampleNamePrefixes:tumor"Required JRE/JDK: 1.8 There were errors for the execution context for dataset output Thanks for reply!! |
What i need to config in the "dataset'? |
"dataset" is basically the patient ID (PID). Practically its the names of the subdirectories of the input or output directories, which is also used in some other filenames. |
I had create a folder named "output" in the input or output directories, but it showed that 'the workflow does not seem to be executable for dataset output'. I don't know how to config the workflow or what the "dataset" need? |
Some notes:
|
Sorry, I dont know how to add the project into Roddy as the applicationProperties.ini has been set
The text was updated successfully, but these errors were encountered: