diff options
author | Justin Bedo <cu@cua0.org> | 2019-03-22 10:00:21 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-03-22 10:00:21 +1100 |
commit | 72e2b9e39cfb6a78b6b94864d6acfebf7b371376 (patch) | |
tree | c6274dc79ea411b1c4917eb82cca5b519bada126 /tools | |
parent | e7e2eea4db02fcfab484c63f8ef86c7bfc810c4c (diff) |
cnvkit: copy less files
Diffstat (limited to 'tools')
-rw-r--r-- | tools/cnvkit-batch.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cnvkit-batch.nix b/tools/cnvkit-batch.nix index d033dc4..114b6b9 100644 --- a/tools/cnvkit-batch.nix +++ b/tools/cnvkit-batch.nix @@ -35,7 +35,7 @@ stage { -d $TMPDIR \ ${optionalString (flags != null) flags} mkdir $out - cp * $out + cp *.cn{r,s,n} $out ''; passthru.multicore = true; } |