Skip to content

Commit

Permalink
Merge pull request #219 from geetduggal/patch-1
Browse files Browse the repository at this point in the history
Increase robustness of unpacking in secure containers
  • Loading branch information
chapmanb committed May 21, 2016
2 parents 6d1917b + 2592083 commit 3f5d2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggd-recipes/GRCh37/transcripts.yaml
Expand Up @@ -12,7 +12,7 @@ recipe:
- |
baseurl=https://s3.amazonaws.com/biodata/annotation/GRCh37-rnaseq-2015-12-01.tar.xz
wget -c -N $baseurl
xz -dc *-rnaseq-*.tar.xz | tar -xpf -
xz -dc *-rnaseq-*.tar.xz | tar --no-same-owner -xpf -
mv */rnaseq-* rnaseq
recipe_outfiles:
- rnaseq/kallisto
Expand Down

0 comments on commit 3f5d2bd

Please sign in to comment.