-
Notifications
You must be signed in to change notification settings - Fork 11
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
Docs update #84
Docs update #84
Conversation
Codecov Report
@@ Coverage Diff @@
## master #84 +/- ##
=======================================
Coverage 82.09% 82.09%
=======================================
Files 37 37
Lines 905 905
Branches 110 110
=======================================
Hits 743 743
Misses 162 162 Continue to review full report at Codecov.
|
docs/QuickStart.md
Outdated
const myTask = task({ | ||
input: '.fas', //fasta files present in your current working directory | ||
output: '.fas' | ||
} ({ input }) => { |
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.
typo need ,
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.
👍
|
||
```javascript | ||
// some tasks are defined before defining the pipeline | ||
const pipeline = join( |
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.
include diagram
Updated docs to have quick start guide. Let me know what you think of it.