Entering edit mode
10.0 years ago
dolevrahat
▴
40
Hello
I apologize for this stupid question but am at a lost regarding this one:
I am attempting to use cluster flow in order to streamline multiple bismark sessions that I want to run.
When I try to run the bismark pipeline it launches the appropriate qsub jobs, but when the jobs finish no files are generated.
When I inspect the error files they contain the error:
/state/partition1/apps/local/clusterflow-0.1/modules/bismark_align.cfmod: Command not found.
(and similar errors for all other modules in the pipeline).
I have inspected the modules directory, the files are all there and have an execution premission for all users.
What might be the problem?
Thanks in advance
Dolev Rahat
Can the nodes see that path? I assume you checked on the login node.
What Devon said. Ensure you have the appropriate
module load
orexport PATH
statement in the beginning of your script.Hi dolevrahat, please provide feedback on members' comments.