Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NGS-intro-course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
courses
NGS-intro-course
Commits
84baa88b
Commit
84baa88b
authored
11 years ago
by
Laros
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.lumc.nl:humgen/ngs-intro-course
parents
f6c14172
90f4bb43
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+35
-27
35 additions, 27 deletions
README.md
with
35 additions
and
27 deletions
README.md
+
35
−
27
View file @
84baa88b
# NGS Introduction Course
# NGS Introduction Course
This repository contains lectures and practicals for a one day introduction to
This repository contains lectures and practicals for a one day introduction to
NGS data analysis.
NGS data analysis.
## Organisation
## Organisation
There are two submodules on which this repository depends.
There are two submodules on which this repository depends.
-
**presentation**
template for presentations in LaTeX.
-
**[presentation](https://git.lumc.nl/j.f.j.laros/presentation)**
template for presentations in LaTeX.
-
**presentation-pics**
repository containing pictures.
-
**[presentation-pics](https://git.lumc.nl/humgen/presentation-pics)**
repository containing pictures.
The
**website**
directory is for storing the compiled presentations, handouts
The
**website**
directory is for storing the compiled presentations, handouts
and program. A
*Trac wiki markup*
file contains the website content. Uploading,
and program. A
*Trac wiki markup*
file contains the website content. Uploading,
updating and adding attachments can be done easily with the
updating and adding attachments can be done easily with the
[
tracwiki
](
https://pypi.python.org/pypi/tracwiki
)
program.
[
tracwiki
](
https://pypi.python.org/pypi/tracwiki
)
program.
## Usage
## Usage
A new presentation can be added like this:
After cloning this repository, fetch the data from the submodules by issuing the
following two commands:
cd presentation
bash mkpres.sh ../mypresentation
git submodule init
git submodule update
Pictures in the presentation can be made available by adding a symbolic link to
the presentation-pics repository.
(
[
More on Git submodules
](
http://git-scm.com/book/en/Git-Tools-Submodules
)
)
ln -s ../presentation-pics/pics/somepicture.png
A new presentation can be added like this:
The Makefile will take care of converting this picture to the correct format.
cd presentation
bash mkpres.sh ../mypresentation
Pictures in the presentation can be made available by adding a symbolic link to
the presentation-pics repository.
ln -s ../presentation-pics/pics/somepicture.png
The Makefile will take care of converting this picture to the correct format.
\ No newline at end of file
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