Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Feb 3, 2020
1 parent 06f0b0c commit a3fc625
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 Delly Project Authors (see AUTHORS file for details).
Copyright (c) 2020 Delly Project Authors (see AUTHORS file for details).
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ HTSLIBSOURCES = $(wildcard src/htslib/*.c) $(wildcard src/htslib/*.h)
SOURCES = $(wildcard src/*.h) $(wildcard src/*.cpp)

# Targets
BUILT_PROGRAMS = src/delly src/dellyLR
BUILT_PROGRAMS = src/delly
TARGETS = ${SUBMODULES} ${BUILT_PROGRAMS}

all: $(TARGETS)
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ FROM alpine:latest
RUN mkdir -p /opt/delly/bin
WORKDIR /opt/delly/bin
COPY --from=0 /opt/delly/bin/delly .
COPY --from=0 /opt/delly/bin/dellyLR .

# Workdir
WORKDIR /root/
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace torali
{


std::string dellyVersionNumber = "0.8.1";
std::string dellyVersionNumber = "0.8.2";

inline
void printTitle(std::string const& title)
Expand Down Expand Up @@ -37,7 +37,7 @@ namespace torali

inline void
bsd() {
std::cout << "Copyright (c) 2019 Delly Project Authors (see AUTHORS file for details)." << std::endl;
std::cout << "Copyright (c) 2020 Delly Project Authors (see AUTHORS file for details)." << std::endl;
std::cout << "All rights reserved." << std::endl;
std::cout << std::endl;
std::cout << "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:" << std::endl;
Expand Down

0 comments on commit a3fc625

Please sign in to comment.