I'm trying to submit a script to the cluster but it's been failing and bringing up an odd error message:
wc: .commands: No such file or directory qsub: command required for a binary job
the script calls an FSL command, so I tried taking out the "export FSLSUBMIT=1" line to see, but the first line of the error is still coming up. Any advice?
hmm, didn't help. Courtney also tried running it with a script she's used successfully in the past and got the same error (just the first line about wc: .commands).
ok, we figured it out. We were running tbss_2_reg, and somehow there were a bunch of .msf files in the FA folder TBSS was using. Once I deleted those, it started working. Thanks!