Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Programming course assignments
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
courses
Programming course assignments
Commits
a9cac57c
Commit
a9cac57c
authored
Aug 4, 2013
by
zuotian
Browse files
Options
Downloads
Patches
Plain Diff
assignments for day 1
parents
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+2
-0
2 additions, 0 deletions
README
assignments.ipynb
+61
-0
61 additions, 0 deletions
assignments.ipynb
with
63 additions
and
0 deletions
README
0 → 100644
+
2
−
0
View file @
a9cac57c
Assignments for [python programming course] (https://git.lumc.nl)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
assignments.ipynb
0 → 100644
+
61
−
0
View file @
a9cac57c
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"Homework - Day 1\n",
"===\n",
"\n",
"http://rosalind.info\n",
"\n",
"<iframe src=\"http://rosalind.info\" width=1024 height=500></iframe>"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"Problem ID\n",
"===\n",
"\n",
"[DNA](http://rosalind.info/problems/dna) : Counting DNA Nucleotides \n",
"\n",
"[RNA](http://rosalind.info/problems/rna/) : Transcribing DNA into RNA \n",
"\n",
"[REVC](http://rosalind.info/problems/revc/) : Complementing a Strand of DNA \n",
"\n",
"[GC](http://rosalind.info/problems/gc/) : Computing GC Content \n",
"\n",
"[HAMM](http://rosalind.info/problems/hamm/): Counting Point Mutations \n"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}
\ 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
sign in
to comment