Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Jan 8, 2019
1 parent 7cf4fb3 commit 2a0cf9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docker/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ chmod +x /usr/local/bin/duphold
wget -qO /usr/bin/gsort https://github.com/brentp/gsort/releases/download/v0.0.6/gsort_linux_amd64
chmod +x /usr/bin/gsort

wget -qO /usr/bin/bpbio https://github.com/brentp/bpbio/releases/download/v0.1.1/bpbio
chmod +x /usr/bin/bpbio

wget -qO /usr/bin/gargs https://github.com/brentp/gargs/releases/download/v0.3.9/gargs_linux
chmod +x /usr/bin/gargs

Expand Down
4 changes: 1 addition & 3 deletions scripts/evaluation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ tabix HG002_SVs_Tier1_v0.6.DEL.vcf.gz

#smoove_cmd=go run cmd/smoove/smoove.go
version=dev
smoove_cmd=./smoove_022
version=v0.2.2

rm -rf evaluation-$version
$smoove_cmd call --genotype -o evaluation-$version/ -x -p 4 -f $fasta -n testing $cram
go run cmd/smoove/smoove.go call --genotype -o evaluation-$version/ -x -p 4 -f $fasta -n testing $cram

bcftools view -i 'SVTYPE="DEL"' evaluation-$version/testing-smoove.genotyped.vcf.gz -O z -o evaluation-$version/testing-smoove.genotyped.DEL.vcf.gz
tabix evaluation-$version/testing-smoove.genotyped.DEL.vcf.gz
Expand Down

0 comments on commit 2a0cf9e

Please sign in to comment.