Giter Club home page Giter Club logo

cgpbigwig's Introduction

cgpBigWig

Package of C scripts for generation of BigWig coverage files

Quay Badge

Master Dev
Master Badge Dev Badge

Installation

To install this package run:

setup.sh /path/to/installation

⚠️ Be aware that this expects basic C compilation libraries and tools to be available, check the INSTALL for system specific dependencies (e.g. Ubuntu, OSX, etc.).

setup.sh will install the following external dependencies:

⚠️ Please review the respective licence for each before use.

Docker and Singularity

A docker image for this tool can be found at quay.io (this may be more current than the dockstore version).

There are docker and dockstore.org containers for this project (including CWL bindings).

Programs

Program Description
bwcat Read the contents of a bigwig (.bw) file
bwjoin Concatenate bigwig files together
bam2bw Generate bigwig (.bw) coverage file from bam
bg2bw Generate bigwig (.bw) coverage file from bedgraph (.bed) format
bam2bwbases Generate bigwig (.bw) proportion file of each base at a position from bam
bam2bedgraph Generate a coverage bedgraph from bam

bwcat

Read the contents of a bw file

Usage: bwcat -i input-path

-i  --input-path [file]    Path to the input bigwig file

Optional:
-r  --region [string]      Region or bw file to print to screen format. NB start should be 0 based: (contig:start-stop)
-n  --include-na           Include NA regions in output
-o  --output [file]        File to write bw output to [default: stdout]

Other:
-h --help                  Display this usage information.
-v --version               Prints the version number.

bwjoin

Concatenate bw files together

Usage: bwjoin -f genome.fai -o output.bw

-p  --input-path [dir]                           Path to the input bigwig files named [path]/<contig_name>.bw
-f  --fasta-index [file]                         Fasta index file (.fai)
-o  --outfile [file]                             Path to the output .bw file produced. [default:'concatenated.bw']
-g  --ignore-contigs [comma separated list]      Comma separated list of contigs to ignore.

Other:
-h --help      Display this usage information.
-v --version   Prints the version number.

bam2bw

Generate bw coverage file from bam

Usage: bam2bw -i input.[b|cr]am -o output.bw
bam2bw can be used to generate a bw file of coverage from a [cr|b]am file.

-i  --input [file]                                Path to the input [b|cr]am file.
-F  --filter [int]                                SAM flags to filter. [default: 4]
-f  --filter-include [int]                        SAM flags to include. [default: 0]
                                                  N.B. if properly paired reads are filtered for inclusion bam2bw will assume paired-end data
                                                  and exclude any proper-pair flagged reads not in F/R orientation.-o  --outfile [file]                              Path to the output .bw file produced. [default:'output.bam.bw']

Optional:
-S  --scale-log10 [float]                         A scale factor to multiply to output [default: -1912244352]
-c  --region [file]                               A samtools style region (contig:start-stop) or a bed file of regions over which to produce the bigwig file
-z  --include-zeroes                              Include zero coverage regions as additional entries to the bw file
-r  --reference [file]                            Path to reference genome.fa file (required for cram if ref_path cannot be resolved)
-a  --overlap                                     Use overlapping read check

Other:
-h  --help                                        Display this usage information.
-v  --version                                     Prints the version number.

bg2bw

Generate bw coverage file from bedgraph (.bed) format

Usage: bg2bw -i input.bed -c chrom.list -o output.bw
bg2bw can be used to generate a bw file from a bedgraph file.

-i  --input [file]           Path to the input [b|cr]am file.
-o  --outfile [file]         Path to the output .bw file produced. [default:'output.bw']
-c  --chromList [file]       Path to chrom.list a .tsv where first two columns are contig name and length.

Other:
-h  --help                   Display this usage information.
-v  --version                Prints the version number.

bam2bwbases

Generate bw proportion file of each base at a position from bam

Usage: bam2bwbases -i input.[b|cr]am -o output.bw
bam2bwbases can be used to generate four bw files of per base proportions.

-i  --input [file]                                Path to the input [b|cr]am file.
-F  --filter [int]                                SAM flags to filter. [default: 4]
-o  --outfile [file]                              Path to the output .bw file produced. Per base results wiillbe output as four bw files [ACGT].outputname.bw [default:'(null)']
-a  --overlap                                     Turn on overlaping reads check

Optional:
-c  --region [file]                               A samtools style region (contig:start-stop) or a bed file of regions over which to produce the bigwig file
-r  --reference [file]                            Path to reference genome.fa file (required for cram if ref_path cannot be resolved)

Other:
-h  --help                                        Display this usage information.
-v  --version                                     Prints the version number.

bam2bedgraph

Generate a coverage bedgraph from bam

Usage: bam2bedgraph -i input.[cr|b]am -o file [-r region] [-h] [-v]

Create a BEDGraph file of genomic coverage. BAM file must be sorted.
-i --input     Path to bam/cram input file. [default: stdin]
-o --output    File path for output. [default: stdout]

Optional:
-r --region    Region in bam to access.
-f --filter    Ignore reads with the filter flags [int].
-a --overlap  Turn on overlaping reads check

Other:
-h --help      Display this usage information.
-v --version   Prints the version number.

Contributors

Thanks to the following contributors on dockstore-cgpbigwig which is now retired Michael R. Crusoe

License

Copyright (c) 2017-2018 Genome Research Ltd.

Author: David Jones <[email protected]>

This file is part of cgpBigWig.

cgpBigWig is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation; either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

1. The usage of a range of years within a copyright statement contained within
this distribution should be interpreted as being equivalent to a list of years
including the first and last year specified and all consecutive years between
them. For example, a copyright statement that reads ‘Copyright (c) 2005, 2007-
2009, 2011-2012’ should be interpreted as being identical to a statement that
reads ‘Copyright (c) 2005, 2007, 2008, 2009, 2011, 2012’ and a copyright
statement that reads ‘Copyright (c) 2005-2012’ should be interpreted as being
identical to a statement that reads ‘Copyright (c) 2005, 2006, 2007, 2008,
2009, 2010, 2011, 2012’."

cgpbigwig's People

Contributors

davidrajones avatar keiranmraine avatar shouldsee avatar thomassclarke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cgpbigwig's Issues

bg2bw - apparent infinite loop

bg2bw appears to go into an infinite loop if Y chr is completely absent, but this isn't replicated if you drop another chromosome from the middle of the file

bg2bw -i ascat.bg -o ascat.bw -c genome.fa.fai

With this ascat.bw the job runs apparently infinitely

1	13115	11934653	4
1	11935714	11950891	2
1	11952194	16849660	4
1	16851439	17233668	3
1	17235057	120902392	4
1	120904829	121147880	6
1	121153365	249239902	4
2	10586	87473799	4
2	87475462	87608667	3
2	87615478	243187487	4
3	60196	10186447	2
3	10187633	10298890	0
3	10300030	75426855	2
3	75428270	75645376	4
3	75646494	151508116	2
3	151509698	151550421	4
3	151551690	197908615	2
4	11960	191043877	4
5	11881	180790901	4
6	100115	171049557	4
7	24219	74060455	4
7	74061511	76136389	3
7	76137923	159127076	4
8	11773	146303788	4
9	10468	261190	5
9	262206	141146683	4
10	60968	135524334	4
11	87267	134946318	4
12	68656	133841262	4
13	19020094	115108598	4
14	19000059	107288870	4
15	20000537	20894465	5
15	20939450	102520794	4
16	60290	90159555	4
16	90160792	90292766	3
17	827	81185372	4
18	16443	78017073	4
19	226775	59118779	4
20	61097	62962869	4
21	9411409	48119634	4
22	16051248	51240820	4
X	2699554	88453891	4
X	88455130	92139938	3
X	92143669	154929412	4

