Skip to content

Commit 7195338

Browse files
committed
Fixes NCBI Taxonomy retrieval
1 parent 72bf827 commit 7195338

16 files changed

Lines changed: 20 additions & 25 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.sing_group</groupId>
77
<artifactId>seda-all</artifactId>
8-
<version>1.7.2</version>
8+
<version>1.7.3</version>
99
<packaging>pom</packaging>
1010

1111
<name>SEquence DAtaset builder</name>

seda-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
1515
stable" && \
1616
apt-get update && apt-get install -y docker-ce docker-ce-cli containerd.io
1717

18-
RUN wget https://www.sing-group.org/seda/downloads/releases/seda-linux-64b-1.7.2.tar.gz -O /tmp/SEDA.tar.gz && \
18+
RUN wget https://www.sing-group.org/seda/downloads/releases/seda-linux-64b-1.7.3.tar.gz -O /tmp/SEDA.tar.gz && \
1919
mkdir /opt/SEDA && tar zxvf /tmp/SEDA.tar.gz -C /opt/SEDA && rm /tmp/SEDA.tar.gz
2020

2121
RUN sed -i -e "s#DIR=#if [ -d \"/data\" ]; then D_ARGS='-Dseda.output.directory=/data -Dseda.input.directory=/data'; else D_ARGS='-Dseda.output.directory=/ -Dseda.input.directory=/'; fi\n\nDIR=#g" /opt/SEDA/run-gui.sh

seda-docker/Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
1515
stable" && \
1616
apt-get update && apt-get install -y docker-ce docker-ce-cli containerd.io
1717

18-
COPY seda-linux-64b-1.7.2.tar.gz /tmp/SEDA.tar.gz
18+
COPY seda-linux-64b-1.7.3.tar.gz /tmp/SEDA.tar.gz
1919

2020
RUN mkdir /opt/SEDA && tar zxvf /tmp/SEDA.tar.gz -C /opt/SEDA && rm /tmp/SEDA.tar.gz
2121

seda-docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = u'1.7'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'1.7.2'
59+
release = u'1.7.3'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

seda-plugin-bedtools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sing_group</groupId>
88
<artifactId>seda-all</artifactId>
9-
<version>1.7.2</version>
9+
<version>1.7.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

seda-plugin-blast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sing_group</groupId>
88
<artifactId>seda-all</artifactId>
9-
<version>1.7.2</version>
9+
<version>1.7.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

seda-plugin-cga/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sing_group</groupId>
88
<artifactId>seda-all</artifactId>
9-
<version>1.7.2</version>
9+
<version>1.7.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

seda-plugin-clustalomega/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sing_group</groupId>
88
<artifactId>seda-all</artifactId>
9-
<version>1.7.2</version>
9+
<version>1.7.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

seda-plugin-emboss/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sing_group</groupId>
88
<artifactId>seda-all</artifactId>
9-
<version>1.7.2</version>
9+
<version>1.7.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

seda-plugin-pfam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sing_group</groupId>
88
<artifactId>seda-all</artifactId>
9-
<version>1.7.2</version>
9+
<version>1.7.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)