This repository has been archived by the owner on Jul 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 314
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* The *easiest* way is to view the static notebooks online using [nbviewer](http://nbviewer.ipython.org/). You should: | ||
* [start here to view the latest release version](http://nbviewer.ipython.org/github/gregcaporaso/An-Introduction-To-Applied-Bioinformatics/blob/0.1.0/Index.ipynb), or | ||
* [start here to view the development version](http://nbviewer.ipython.org/github/gregcaporaso/An-Introduction-To-Applied-Bioinformatics/blob/master/Index.ipynb) (which will have the latest content, but will be less polished and possibly buggy). | ||
IAB is in early development stage. To see the plans for where the project will go, see the [project milestones](https://github.com/gregcaporaso/An-Introduction-To-Applied-Bioinformatics/milestones). **A good example of where we're going** is the [multiple sequence alignment](http://readIAB.org/book/latest/2/3) chapter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ebolyen, does the second link on this line look possible to get to the static HTML version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep!
``` | ||
pip install numpy | ||
pip install https://github.com/gregcaporaso/An-Introduction-To-Applied-Bioinformatics/archive/0.1.0.tar.gz | ||
wget http://readIAB.org/downloads/0.1.0/iab-notebooks-0.1.0.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ebolyen, does this link look possible?
@ebolyen, I just pinged you in a few places where I'm adding links to static html or downloadable content. We can discuss in the morning, just wanted to note them now so I don't forget which ones we need to review. |
This was referenced Jun 18, 2015
…y get out of hand, but that will be handled through a toc-level aware biab
gregcaporaso
added this to the 0.1.1 : Mozilla Science Lab Global Sprint 2015 milestone
Jun 18, 2015
gregcaporaso
added a commit
that referenced
this pull request
Jun 18, 2015
ipynb to markdown conversion
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NOT READY FOR MERGE
This pull request converts all ipynb documents to markdown documents. The code that I used for the conversion (which is imperfect) is in a notebook here and rendered here.
#
header in the middle of the notebook).exercises
)READMEReading IAB to describe build processThese commands now work for doing the build:
Fixes #125.
Fixes #98.