Skip to content

Commit

Permalink
added DNA base count
Browse files Browse the repository at this point in the history
  • Loading branch information
pyspark-in-action committed Jan 29, 2016
1 parent 85c037d commit d0ccd5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tutorial/dna-basecount.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Welcome to
/_/
SparkContext available as sc, HiveContext available as sqlContext.
>>> recs = sc.texFile('file:///Users/mparsian/dna_seq.txt')
>>> recs = sc.texFile('file:///home/mparsian/dna_seq.txt')
>>> recs.collect()
[
Expand Down
2 changes: 1 addition & 1 deletion tutorial/dna-basecount2.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Welcome to
/_/
SparkContext available as sc, HiveContext available as sqlContext.
>>> recs = sc.texFile('file:///Users/mparsian/dna_seq.txt')
>>> recs = sc.texFile('file:///home/mparsian/dna_seq.txt')
>>> recs.collect()
[
Expand Down

0 comments on commit d0ccd5a

Please sign in to comment.