forked from cancerit/PCAP-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (39 loc) · 856 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
notifications:
slack: wtsi-cgpit:ptUMR1tkNyZJYd9TpGoss8WR
email: false
env:
- CC=gcc
addons:
apt:
packages:
- build-essential
- autoconf
- bsdtar
- time
- curl
- libcurl4-openssl-dev
- nettle-dev
- zlib1g-dev
- libncurses5-dev
- libpstreams-dev
- unzip
- libpng12-dev
- libexpat1-dev
- libgoogle-perftools-dev
- lsof
install: true
language: perl
perl:
- "5.22"
before_script:
- git clone --depth 1 --single-branch --branch develop https://github.com/cancerit/cgpBigWig.git
- cd cgpBigWig
- ./setup.sh $HOME/wtsi-opt
- cd ../
script:
- ./setup.sh ~/wtsi-opt
- $HOME/wtsi-opt/bin/samtools view # dump usage to show intact
- $HOME/wtsi-opt/bin/diff_bams -h
- $HOME/wtsi-opt/bin/reheadSQ -h
- $HOME/wtsi-opt/bin/bam_stats -h
- perl -I $HOME/wtsi-opt/lib/perl5 ~/wtsi-opt/bin/bwa_mem.pl -h