Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,412
Issues
1,412
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
75e0e351
Commit
75e0e351
authored
Jan 29, 2018
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
INSTALL.org, doc/algo.org: update installation instructions
Closes
#3003
.
parent
f2f25ce8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
INSTALL.org
INSTALL.org
+2
-2
doc/algo.org
doc/algo.org
+9
-5
No files found.
INSTALL.org
View file @
75e0e351
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
** Algorithm -- Installation instructions
** Algorithm -- Installation instructions
#+BEGIN_SRC sh
#+BEGIN_SRC sh
make
; make germline ; make data
make
./vidjil
-h
./vidjil
-algo -h
#+END_SRC
#+END_SRC
Detailed compilation, installation and usage instructions
Detailed compilation, installation and usage instructions
...
...
doc/algo.org
View file @
75e0e351
...
@@ -159,11 +159,15 @@ Xcode should be installed first.
...
@@ -159,11 +159,15 @@ Xcode should be installed first.
** Installation
** Installation
*** Compiling
*** Compiling
Running 'make' from the extracted archive should be enough to install vidjil-algo and run the self-tests (see below).
It runs the commands that are detailed in the following paragraphs.
#+BEGIN_SRC sh
#+BEGIN_SRC sh
make
germline
make
-C germline get-saved-data
# get IMGT germline databases (IMGT/GENE-DB) -- you have to agree to IMGT license:
# get IMGT germline databases (IMGT/GENE-DB) -- you have to agree to IMGT license:
# academic research only, provided that it is referred to IMGT®,
# academic research only, provided that it is referred to IMGT®,
# and cited as "IMGT®, the international ImMunoGeneTics information system®
# and cited as "IMGT®, the international ImMunoGeneTics information system®
...
@@ -173,10 +177,10 @@ make germline
...
@@ -173,10 +177,10 @@ make germline
# either
# either
make
# build Vijil from the sources (see the requirements, above)
make
-C src
# build Vijil from the sources (see the requirements, above)
# or
# or
wget http://
bioinfo.lifl.fr/vidjil/vidjil-2015.12
_x86_64 -O vidjil-algo
wget http://
www.vidjil.org/releases/vidjil-latest.tgzvidjil-latest
_x86_64 -O vidjil-algo
# download a static binary (built for x86_64 architectures)
# download a static binary (built for x86_64 architectures)
./vidjil-algo -h # display help/usage
./vidjil-algo -h # display help/usage
...
@@ -207,13 +211,13 @@ apt-get install vidjil
...
@@ -207,13 +211,13 @@ apt-get install vidjil
You can run the tests with the following commands:
You can run the tests with the following commands:
#+BEGIN_SRC sh
#+BEGIN_SRC sh
make data
make
-C src/tests/
data
# get IGH recombinations from a single individual, as described in:
# get IGH recombinations from a single individual, as described in:
# Boyd, S. D., and al. Individual variation in the germline Ig gene
# Boyd, S. D., and al. Individual variation in the germline Ig gene
# repertoire inferred from variable region gene rearrangements. J
# repertoire inferred from variable region gene rearrangements. J
# Immunol, 184(12), 6986–92.
# Immunol, 184(12), 6986–92.
make test # run self-tests (can take 5 to 60 minutes)
make
-C src
test # run self-tests (can take 5 to 60 minutes)
#+END_SRC
#+END_SRC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment