From a9584e4fd46cad8bb88d31629e9b9a31ce8e46f8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 18 Feb 2021 11:22:13 +0100 Subject: SLURM: Submit merging and ambigator jobs via script --- src/gui_ambi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui_ambi.c') diff --git a/src/gui_ambi.c b/src/gui_ambi.c index 9050eb5c..d29ce6b0 100644 --- a/src/gui_ambi.c +++ b/src/gui_ambi.c @@ -476,6 +476,8 @@ int write_ambigator_script(const char *filename, fh = fopen(filename, "w"); if ( fh == NULL ) return 1; + fprintf(fh, "#!/bin/sh\n"); + fprintf(fh, "cat \\\n"); for ( i=0; in_streams; i++ ) { fprintf(fh, "%s \\\n", input->streams[i]); -- cgit v1.2.3