Skip to content

Commit

Permalink
changing readme to display better on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jencheng committed Dec 11, 2012
1 parent e3d3a10 commit 67e3841
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ Example
Class Methods
-------------

read(file_location)
returns nil
get_traceA()
returns an array with the trace data for adenine
get_traceG()
returns an array with the trace data for guanine
get_traceC()
returns an array with the trace data for cytosine
get_traceT()
returns an array with the trace data for thymine
get_calledSequence()
returns an array with the Basecalled sequence
get_qualityScores()
returns an array with the Basecalled quality scores
get_peakIndexes()
returns an array with indexes of the called sequence in the trace
*read(file_location)
*returns nil
*get_traceA()
*returns an array with the trace data for adenine
*get_traceG()
*returns an array with the trace data for guanine
*get_traceC()
*returns an array with the trace data for cytosine
*get_traceT()
*returns an array with the trace data for thymine
*get_calledSequence()
*returns an array with the Basecalled sequence
*get_qualityScores()
*returns an array with the Basecalled quality scores
*get_peakIndexes()
*returns an array with indexes of the called sequence in the trace


License
Expand Down

0 comments on commit 67e3841

Please sign in to comment.