Verbose flags were separating parameters
Fixes #34 (closed)
The -v flags were separating the -d option (set database name) and the database name argument, in gridtk.sge._submit_to_grid, during the wrapper command generation.
This was not a problem with 0 verbosity, since no v was inserted.