Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
panacota
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amandine PERRIN
panacota
Commits
235f607a
There was a problem fetching the pipeline summary.
Commit
235f607a
authored
8 years ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
Move to build dir before doing make
parent
9b7a2604
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
for_tests/Dockerfile
+2
-1
2 additions, 1 deletion
for_tests/Dockerfile
with
2 additions
and
1 deletion
for_tests/Dockerfile
+
2
−
1
View file @
235f607a
...
@@ -39,7 +39,8 @@ RUN ln -s /tmp/prokka/bin/prokka /usr/local/bin
...
@@ -39,7 +39,8 @@ RUN ln -s /tmp/prokka/bin/prokka /usr/local/bin
WORKDIR
/tmp
WORKDIR
/tmp
RUN
git clone https://github.com/soedinglab/MMseqs2.git
RUN
git clone https://github.com/soedinglab/MMseqs2.git
WORKDIR
/tmp/MMseqs2
WORKDIR
/tmp/MMseqs2
RUN
mkdir
build
&&
cd
build
RUN
mkdir
build
WORKDIR
/tmp/MMseqs2/build
RUN
cmake
-DCMAKE_BUILD_TYPE
=
RELEASE
-DCMAKE_INSTALL_PREFIX
=
.
..
RUN
cmake
-DCMAKE_BUILD_TYPE
=
RELEASE
-DCMAKE_INSTALL_PREFIX
=
.
..
RUN
make
&&
make
install
RUN
make
&&
make
install
RUN
ln
-s
/tmp/MMseqs2/build/bin/mmseqs /usr/local/bin
RUN
ln
-s
/tmp/MMseqs2/build/bin/mmseqs /usr/local/bin
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment