Skip to content

Commit

Permalink
keep going if CNVnator fails to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Aug 17, 2014
1 parent dcf9c5d commit 36e769e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TABIX_DIR=$(SRC)/tabix
VAWK_DIR=$(SRC)/vawk
SVTOOLS_DIR=$(SRC)/svtools

all: samblaster freebayes lumpy svtyper cnvnator tabix vawk svtools
all: samblaster freebayes lumpy svtyper tabix vawk svtools cnvnator

samblaster:
$(MAKE) -C $(SAMBLASTER_DIR)
Expand Down
2 changes: 1 addition & 1 deletion speedseq_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def get_update(self):
needInput = True

def make():
subprocess.call('make all', shell=True)
subprocess.call('make -k all', shell=True)

def which(prgm):
for path in os.environ["PATH"].split(":"):
Expand Down

0 comments on commit 36e769e

Please sign in to comment.