Just adding a final line resolves this, but see later:

Y	0	1	0

Taking the above original file and removing chr 10 as well in entirety doesn't induce the infinite loop:

1	13115	11934653	4
1	11935714	11950891	2
1	11952194	16849660	4
1	16851439	17233668	3
1	17235057	120902392	4
1	120904829	121147880	6
1	121153365	249239902	4
2	10586	87473799	4
2	87475462	87608667	3
2	87615478	243187487	4
3	60196	10186447	2
3	10187633	10298890	0
3	10300030	75426855	2
3	75428270	75645376	4
3	75646494	151508116	2
3	151509698	151550421	4
3	151551690	197908615	2
4	11960	191043877	4
5	11881	180790901	4
6	100115	171049557	4
7	24219	74060455	4
7	74061511	76136389	3
7	76137923	159127076	4
8	11773	146303788	4
9	10468	261190	5
9	262206	141146683	4
11	87267	134946318	4
12	68656	133841262	4
13	19020094	115108598	4
14	19000059	107288870	4
15	20000537	20894465	5
15	20939450	102520794	4
16	60290	90159555	4
16	90160792	90292766	3
17	827	81185372	4
18	16443	78017073	4
19	226775	59118779	4
20	61097	62962869	4
21	9411409	48119634	4
22	16051248	51240820	4
X	2699554	88453891	4
X	88455130	92139938	3
X	92143669	154929412	4

bwjoin normalization

Hi there,

a use case for bwjoin could be to create a consensus track from multiple replicates. In that case, it would be pretty useful to be able to set weights/normalization factors for each replicate. This is important when the overall coverage in bigwig files has not been normalized, and so each bigwig file comes with different total coverage, which could make the contribution of replicates very deeply sequenced much higher than replicates more shallowly sequenced.

It would be great to be able to choose how to join bigwig files, with 3 options in my mind:

  • no correction for coverage. Replicates with more coverage will have more weight on the joined product.
  • automatic correction for coverage such that each replicates has identical weight - that is, normalizaiton factors would be automatically computed by bwjoin
  • manual correction - the user specifies weights for each replicate

Improve Makefile

Need to update Makefile to install binaries to the perfix location (suffixed with /bin).

Makefile should also check that location for HTSLIB when not provided.

Installation issues

I need cgpBigWig to install nearly all the other tools that we'd like to use but I'm running into installation issues.
Using version 0.4.3,I get this when running setup.sh

./setup.sh /home/lmy/tools/cgpBigWig/
Max compilation CPUs set to 6
Get htslib ... already staged ...
Building htslib ... previously installed ...
Building libBigWig ... previously installed ...
Building cgpBigWig ...make: Entering directory /home/lmy/tools/source/cgpBigWig-0.4.3/c' clean rm -f ./*.o *~ ../bin/bam2bedgraph ../bin/bam2bw ../bin/bg2bw ../bin/bam2bwbases ../bin/bwjoin ../bin/detectExtremeDepth ../bin/bwcat ./tests/tests_log ./c_tests/utils_tests ./*.gcda ./*.gcov ./*.gcno *.gcda *.gcov *.gcno ./c_tests/*.gcda ./c_tests/*.gcov ./c_tests/*.gcno rm -rf ./htslib_tmp ../bin make: Leaving directory /home/lmy/tools/source/cgpBigWig-0.4.3/c'
make: Entering directory `/home/lmy/tools/source/cgpBigWig-0.4.3/c'
clean
rm -f ./.o *~ ../bin/bam2bedgraph ../bin/bam2bw ../bin/bg2bw ../bin/bam2bwbases ../bin/bwjoin ../bin/detectExtremeDepth ../bin/bwcat ./tests/tests_log ./c_tests/utils_tests ./.gcda ./.gcov ./.gcno .gcda .gcov .gcno ./c_tests/.gcda ./c_tests/.gcov ./c_tests/.gcno
rm -rf ./htslib_tmp ../bin
mkdir ../bin
mkdir ./htslib_tmp
#Do some magic to ensure we compile with the static libhts.a rather than libhts.so
ln -s /home/lmy/tools/source/cgpBigWig-0.4.3/install_tmp/htslib/libhts.a ./htslib_tmp/libhts.a
gcc -O3 -DVERSION='"0.4.2"' -g -Wall -I/home/lmy/tools/cgpBigWig/include -I/home/lmy/tools/source/cgpBigWig-0.4.3/install_tmp/htslib/ -rdynamic -c bam_access.c -o bam_access.o

#In file included from bam_access.c:36:
bam_access.h:38:20: error: bigWig.h: No such file or directory
In file included from bam_access.c:36:
bam_access.h:47: error: expected specifier-qualifier-list before ‘bigWigFile_t’
bam_access.h:67: error: expected ‘)’ before ‘’ token
bam_access.c:38: error: expected ‘)’ before ‘
’ token
bam_access.c: In function ‘process_bam_region_bases’:
bam_access.c:240: warning: initialization makes pointer from integer without a cast
bam_access.c:240: warning: unused variable ‘contig’
bam_access.c: In function ‘process_bam_region’:
bam_access.c:340: warning: initialization makes pointer from integer without a cast
bam_access.c:340: warning: unused variable ‘contig’
make: *** [bam_access.o] Error 1
make: Leaving directory `/home/lmy/tools/source/cgpBigWig-0.4.3/c'

Any hints would be welcome, I'm not good at C programming.

make cannot find -lp11-kit while the files in /usr/lib64

curl -sSL --retry 10 https://github.com/cancerit/cgpBigWig/archive/0.4.2.tar.gz -o  cgpBigwig.tar.gz 
tar --strip-components 1 -C distro -xzf cgpBigwig.tar.gz  
make -C distro/c clean 
make -C distro/c -j$CPU prefix=$INST_PATH HTSLIB=$INST_PATH/lib LFLAGS="-L$INST_PATH/lib -L/usr/lib64 -L/usr/lib  -L$MySOs/lib "

Get the errer : /usr/bin/ld: cannot find -lp11-kit
But I can find the files in /usr/lib64:
libp11-kit.so.0
libp11-kit.so.0.0.0
p11-kit
p11-kit-proxy.so

Error in Compilation cgpBigWig

Dear Davir,
When I run the compilation (cgpBigWig) everything runs, but in the end I get an error bellow, any suggestion:

