diff options
author | l-d-s <l@sdf.org> | 2018-11-15 16:46:40 +1100 |
---|---|---|
committer | l-d-s <l@sdf.org> | 2018-11-15 16:46:40 +1100 |
commit | cef18f89ef4724957d4af60f26c7283fa75cbf44 (patch) | |
tree | fe3cca8190f7e9a3119e9267101f86e99d468696 /tools | |
parent | 36d838876ae2a0a7d0f6fb0cef302ed4105ee683 (diff) |
Syntax.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gridss-softClipsToSplitReads.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gridss-softClipsToSplitReads.nix b/tools/gridss-softClipsToSplitReads.nix index c04b039..245e1f6 100644 --- a/tools/gridss-softClipsToSplitReads.nix +++ b/tools/gridss-softClipsToSplitReads.nix @@ -37,5 +37,5 @@ stdenv.mkDerivation rec { ${optionalString (config != null) ("CONFIGURATION_FILE=" + gridssConfig config)} \ WORKER_THREADS=$NIX_BUILD_CORES ''; - passthru.filetype = filetype.bam { ref = ref; sort = sorting.none {}; } + passthru.filetype = filetype.bam { ref = ref; sort = sorting.none {}; }; } |