- Here is the error I get when running the tool ChIPmunk (thanks Alban for you help (ChIPMunk v2 is used and all librairies are found) but here is a new error, maybe a problem of "dirname" ?) mv: impossible d'évaluer « /work/galaxy/database/job_working_directory/004/4132/galaxy_dataset_5992.dat_0.xml.png »: Aucun fichier ou dossier de ce type mv: impossible d'évaluer « /work/galaHere, I think that the error is due to the ChIPMunk execution which doesn't work.
You can try the ChIPMunk execution this way:
Find the line containing:
ruby $CHIPMUNK_BIN_DIR/run_chiphorde.rb $LOG $motifs $MODE yes 1.0 s:$inputfile 100 10 1 4 >> /dev/null 2>> /dev/null
Add a line with:
echo "ruby $CHIPMUNK_BIN_DIR/run_chiphorde.rb $LOG $motifs $MODE yes 1.0 s:$inputfile 100 10 1 4 >> /dev/null 2>> /dev/null" > ~/ChIPMunk.log
Then try to launch the command in ~/ChIPMunk.log in a terminal and look at the output.
If ChIPMunk has run, the error comes from next step (i.e. the parseChipmunkOutput.pl script).
Else, try to debug ChIPMunk, and then the tool will work.