forked from deep-introspection/kegg-kgml-parser-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
29 lines (20 loc) · 708 Bytes
/
Copy pathMakefile
File metadata and controls
29 lines (20 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
debug_glycol:
ipython -pylab -i src/parse_KGML.py -- -p data/hsa00010.xml
debug_ngly:
ipython -pylab -i src/parse_KGML.py -- -p data/hsa00510.xml
debug_ko:
ipython -pylab -i src/parse_KGML.py data/ko00020.xml
debug_originalplot:
ipython -pylab -i src/parse_KGML.py -- -p data/hsa00510.xml -d
#"plots/N-Glycan biosynthesis_original_layout.png"
##"plots/N-Glycan biosynthesis_original_layout.png": parse_KGML.py data/hsa00510.xml
debug_plot:
ipython -pylab -i src/parse_KGML.py -- -p data/hsa00510.xml -c
debug_gml:
ipython -pylab -i src/parse_KGML.py -- -p data/hsa00510.xml -g
test_doctests:
nosetests --with-doctest -v
test_units:
nosetests --with-doctest test/ -v
clean:
-rm *.png *.gml