bjpop / rubra

Infrastructure code to support DNA pipeline
MIT License
38 stars 18 forks source link

Use shlex.split to parse srun command line #21

Open bjpop opened 11 years ago

bjpop commented 11 years ago

At the moment the srun command line is passed to Popen as a string, but it ought to be a list of strings.

The recommendation is to use shlex.split to parse the line into strings.