aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-03-22 10:00:21 +1100
committerJustin Bedo <cu@cua0.org>2019-03-22 10:00:21 +1100
commit72e2b9e39cfb6a78b6b94864d6acfebf7b371376 (patch)
treec6274dc79ea411b1c4917eb82cca5b519bada126 /tools
parente7e2eea4db02fcfab484c63f8ef86c7bfc810c4c (diff)
cnvkit: copy less files
Diffstat (limited to 'tools')
-rw-r--r--tools/cnvkit-batch.nix2
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;
}