bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Change queueArgs from array to string. #49

Closed warownia1 closed 5 years ago

warownia1 commented 5 years ago

Using array in command configuration is not convenient. This: "-l gpu=1 -q fast.queue.q --mem=1G" is cleaner than this: ["-l", "gpu=1", "-q", "fast.queue.q", "--mem=1G"]

warownia1 commented 5 years ago

Fixed by a9a692612f0dd19facdd17989a5d02a0a479871a