[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Space inside arguments



2010/11/10 Edier Alberto Zapata Hernández <edalzap@xxxxxxxxx>
I already tryed with \', \", " and nothing.

There's an entire section in the doc devoted to the arguments= submit file setting and how quoting works with it. You can read it here:

http://www.cs.wisc.edu/condor/manual/v7.4/condor_submit.html#SECTION0010443000000000000000

Try:

arguments = "-p blastx -d '/home/condor/bBlast/db/a.thaliana.fas /home/condor/bBlast/db/go_lite.fas' -i 13680_seqs -b 5 -e 1e-5"

- Ian