Skip to content

Commit

Permalink
corrected seqan3 folder
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Mar 2, 2025
1 parent 9eba5d7 commit 0b5235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY . /RNAnue
# retrieve SeqAn3
RUN curl -L https://github.com/seqan/seqan3/releases/download/3.3.0/seqan3-3.3.0-Source.tar.xz -o seqan3-3.3.0-Source.tar.xz
RUN tar -xvf seqan3-3.3.0-Source.tar.xz && rm seqan3-3.3.0-Source.tar.xz
RUN mv seqan3-3.3.0-Source seqan3
RUN mv seqan3-3.3.0-Source /RNAnue/seqan3

# install RNAnue
WORKDIR /RNAnue/build
Expand Down

0 comments on commit 0b5235a

Please sign in to comment.