aboutsummaryrefslogtreecommitdiff
path: root/tools/gridss-assemble.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gridss-assemble.nix')
-rw-r--r--tools/gridss-assemble.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gridss-assemble.nix b/tools/gridss-assemble.nix
index 14f39c8..a532f4b 100644
--- a/tools/gridss-assemble.nix
+++ b/tools/gridss-assemble.nix
@@ -55,7 +55,8 @@ stage rec {
OUTPUT=$out \
${optionalString (config != null) ("OPTIONS_FILE=" + bionix.gridss.gridssConfig config)} \
WORKING_DIR=$TMPDIR/ \
- TMP_DIR=$TMPDIR/
+ TMP_DIR=$TMPDIR/ \
+ ${optionalString (flags != null) flags}
'';
passthru.filetype = filetype.bam { ref = ref; sorting = sort.name {}; };
passthru.multicore = true;