Have had weird problems with cutadapt. Using the '-o' flag should generate gzipped output. However, the job runner uses tmp files, which by default don't use 'gz'-suffix. A workaround for now is to add the suffix in CutadaptJobRunner. This works on Linux, #17