glennhickey / progressiveCactus

Distribution package for the Prgressive Cactus multiple genome aligner. Dependencies are linked as submodules
Other
80 stars 26 forks source link

Error in resuming existing job #51

Open marta-fb opened 8 years ago

marta-fb commented 8 years ago

Hi,

I'm trying to resume an existing job that was killed before, because it exceeded the walltime constraint, with this parameters:

./bin/runProgressiveCactus.sh ./ruminantsAll/ruminantsAll.txt ./ruminantsAll ./ruminantsAll/ruminantsAll.hal --maxThreads 64

But I get this error:

Error: Existing project ./ruminantsAll/progressiveAlignment not compatible with current input. Please erase the working directory or rerun with the --overwrite option to start from scratch. Temporary data was left in: ./ruminantsAll More information can be found in ./ruminantsAll/cactus.log Beginning Alignment

And the cactus.log file is empty... Do I need to add another flag?

Thanks, Marta