Skip to content

Commit a3fc625

Browse files
committed
v0.8.2
1 parent 06f0b0c commit a3fc625

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019 Delly Project Authors (see AUTHORS file for details).
1+
Copyright (c) 2020 Delly Project Authors (see AUTHORS file for details).
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ HTSLIBSOURCES = $(wildcard src/htslib/*.c) $(wildcard src/htslib/*.h)
4949
SOURCES = $(wildcard src/*.h) $(wildcard src/*.cpp)
5050

5151
# Targets
52-
BUILT_PROGRAMS = src/delly src/dellyLR
52+
BUILT_PROGRAMS = src/delly
5353
TARGETS = ${SUBMODULES} ${BUILT_PROGRAMS}
5454

5555
all: $(TARGETS)

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ FROM alpine:latest
4040
RUN mkdir -p /opt/delly/bin
4141
WORKDIR /opt/delly/bin
4242
COPY --from=0 /opt/delly/bin/delly .
43-
COPY --from=0 /opt/delly/bin/dellyLR .
4443

4544
# Workdir
4645
WORKDIR /root/

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace torali
55
{
66

77

8-
std::string dellyVersionNumber = "0.8.1";
8+
std::string dellyVersionNumber = "0.8.2";
99

1010
inline
1111
void printTitle(std::string const& title)
@@ -37,7 +37,7 @@ namespace torali
3737

3838
inline void
3939
bsd() {
40-
std::cout << "Copyright (c) 2019 Delly Project Authors (see AUTHORS file for details)." << std::endl;
40+
std::cout << "Copyright (c) 2020 Delly Project Authors (see AUTHORS file for details)." << std::endl;
4141
std::cout << "All rights reserved." << std::endl;
4242
std::cout << std::endl;
4343
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;

0 commit comments

Comments
 (0)