Added a tutorial on how to run "two-mappers" example#55
Merged
thejmazz merged 8 commits intobionode:masterfrom Jun 13, 2017
Merged
Added a tutorial on how to run "two-mappers" example#55thejmazz merged 8 commits intobionode:masterfrom
thejmazz merged 8 commits intobionode:masterfrom
Conversation
thejmazz
reviewed
Jun 13, 2017
|
|
||
| Also, you need to have installed: | ||
|
|
||
| 1) **Node.js** version 7 or higher. |
Member
Author
There was a problem hiding this comment.
Shall we put 6? I only tested 4 and 7.
Codecov Report
@@ Coverage Diff @@
## master #55 +/- ##
=======================================
Coverage 80.64% 80.64%
=======================================
Files 36 36
Lines 806 806
Branches 99 99
=======================================
Hits 650 650
Misses 156 156Continue to review full report at Codecov.
|
thejmazz
reviewed
Jun 13, 2017
| 5) **[bwa](http://bio-bwa.sourceforge.net/)** | ||
| 6) **[samtools](http://samtools.sourceforge.net/)** | ||
|
|
||
| However, don't worry you can use [this](https://github.com/tiagofilipe12/docker-watermill-tutorial) |
Member
There was a problem hiding this comment.
we can publish these on bionode organization on docker hub later
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds a README.md to
examples/pipelines/two-mappersthat can be used as a walk-through guide on how to build a similar pipeline or even to run that pipeline. Also, adds a pipeline_lazy.js that is intended to provide a solution to the proposed challenge in the README.md.