Skip to content

Commit f8bb737

Browse files
committed
fix hyphenated filenames
1 parent 8321310 commit f8bb737

File tree

3 files changed

+22
-171
lines changed

3 files changed

+22
-171
lines changed

src/pathways/first-touch.clj

-144
This file was deleted.

src/pathways/graph-reader.clj

-27
This file was deleted.

src/pathways/graph_reader.clj

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
;; Underscores, not hyphens
2+
(ns graph-reader
3+
(:require [pathways.core :as pathways]
4+
[clojure.contrib.duck-streams :as streams]))
5+
6+
7+
(defn read-graph []
8+
)
9+
10+
;; Raf 106 192
11+
;; Raf* 289 192
12+
;; MEK 190 374
13+
;; MEKp 395 374
14+
;; MEK* 605 374
15+
;; ERK 506 562
16+
;; ERKp 712 562
17+
;; ERK* 916 562
18+
19+
;; P0 193 88
20+
;; P1 106 269
21+
;; P2 395 473
22+
;; P3 712 660

0 commit comments

Comments
 (0)