Skip to content

Docs update#84

Merged
thejmazz merged 9 commits intomasterfrom
docs_update
Aug 28, 2017
Merged

Docs update#84
thejmazz merged 9 commits intomasterfrom
docs_update

Conversation

@tiagofilipe12
Copy link
Member

Updated docs to have quick start guide. Let me know what you think of it.

@codecov-io
Copy link

codecov-io commented Aug 28, 2017

Codecov Report

Merging #84 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e28d15...bea4214. Read the comment docs.

const myTask = task({
input: '.fas', //fasta files present in your current working directory
output: '.fas'
} ({ input }) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo need ,

Copy link
Member Author

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(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

include diagram

@thejmazz thejmazz merged commit 909e65d into master Aug 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants