-
Notifications
You must be signed in to change notification settings - Fork 6
Added a tutorial on how to run "two-mappers" example #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| Also, you need to have installed: | ||
|
|
||
| 1) **Node.js** version 7 or higher. |
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.
I think 6 is sufficient
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.
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.
|
| 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) |
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.
we can publish these on bionode organization on docker hub later
thejmazz
left a comment
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.
lgtm
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.