gcc -O3 -DVERSION='"0.4.4"' -g -I/usr/local/ICGC/include -I/usr/local/cgpBigWig-0.4.4/install_tmp/htslib/ -rdynamic -Wall ./bam2bwbases.c ./bam_access.o ./utils.o -L./htslib_tmp -L/usr/local/ICGC/lib -lBigWig -lz -lcurl -lm -lgnutls -ltasn1 -lhogweed -lnettle -lgmp -lp11-kit -lhts -lpthread -lz -lm -ldl -o ../bin/bam2bwbases
gcc -O3 -DVERSION='"0.4.4"' -g -I/usr/local/ICGC/include -I/usr/local/cgpBigWig-0.4.4/install_tmp/htslib/ -rdynamic -Wall ./bwjoin.c ./bam_access.o ./utils.o -L./htslib_tmp -L/usr/local/ICGC/lib -lhts -lpthread -lz -lm -ldl -lBigWig -lz -lcurl -lm -lgnutls -ltasn1 -lhogweed -lnettle -lgmp -lp11-kit -o ../bin/bwjoin
gcc -O3 -DVERSION='"0.4.4"' -g -I/usr/local/ICGC/include -I/usr/local/cgpBigWig-0.4.4/install_tmp/htslib/ -rdynamic -Wall ./catbw.c ./bam_access.o ./utils.o -L./htslib_tmp -L/usr/local/ICGC/lib -lhts -lpthread -lz -lm -ldl -lBigWig -lz -lcurl -lm -lgnutls -ltasn1 -lhogweed -lnettle -lgmp -lp11-kit -o ../bin/bwcat
gcc -O3 -DVERSION='"0.4.4"' -g -I/usr/local/ICGC/include -I/usr/local/cgpBigWig-0.4.4/install_tmp/htslib/ -rdynamic -Wall ./bg2bw.c ./bam_access.o ./utils.o -L./htslib_tmp -L/usr/local/ICGC/lib -lhts -lpthread -lz -lm -ldl -lBigWig -lz -lcurl -lm -lgnutls -ltasn1 -lhogweed -lnettle -lgmp -lp11-kit -o ../bin/bg2bw
gcc -O3 -DVERSION='"0.4.4"' -g -I/usr/local/ICGC/include -I/usr/local/cgpBigWig-0.4.4/install_tmp/htslib/ -rdynamic -Wall ./detectExtremeDepth.c ./bam_access.o ./utils.o -L./htslib_tmp -L/usr/local/ICGC/lib -lhts -lpthread -lz -lm -ldl -lBigWig -lz -lcurl -lm -lgnutls -ltasn1 -lhogweed -lnettle -lgmp -lp11-kit -o ../bin/detectExtremeDepth
remove tmp hts location
rm -rf ./htslib_tmp
gcc -O3 -DVERSION='"0.4.4"' -g -Wall -I/usr/local/ICGC/include -I/usr/local/cgpBigWig-0.4.4/install_tmp/htslib/ -rdynamic -I./ ./bam_access.o ./utils.o -L./htslib_tmp -lhts -lpthread -lz -lm -ldl -L/usr/local/ICGC/lib c_tests/utils_tests.c -o c_tests/utils_tests
./bam_access.o: In function process_bam_region_bases': /usr/local/cgpBigWig-0.4.4/c/bam_access.c:316: undefined reference to sam_index_load'
/usr/local/cgpBigWig-0.4.4/c/bam_access.c:334: undefined reference to sam_itr_querys' ./bam_access.o: In function process_bam_region':
/usr/local/cgpBigWig-0.4.4/c/bam_access.c:415: undefined reference to sam_index_load' /usr/local/cgpBigWig-0.4.4/c/bam_access.c:417: undefined reference to sam_itr_querys'
collect2: error: ld returned 1 exit status
make: *** [c_tests/utils_tests] Error 1
make: Leaving directory `/usr/local/cgpBigWig-0.4.4/c

Thanks,
Leandro

Ubuntu xenial - more libraries required

For an install on a clean Xenial server instance the following libraries are also required:

apt-get install libtasn1-6-dev
apt-get install libp11-kit-dev
apt-get install libgnutls-dev

Tested via VirtualBox with ubuntu-16.04.3-server-amd64.iso

cgpBigWig 0.4.3 segfaults in debian 9.1

Hi,

I'm trying to build cgpBigWig on a Debian 9.1 system. The tests fail (due to bwcat segfaulting) in cgpBigWig 0.4.3 or 0.4.2, but not in 0.4.1.

You can reproduce the error with docker.

cgpBigWig-0.4.3:

docker run -it debian:9.1
apt-get update -y
apt-get install -y build-essential curl libcurl4-openssl-dev nettle-dev zlib1g-dev libgnutls28-dev libssl-dev
curl https://codeload.github.com/cancerit/cgpBigWig/tar.gz/0.4.3 | tar -xzf -
cd cgpBigWig-0.4.3
./setup.sh ~/cgpbw

... gives the output:

Running unit tests:
----
RUNNING: ./c_tests/utils_tests
ALL TESTS PASSED
Tests run: 2
c_tests/utils_tests PASS
Running script tests:
ERROR running ../bin/bwcat -i ../test_data/test.bw -r 1:1006-1010 > ../test_data/tmp.out
ERROR in c_tests/test_1bwcat.sh: here's c_tests/tests_log
------
DEBUG c_tests/utils_tests.c: main:116 ----- RUNNING: ./c_tests/utils_tests
DEBUG c_tests/utils_tests.c: all_tests:110 
----- test_line_count
DEBUG c_tests/utils_tests.c: all_tests:111 
----- test_parse_file_name
./c_tests/test_1bwcat.sh: line 51:  5988 Segmentation fault      ../bin/bwcat -i ../test_data/test.bw -r 1:1006-1010 > ../test_data/tmp.out
Makefile:121: recipe for target 'test' failed
make: *** [test] Error 1
make: Leaving directory '/cgpBigWig-0.4.3/c'

cgpBigWig-0.4.1:

docker run -it debian:9.1
apt-get update -y
apt-get install -y build-essential curl libcurl4-openssl-dev nettle-dev zlib1g-dev libgnutls28-dev libssl-dev
curl https://codeload.github.com/cancerit/cgpBigWig/tar.gz/0.4.1 | tar -xzf -
cd cgpBigWig-0.4.1
./setup.sh ~/cgpbw

... gives the output:

RUNNING: ./c_tests/utils_tests
ALL TESTS PASSED
Tests run: 2
c_tests/utils_tests PASS
Running script tests:
c_tests/test_1bwcat.sh PASS
c_tests/test_2bam2bw.sh PASS
c_tests/test_3bam2bedgraph.sh PASS
c_tests/test_4bam2bwbases.sh PASS
c_tests/test_5bg2bw.sh PASS

Installation issues

I need cgpBigWig to install nearly all the other tools that we'd like to use but I'm running into installation issues.

Using version 0.3.0 after getting all the ubuntu libraries installed I get this when running setup.sh

In file included from bam_access.c:36:
bam_access.h:38:20: error: bigWig.h: No such file or directory
In file included from bam_access.c:36:
bam_access.h:47: error: expected specifier-qualifier-list before ‘bigWigFile_t’
bam_access.h:67: error: expected ‘)’ before ‘’ token
bam_access.c:38: error: expected ‘)’ before ‘
’ token
make: *** [bam_access.o] Error 1

Any hints would be welcome, I'm not a C programmer.

Un-merged continuous segments (minor)

Using volvox-sorted.bam as the source I find regions that should be continuous are not. It looks like at the beginning of the chromosome the first region is split when overall coverage starts. In example all have a zero block split at 3 (2, when zero based)

$ bam2bw -z -F 3844 -i volvox-sorted.bam -o volvox-proportionalMultiBw.bw
$ bam2bwbases -F 3844 -i volvox-sorted.bam -o volvox-proportionalMultiBw.bw
$ bwcat -i volvox-proportionalMultiBw.bw -r ctgA:1-7
ctgA    0   2   0.000000
ctgA    2   7   1.000000
$ bwcat -i A.volvox-proportionalMultiBw.bw -r ctgA:1-7
ctgA    0   2   0.000000
ctgA    2   11  0.000000
$ bwcat -i C.volvox-proportionalMultiBw.bw -r ctgA:1-7
ctgA    0   2   0.000000
ctgA    2   8   0.000000
$ bwcat -i G.volvox-proportionalMultiBw.bw -r ctgA:1-7
ctgA    0   2   0.000000
ctgA    2   4   0.000000
ctgA    4   5   1.000000
ctgA    5   7   0.000000
$ bwcat -i T.volvox-proportionalMultiBw.bw -r ctgA:1-7
ctgA    0   2   0.000000
ctgA    2   4   1.000000
ctgA    4   5   0.000000
ctgA    5   7   1.000000

Seg fault thrown when processing some empty chromosomes

Think this is a fault with the underlying libBigWig library

Sparsely populated data can sometimes throw a segfault. In this instance its found processing Rat Rnor_5.0 chromosome 2 that contains no reads. Interesting in that chromosome 3 also contained no reads but would process correctly.

setup.sh failed on ubuntu.

#50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019
Building cgpBigWig ...make: Entering directory '/tmp/temp/c'
clean
rm -f ./*.o *~ ../bin/bam2bedgraph ../bin/bam2bw ../bin/bg2bw ../bin/bam2bwbases ../bin/bwjoin ../bin/detectExtremeDepth ../bin/bwcat ./tests/tests_log ./c_tests/utils_tests ./*.gcda ./*.gcov ./*.gcno *.gcda *.gcov *.gcno ./c_tests/*.gcda ./c_tests/*.gcov ./c_tests/*.gcno
rm -rf ./htslib_tmp ../bin
make: Leaving directory '/tmp/temp/c'
make: Entering directory '/tmp/temp/c'
clean
rm -f ./*.o *~ ../bin/bam2bedgraph ../bin/bam2bw ../bin/bg2bw ../bin/bam2bwbases ../bin/bwjoin ../bin/detectExtremeDepth ../bin/bwcat ./tests/tests_log ./c_tests/utils_tests ./*.gcda ./*.gcov ./*.gcno *.gcda *.gcov *.gcno ./c_tests/*.gcda ./c_tests/*.gcov ./c_tests/*.gcno
rm -rf ./htslib_tmp ../bin
mkdir ../bin
mkdir ./htslib_tmp
#Do some magic to ensure we compile with the static libhts.a rather than libhts.so
ln -s /tmp/temp/install_tmp/htslib/libhts.a ./htslib_tmp/libhts.a
gcc -O3 -DVERSION='"1.0.4"' -g -Wall -I/tmp/include -I/tmp/temp/install_tmp/htslib/ -rdynamic -c bam_access.c  -o bam_access.o
bam_access.c: In function ‘process_bam_region_bases’:
bam_access.c:329:9: warning: unused variable ‘contig’ [-Wunused-variable]
   char *contig = parseRegionString(region, &start, &stop);
         ^~~~~~
bam_access.c: In function ‘process_bam_region’:
bam_access.c:439:9: warning: unused variable ‘contig’ [-Wunused-variable]
   char *contig = parseRegionString(region, &reg_sta, &reg_sto);
         ^~~~~~
gcc -O3 -DVERSION='"1.0.4"' -g -Wall -I/tmp/include -I/tmp/temp/install_tmp/htslib/ -rdynamic -c utils.c  -o utils.o
utils.c: In function ‘parse_file_name’:
utils.c:53:22: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
   memset(dir,0,sizeof(dir));
                      ^
utils.c:54:24: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
   memset(fname,0,sizeof(fname));
                        ^
utils.c: In function ‘parseRegionString’:
utils.c:103:41: warning: pointer targets in passing argument 2 of ‘hts_parse_reg’ differ in signedness [-Wpointer-sign]
   const char *q = hts_parse_reg(region, start, stop);
                                         ^~~~~
In file included from /tmp/temp/install_tmp/htslib/htslib/sam.h:31:0,
                 from utils.c:36:
/tmp/temp/install_tmp/htslib/htslib/hts.h:664:13: note: expected ‘int *’ but argument is of type ‘uint32_t * {aka unsigned int *}’
 const char *hts_parse_reg(const char *str, int *beg, int *end);
             ^~~~~~~~~~~~~
utils.c:103:48: warning: pointer targets in passing argument 3 of ‘hts_parse_reg’ differ in signedness [-Wpointer-sign]
   const char *q = hts_parse_reg(region, start, stop);
                                                ^~~~
In file included from /tmp/temp/install_tmp/htslib/htslib/sam.h:31:0,
                 from utils.c:36:
/tmp/temp/install_tmp/htslib/htslib/hts.h:664:13: note: expected ‘int *’ but argument is of type ‘uint32_t * {aka unsigned int *}’
 const char *hts_parse_reg(const char *str, int *beg, int *end);
             ^~~~~~~~~~~~~
gcc -O3 -DVERSION='"1.0.4"' -g -Wall -I/tmp/include -I/tmp/temp/install_tmp/htslib/ -rdynamic ./bam2bedgraph.c ./bam_access.o ./utils.o -L./htslib_tmp -lhts -lpthread -lz -lbz2 -llzma -lm -ldl -o ../bin/bam2bedgraph
./bam2bedgraph.c: In function ‘main’:
./bam2bedgraph.c:228:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  bw_func_reg func_reg = &pileup_func;
                         ^
./bam2bedgraph.c:231:12: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   func_reg = &pileup_func_overlap;
            ^
gcc -O3 -DVERSION='"1.0.4"' -g -I/tmp/include -I/tmp/temp/install_tmp/htslib/ -rdynamic -Wall ./bam2bw.c ./bam_access.o ./utils.o -L./htslib_tmp -L/tmp/lib -lBigWig -lz -lbz2 -llzma -lcurl -lm -lgnutls -ltasn1 -lhogweed -lnettle -lgmp -lp11-kit -lhts -lpthread -lz -lbz2 -llzma -lm -ldl -o ../bin/bam2bw
./bam2bw.c: In function ‘main’:
./bam2bw.c:539:4: warning: ‘chromList’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    free(chromList);
    ^~~~~~~~~~~~~~~
/usr/bin/ld: cannot find -lgnutls
/usr/bin/ld: cannot find -ltasn1
/usr/bin/ld: cannot find -lhogweed
/usr/bin/ld: cannot find -lnettle
/usr/bin/ld: cannot find -lgmp
/usr/bin/ld: cannot find -lp11-kit
collect2: error: ld returned 1 exit status
make: *** [Makefile:98: ../bin/bam2bw] Error 1
make: Leaving directory '/tmp/temp/c'

installation issue

During the installation, I've got this error message.

In file included from bam_access.c:36:0:
bam_access.h:39:20: fatal error: bigWig.h: No such file or directory
#include "bigWig.h"
^
compilation terminated.
make: *** [bam_access.o] Error 1

Install issues as PCAP-core dependency (CentOS 6.6 Linux distribution)

Hi - I'm working to install cgpBigWig as a dependency for PCAP-core (as a dependency for cgpBattenberg, needed for phyloWGS) in CentOS 6.6 Linux distribution.

Here is my cleanest attempt at install:

git clone https://github.com/cancerit/cgpBigWig
cd cgpBigWig
mkdir install_dir
bash setup.sh install_dir

And here is the output:

[reskejak@dev-intel16 cgpBigWig]$ bash setup.sh install_dir
Max compilation CPUs set to 6
Get htslib ...
Building htslib ...
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for gmtime_r... yes
checking for library containing dlopen... -ldl
checking for zlib.h... yes
checking for inflate in -lz... yes
checking for curl_easy_pause in -lcurl... yes
checking for CCHmac... no
checking for library containing HMAC... -lcrypto
configure: creating ./config.status
config.status: creating config.mk
config.status: creating config.h
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o kfunc.o kfunc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o knetfile.o knetfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o kstring.o kstring.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o bgzf.o bgzf.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o faidx.o faidx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o hfile.o hfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o hfile_net.o hfile_net.c
echo '#define HTS_VERSION "1.3.2"' > version.h
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o md5.o md5.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o regidx.o regidx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o sam.o sam.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o synced_bcf_reader.o synced_bcf_reader.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o vcf_sweep.o vcf_sweep.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o tbx.o tbx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o vcf.o vcf.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o vcfutils.o vcfutils.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_codecs.o cram/cram_codecs.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_decode.o cram/cram_decode.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_encode.o cram/cram_encode.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_external.o cram/cram_external.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_index.o cram/cram_index.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_io.o cram/cram_io.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_samtools.o cram/cram_samtools.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_stats.o cram/cram_stats.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/files.o cram/files.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/mFILE.o cram/mFILE.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/open_trace_file.o cram/open_trace_file.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/pooled_alloc.o cram/pooled_alloc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/rANS_static.o cram/rANS_static.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/sam_header.o cram/sam_header.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/string_alloc.o cram/string_alloc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/thread_pool.o cram/thread_pool.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/vlen.o cram/vlen.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/zfio.o cram/zfio.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -DPLUGINPATH=\"/mnt/home/reskejak/bin/cgpBigWig/install_dir/libexec/htslib\" -c -o plugin.o plugin.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o kfunc.pico kfunc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o knetfile.pico knetfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o kstring.pico kstring.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o bgzf.pico bgzf.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o faidx.pico faidx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o hfile.pico hfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o hfile_net.pico hfile_net.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o hts.pico hts.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o md5.pico md5.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o regidx.pico regidx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o sam.pico sam.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o synced_bcf_reader.pico synced_bcf_reader.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o vcf_sweep.pico vcf_sweep.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o tbx.pico tbx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o vcf.pico vcf.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o vcfutils.pico vcfutils.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_codecs.pico cram/cram_codecs.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_decode.pico cram/cram_decode.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_encode.pico cram/cram_encode.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_external.pico cram/cram_external.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_index.pico cram/cram_index.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_io.pico cram/cram_io.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_samtools.pico cram/cram_samtools.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_stats.pico cram/cram_stats.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/files.pico cram/files.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/mFILE.pico cram/mFILE.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/open_trace_file.pico cram/open_trace_file.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/pooled_alloc.pico cram/pooled_alloc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/rANS_static.pico cram/rANS_static.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/sam_header.pico cram/sam_header.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/string_alloc.pico cram/string_alloc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/thread_pool.pico cram/thread_pool.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/vlen.pico cram/vlen.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/zfio.pico cram/zfio.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -DPLUGINPATH=\"/mnt/home/reskejak/bin/cgpBigWig/install_dir/libexec/htslib\" -fpic -c -o plugin.pico plugin.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o bgzip.o bgzip.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o htsfile.o htsfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o tabix.o tabix.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o hfile_libcurl.pico hfile_libcurl.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/fieldarith.o test/fieldarith.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/hfile.o test/hfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/sam.o test/sam.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/test-regidx.o test/test-regidx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/test_view.o test/test_view.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/test-vcf-api.o test/test-vcf-api.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/test-vcf-sweep.o test/test-vcf-sweep.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o hts.o hts.c
/usr/bin/gcc -shared -Wl,-soname,libhts.so.1 -pthread -rdynamic -o libhts.so kfunc.pico knetfile.pico kstring.pico bgzf.pico faidx.pico hfile.pico hfile_net.pico hts.pico md5.pico regidx.pico sam.pico synced_bcf_reader.pico vcf_sweep.pico tbx.pico vcf.pico vcfutils.pico cram/cram_codecs.pico cram/cram_decode.pico cram/cram_encode.pico cram/cram_external.pico cram/cram_index.pico cram/cram_io.pico cram/cram_samtools.pico cram/cram_stats.pico cram/files.pico cram/mFILE.pico cram/open_trace_file.pico cram/pooled_alloc.pico cram/rANS_static.pico cram/sam_header.pico cram/string_alloc.pico cram/thread_pool.pico cram/vlen.pico cram/zfio.pico plugin.pico -lz -lm -ldl
ln -sf libhts.so libhts.so.1
/usr/bin/gcc -shared -Wl,-E -pthread -rdynamic -o hfile_libcurl.so hfile_libcurl.pico -ldl  -lcurl -lcrypto
ar -rc libhts.a kfunc.o knetfile.o kstring.o bgzf.o faidx.o hfile.o hfile_net.o hts.o md5.o regidx.o sam.o synced_bcf_reader.o vcf_sweep.o tbx.o vcf.o vcfutils.o cram/cram_codecs.o cram/cram_decode.o cram/cram_encode.o cram/cram_external.o cram/cram_index.o cram/cram_io.o cram/cram_samtools.o cram/cram_stats.o cram/files.o cram/mFILE.o cram/open_trace_file.o cram/pooled_alloc.o cram/rANS_static.o cram/sam_header.o cram/string_alloc.o cram/thread_pool.o cram/vlen.o cram/zfio.o plugin.o
ranlib libhts.a
/usr/bin/gcc -pthread -rdynamic -o bgzip bgzip.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o htsfile htsfile.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o tabix tabix.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/fieldarith test/fieldarith.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/hfile test/hfile.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/sam test/sam.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/test-regidx test/test-regidx.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/test_view test/test_view.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/test-vcf-api test/test-vcf-api.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/test-vcf-sweep test/test-vcf-sweep.o libhts.a -lz -ldl
mkdir -p -m 755 /mnt/home/reskejak/bin/cgpBigWig/install_dir/bin /mnt/home/reskejak/bin/cgpBigWig/install_dir/include /mnt/home/reskejak/bin/cgpBigWig/install_dir/include/htslib /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib /mnt/home/reskejak/bin/cgpBigWig/install_dir/share/man/man1 /mnt/home/reskejak/bin/cgpBigWig/install_dir/share/man/man5 /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/pkgconfig
if test -n "/mnt/home/reskejak/bin/cgpBigWig/install_dir/libexec/htslib"; then mkdir -p -m 755 /mnt/home/reskejak/bin/cgpBigWig/install_dir/libexec/htslib; fi
install -p -m 644 libhts.so /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/libhts.so.1.3.2
ln -sf libhts.so.1.3.2 /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/libhts.so
ln -sf libhts.so.1.3.2 /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/libhts.so.1
sed -e 's#@includedir@#/mnt/home/reskejak/bin/cgpBigWig/install_dir/include#g;s#@libdir@#/mnt/home/reskejak/bin/cgpBigWig/install_dir/lib#g;s#@PACKAGE_VERSION@#1.3.2#g' htslib.pc.in > /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/pkgconfig/htslib.pc
chmod 644 /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/pkgconfig/htslib.pc
install -p bgzip htsfile tabix /mnt/home/reskejak/bin/cgpBigWig/install_dir/bin
if test -n "hfile_libcurl.so"; then install -p hfile_libcurl.so /mnt/home/reskejak/bin/cgpBigWig/install_dir/libexec/htslib; fi
install -p -m 644 htslib/*.h /mnt/home/reskejak/bin/cgpBigWig/install_dir/include/htslib
install -p -m 644 libhts.a /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/libhts.a
install -p -m 644 htsfile.1 tabix.1 /mnt/home/reskejak/bin/cgpBigWig/install_dir/share/man/man1
install -p -m 644 faidx.5 sam.5 vcf.5 /mnt/home/reskejak/bin/cgpBigWig/install_dir/share/man/man5
Building libBigWig ...make: Entering directory `/mnt/home/reskejak/bin/cgpBigWig/install_tmp/libBigWig'
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -c -o io.o io.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -c -o bwValues.o bwValues.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -c -o bwRead.o bwRead.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -c -o bwStats.o bwStats.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -c -o bwWrite.o bwWrite.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -fpic -c -o io.pico io.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -fpic -c -o bwValues.pico bwValues.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -fpic -c -o bwRead.pico bwRead.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -fpic -c -o bwStats.pico bwStats.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -fpic -c -o bwWrite.pico bwWrite.c
ar -rcs libBigWig.a io.o bwValues.o bwRead.o bwStats.o bwWrite.o
ranlib libBigWig.a
/usr/bin/gcc -shared  -o libBigWig.so io.pico bwValues.pico bwRead.pico bwStats.pico bwWrite.pico  -lcurl -lm -lz
install -d /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib /mnt/home/reskejak/bin/cgpBigWig/install_dir/include
install libBigWig.a /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib
install libBigWig.so /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib
install *.h /mnt/home/reskejak/bin/cgpBigWig/install_dir/include
make: Leaving directory `/mnt/home/reskejak/bin/cgpBigWig/install_tmp/libBigWig'

Building cgpBigWig ...make: Entering directory `/mnt/home/reskejak/bin/cgpBigWig/c'
clean
rm -f ./*.o *~ ../bin/bam2bedgraph ../bin/bam2bw ../bin/bg2bw ../bin/bam2bwbases ../bin/bwjoin ../bin/detectExtremeDepth ../bin/bwcat ./tests/tests_log ./c_tests/utils_tests ./*.gcda ./*.gcov ./*.gcno *.gcda *.gcov *.gcno ./c_tests/*.gcda ./c_tests/*.gcov ./c_tests/*.gcno
rm -rf ./htslib_tmp ../bin
make: Leaving directory `/mnt/home/reskejak/bin/cgpBigWig/c'
make: Entering directory `/mnt/home/reskejak/bin/cgpBigWig/c'
clean
rm -f ./*.o *~ ../bin/bam2bedgraph ../bin/bam2bw ../bin/bg2bw ../bin/bam2bwbases ../bin/bwjoin ../bin/detectExtremeDepth ../bin/bwcat ./tests/tests_log ./c_tests/utils_tests ./*.gcda ./*.gcov ./*.gcno *.gcda *.gcov *.gcno ./c_tests/*.gcda ./c_tests/*.gcov ./c_tests/*.gcno
rm -rf ./htslib_tmp ../bin
mkdir ../bin
mkdir ./htslib_tmp
#Do some magic to ensure we compile with the static libhts.a rather than libhts.so
ln -s /mnt/home/reskejak/bin/cgpBigWig/install_tmp/htslib/libhts.a ./htslib_tmp/libhts.a
gcc -O3 -DVERSION='"0.4.4"' -g -Wall -I/mnt/home/reskejak/bin/cgpBigWig/install_dir/include -I/mnt/home/reskejak/bin/cgpBigWig/install_tmp/htslib/ -rdynamic -c bam_access.c  -o bam_access.o
bam_access.c: In function ‘process_bam_region_bases’:
bam_access.c:322: warning: unused variable ‘contig’
bam_access.c: In function ‘process_bam_region’:
bam_access.c:422: warning: unused variable ‘contig’
gcc -O3 -DVERSION='"0.4.4"' -g -Wall -I/mnt/home/reskejak/bin/cgpBigWig/install_dir/include -I/mnt/home/reskejak/bin/cgpBigWig/install_tmp/htslib/ -rdynamic -c utils.c  -o utils.o
utils.c: In function ‘parseRegionString’:
utils.c:103: warning: pointer targets in passing argument 2 of ‘hts_parse_reg’ differ in signedness
/mnt/home/reskejak/bin/cgpBigWig/install_dir/include/htslib/hts.h:509: note: expected ‘int *’ but argument is of type ‘uint32_t *’
utils.c:103: warning: pointer targets in passing argument 3 of ‘hts_parse_reg’ differ in signedness
/mnt/home/reskejak/bin/cgpBigWig/install_dir/include/htslib/hts.h:509: note: expected ‘int *’ but argument is of type ‘uint32_t *’
gcc -O3 -DVERSION='"0.4.4"' -g -Wall -I/mnt/home/reskejak/bin/cgpBigWig/install_dir/include -I/mnt/home/reskejak/bin/cgpBigWig/install_tmp/htslib/ -rdynamic ./bam2bedgraph.c ./bam_access.o ./utils.o -L./htslib_tmp -lhts -lpthread -lz -lm -ldl -o ../bin/bam2bedgraph
./bam2bedgraph.c: In function ‘main’:
./bam2bedgraph.c:170: warning: passing argument 2 of ‘process_bam_region’ from incompatible pointer type
./bam_access.h:64: note: expected ‘bw_func_reg’ but argument is of type ‘int (*)(uint32_t,  uint32_t,  int,  const struct bam_pileup1_t *, void *)’
gcc -O3 -DVERSION='"0.4.4"' -g -I/mnt/home/reskejak/bin/cgpBigWig/install_dir/include -I/mnt/home/reskejak/bin/cgpBigWig/install_tmp/htslib/ -rdynamic -Wall ./bam2bw.c ./bam_access.o ./utils.o -L./htslib_tmp -L/mnt/home/reskejak/bin/cgpBigWig/install_dir/lib -lBigWig -lz -lcurl -lm -lgnutls -ltasn1 -lhogweed -lnettle -lgmp -lp11-kit -lhts -lpthread -lz -lm -ldl -o ../bin/bam2bw
./bam2bw.c: In function ‘main’:
./bam2bw.c:338: warning: ‘chromList’ may be used uninitialized in this function
/usr/bin/ld: cannot find -ltasn1
collect2: ld returned 1 exit status
make: *** [../bin/bam2bw] Error 1
make: Leaving directory `/mnt/home/reskejak/bin/cgpBigWig/c'

Following this, attempt to install PCAP-core results in error stating cgpBigWig is not installed. Also, from the cgpBigWig directory, none of the cgpBigWig commands are found when prompted (bwcat, bwjoin, bam2bw, etc. all result in "command not found"). Is there another directory where I should be calling these commands or adding to PATH?

In previous install attempts, I ensured zlib (https://github.com/madler/zlib) was installed prior as I had noted an error regarding lack of zlib presence, but that yielded similar lack of progress:

git clone https://github.com/madler/zlib
cd zlib
./configure
make
cd ..
git clone https://github.com/cancerit/cgpBigWig
cd cgpBigWig
mkdir install_dir
bash setup.sh install_dir

Result:

[reskejak@dev-intel16 cgpBigWig]$ bash setup.sh install_dir
Max compilation CPUs set to 6
Get htslib ...
Building htslib ...
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for gmtime_r... yes
checking for library containing dlopen... -ldl
checking for zlib.h... yes
checking for inflate in -lz... yes
checking for curl_easy_pause in -lcurl... yes
checking for CCHmac... no
checking for library containing HMAC... -lcrypto
configure: creating ./config.status
config.status: creating config.mk
config.status: creating config.h
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o kfunc.o kfunc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o knetfile.o knetfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o kstring.o kstring.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o bgzf.o bgzf.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o faidx.o faidx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o hfile.o hfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o hfile_net.o hfile_net.c
echo '#define HTS_VERSION "1.3.2"' > version.h
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o md5.o md5.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o regidx.o regidx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o sam.o sam.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o synced_bcf_reader.o synced_bcf_reader.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o vcf_sweep.o vcf_sweep.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o tbx.o tbx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o vcf.o vcf.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o vcfutils.o vcfutils.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_codecs.o cram/cram_codecs.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_decode.o cram/cram_decode.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_encode.o cram/cram_encode.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_external.o cram/cram_external.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_index.o cram/cram_index.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_io.o cram/cram_io.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_samtools.o cram/cram_samtools.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/cram_stats.o cram/cram_stats.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/files.o cram/files.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/mFILE.o cram/mFILE.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/open_trace_file.o cram/open_trace_file.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/pooled_alloc.o cram/pooled_alloc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/rANS_static.o cram/rANS_static.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/sam_header.o cram/sam_header.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/string_alloc.o cram/string_alloc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/thread_pool.o cram/thread_pool.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/vlen.o cram/vlen.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o cram/zfio.o cram/zfio.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -DPLUGINPATH=\"/mnt/home/reskejak/bin/cgpBigWig/install_dir/libexec/htslib\" -c -o plugin.o plugin.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o kfunc.pico kfunc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o knetfile.pico knetfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o kstring.pico kstring.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o bgzf.pico bgzf.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o faidx.pico faidx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o hfile.pico hfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o hfile_net.pico hfile_net.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o hts.pico hts.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o md5.pico md5.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o regidx.pico regidx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o sam.pico sam.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o synced_bcf_reader.pico synced_bcf_reader.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o vcf_sweep.pico vcf_sweep.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o tbx.pico tbx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o vcf.pico vcf.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o vcfutils.pico vcfutils.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_codecs.pico cram/cram_codecs.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_decode.pico cram/cram_decode.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_encode.pico cram/cram_encode.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_external.pico cram/cram_external.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_index.pico cram/cram_index.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_io.pico cram/cram_io.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_samtools.pico cram/cram_samtools.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/cram_stats.pico cram/cram_stats.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/files.pico cram/files.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/mFILE.pico cram/mFILE.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/open_trace_file.pico cram/open_trace_file.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/pooled_alloc.pico cram/pooled_alloc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/rANS_static.pico cram/rANS_static.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/sam_header.pico cram/sam_header.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/string_alloc.pico cram/string_alloc.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/thread_pool.pico cram/thread_pool.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/vlen.pico cram/vlen.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o cram/zfio.pico cram/zfio.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -DPLUGINPATH=\"/mnt/home/reskejak/bin/cgpBigWig/install_dir/libexec/htslib\" -fpic -c -o plugin.pico plugin.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o bgzip.o bgzip.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o htsfile.o htsfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o tabix.o tabix.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -fpic -c -o hfile_libcurl.pico hfile_libcurl.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/fieldarith.o test/fieldarith.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/hfile.o test/hfile.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/sam.o test/sam.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/test-regidx.o test/test-regidx.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/test_view.o test/test_view.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/test-vcf-api.o test/test-vcf-api.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o test/test-vcf-sweep.o test/test-vcf-sweep.c
/usr/bin/gcc -g -O2 -I. -I/opt/software/boost/1.47.0--GCC-4.4.5/include -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include/fftw -I/opt/software/ClusterStudio/2013sp1/composer_xe_2013_sp1.0.080/mkl/include -I/opt/software/Python/2.7.2--GCC-4.4.5/include -I/opt/software/ClusterStudio/2011.0/composerxe-2011.5.220/tbb/include -I/opt/software/OpenMPI/1.4.3--GCC-4.4.5/include -c -o hts.o hts.c
/usr/bin/gcc -shared -Wl,-soname,libhts.so.1 -pthread -rdynamic -o libhts.so kfunc.pico knetfile.pico kstring.pico bgzf.pico faidx.pico hfile.pico hfile_net.pico hts.pico md5.pico regidx.pico sam.pico synced_bcf_reader.pico vcf_sweep.pico tbx.pico vcf.pico vcfutils.pico cram/cram_codecs.pico cram/cram_decode.pico cram/cram_encode.pico cram/cram_external.pico cram/cram_index.pico cram/cram_io.pico cram/cram_samtools.pico cram/cram_stats.pico cram/files.pico cram/mFILE.pico cram/open_trace_file.pico cram/pooled_alloc.pico cram/rANS_static.pico cram/sam_header.pico cram/string_alloc.pico cram/thread_pool.pico cram/vlen.pico cram/zfio.pico plugin.pico -lz -lm -ldl
ln -sf libhts.so libhts.so.1
/usr/bin/gcc -shared -Wl,-E -pthread -rdynamic -o hfile_libcurl.so hfile_libcurl.pico -ldl  -lcurl -lcrypto
ar -rc libhts.a kfunc.o knetfile.o kstring.o bgzf.o faidx.o hfile.o hfile_net.o hts.o md5.o regidx.o sam.o synced_bcf_reader.o vcf_sweep.o tbx.o vcf.o vcfutils.o cram/cram_codecs.o cram/cram_decode.o cram/cram_encode.o cram/cram_external.o cram/cram_index.o cram/cram_io.o cram/cram_samtools.o cram/cram_stats.o cram/files.o cram/mFILE.o cram/open_trace_file.o cram/pooled_alloc.o cram/rANS_static.o cram/sam_header.o cram/string_alloc.o cram/thread_pool.o cram/vlen.o cram/zfio.o plugin.o
ranlib libhts.a
/usr/bin/gcc -pthread -rdynamic -o bgzip bgzip.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o htsfile htsfile.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o tabix tabix.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/fieldarith test/fieldarith.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/hfile test/hfile.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/sam test/sam.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/test-regidx test/test-regidx.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/test_view test/test_view.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/test-vcf-api test/test-vcf-api.o libhts.a -lz -ldl
/usr/bin/gcc -pthread -rdynamic -o test/test-vcf-sweep test/test-vcf-sweep.o libhts.a -lz -ldl
mkdir -p -m 755 /mnt/home/reskejak/bin/cgpBigWig/install_dir/bin /mnt/home/reskejak/bin/cgpBigWig/install_dir/include /mnt/home/reskejak/bin/cgpBigWig/install_dir/include/htslib /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib /mnt/home/reskejak/bin/cgpBigWig/install_dir/share/man/man1 /mnt/home/reskejak/bin/cgpBigWig/install_dir/share/man/man5 /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/pkgconfig
if test -n "/mnt/home/reskejak/bin/cgpBigWig/install_dir/libexec/htslib"; then mkdir -p -m 755 /mnt/home/reskejak/bin/cgpBigWig/install_dir/libexec/htslib; fi
install -p -m 644 libhts.so /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/libhts.so.1.3.2
ln -sf libhts.so.1.3.2 /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/libhts.so
ln -sf libhts.so.1.3.2 /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/libhts.so.1
sed -e 's#@includedir@#/mnt/home/reskejak/bin/cgpBigWig/install_dir/include#g;s#@libdir@#/mnt/home/reskejak/bin/cgpBigWig/install_dir/lib#g;s#@PACKAGE_VERSION@#1.3.2#g' htslib.pc.in > /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/pkgconfig/htslib.pc
chmod 644 /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/pkgconfig/htslib.pc
install -p bgzip htsfile tabix /mnt/home/reskejak/bin/cgpBigWig/install_dir/bin
if test -n "hfile_libcurl.so"; then install -p hfile_libcurl.so /mnt/home/reskejak/bin/cgpBigWig/install_dir/libexec/htslib; fi
install -p -m 644 htslib/*.h /mnt/home/reskejak/bin/cgpBigWig/install_dir/include/htslib
install -p -m 644 libhts.a /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib/libhts.a
install -p -m 644 htsfile.1 tabix.1 /mnt/home/reskejak/bin/cgpBigWig/install_dir/share/man/man1
install -p -m 644 faidx.5 sam.5 vcf.5 /mnt/home/reskejak/bin/cgpBigWig/install_dir/share/man/man5
Building libBigWig ...make: Entering directory `/mnt/home/reskejak/bin/cgpBigWig/install_tmp/libBigWig'
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -c -o io.o io.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -c -o bwValues.o bwValues.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -c -o bwRead.o bwRead.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -c -o bwStats.o bwStats.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -c -o bwWrite.o bwWrite.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -fpic -c -o io.pico io.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -fpic -c -o bwValues.pico bwValues.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -fpic -c -o bwRead.pico bwRead.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -fpic -c -o bwStats.pico bwStats.c
/usr/bin/gcc -I. -g -Wall -O3 -Wsign-compare  -fpic -c -o bwWrite.pico bwWrite.c
ar -rcs libBigWig.a io.o bwValues.o bwRead.o bwStats.o bwWrite.o
ranlib libBigWig.a
/usr/bin/gcc -shared  -o libBigWig.so io.pico bwValues.pico bwRead.pico bwStats.pico bwWrite.pico  -lcurl -lm -lz
install -d /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib /mnt/home/reskejak/bin/cgpBigWig/install_dir/include
install libBigWig.a /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib
install libBigWig.so /mnt/home/reskejak/bin/cgpBigWig/install_dir/lib
install *.h /mnt/home/reskejak/bin/cgpBigWig/install_dir/include
make: Leaving directory `/mnt/home/reskejak/bin/cgpBigWig/install_tmp/libBigWig'

Building cgpBigWig ...make: Entering directory `/mnt/home/reskejak/bin/cgpBigWig/c'
clean
rm -f ./*.o *~ ../bin/bam2bedgraph ../bin/bam2bw ../bin/bg2bw ../bin/bam2bwbases ../bin/bwjoin ../bin/detectExtremeDepth ../bin/bwcat ./tests/tests_log ./c_tests/utils_tests ./*.gcda ./*.gcov ./*.gcno *.gcda *.gcov *.gcno ./c_tests/*.gcda ./c_tests/*.gcov ./c_tests/*.gcno
rm -rf ./htslib_tmp ../bin
make: Leaving directory `/mnt/home/reskejak/bin/cgpBigWig/c'
make: Entering directory `/mnt/home/reskejak/bin/cgpBigWig/c'
clean
rm -f ./*.o *~ ../bin/bam2bedgraph ../bin/bam2bw ../bin/bg2bw ../bin/bam2bwbases ../bin/bwjoin ../bin/detectExtremeDepth ../bin/bwcat ./tests/tests_log ./c_tests/utils_tests ./*.gcda ./*.gcov ./*.gcno *.gcda *.gcov *.gcno ./c_tests/*.gcda ./c_tests/*.gcov ./c_tests/*.gcno
rm -rf ./htslib_tmp ../bin
mkdir ../bin
mkdir ./htslib_tmp
#Do some magic to ensure we compile with the static libhts.a rather than libhts.so
ln -s /mnt/home/reskejak/bin/cgpBigWig/install_tmp/htslib/libhts.a ./htslib_tmp/libhts.a
gcc -O3 -DVERSION='"0.4.4"' -g -Wall -I/mnt/home/reskejak/bin/cgpBigWig/install_dir/include -I/mnt/home/reskejak/bin/cgpBigWig/install_tmp/htslib/ -rdynamic -c bam_access.c  -o bam_access.o
bam_access.c: In function ‘process_bam_region_bases’:
bam_access.c:322: warning: unused variable ‘contig’
bam_access.c: In function ‘process_bam_region’:
bam_access.c:422: warning: unused variable ‘contig’
gcc -O3 -DVERSION='"0.4.4"' -g -Wall -I/mnt/home/reskejak/bin/cgpBigWig/install_dir/include -I/mnt/home/reskejak/bin/cgpBigWig/install_tmp/htslib/ -rdynamic -c utils.c  -o utils.o
utils.c: In function ‘parseRegionString’:
utils.c:103: warning: pointer targets in passing argument 2 of ‘hts_parse_reg’ differ in signedness
/mnt/home/reskejak/bin/cgpBigWig/install_dir/include/htslib/hts.h:509: note: expected ‘int *’ but argument is of type ‘uint32_t *’
utils.c:103: warning: pointer targets in passing argument 3 of ‘hts_parse_reg’ differ in signedness
/mnt/home/reskejak/bin/cgpBigWig/install_dir/include/htslib/hts.h:509: note: expected ‘int *’ but argument is of type ‘uint32_t *’
gcc -O3 -DVERSION='"0.4.4"' -g -Wall -I/mnt/home/reskejak/bin/cgpBigWig/install_dir/include -I/mnt/home/reskejak/bin/cgpBigWig/install_tmp/htslib/ -rdynamic ./bam2bedgraph.c ./bam_access.o ./utils.o -L./htslib_tmp -lhts -lpthread -lz -lm -ldl -o ../bin/bam2bedgraph
./bam2bedgraph.c: In function ‘main’:
./bam2bedgraph.c:170: warning: passing argument 2 of ‘process_bam_region’ from incompatible pointer type
./bam_access.h:64: note: expected ‘bw_func_reg’ but argument is of type ‘int (*)(uint32_t,  uint32_t,  int,  const struct bam_pileup1_t *, void *)’
gcc -O3 -DVERSION='"0.4.4"' -g -I/mnt/home/reskejak/bin/cgpBigWig/install_dir/include -I/mnt/home/reskejak/bin/cgpBigWig/install_tmp/htslib/ -rdynamic -Wall ./bam2bw.c ./bam_access.o ./utils.o -L./htslib_tmp -L/mnt/home/reskejak/bin/cgpBigWig/install_dir/lib -lBigWig -lz -lcurl -lm -lgnutls -ltasn1 -lhogweed -lnettle -lgmp -lp11-kit -lhts -lpthread -lz -lm -ldl -o ../bin/bam2bw
./bam2bw.c: In function ‘main’:
./bam2bw.c:338: warning: ‘chromList’ may be used uninitialized in this function
/usr/bin/ld: cannot find -ltasn1
collect2: ld returned 1 exit status
make: *** [../bin/bam2bw] Error 1
make: Leaving directory `/mnt/home/reskejak/bin/cgpBigWig/c'

Thank you for any help. I feel like I've exhausted my efforts to get a working install.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.