diff manipulate/minimal_kcf/README_minimal.md @ 0:89592faa2875 draft

Uploaded
author chrisb
date Wed, 23 Mar 2016 14:35:56 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/manipulate/minimal_kcf/README_minimal.md	Wed Mar 23 14:35:56 2016 -0400
@@ -0,0 +1,30 @@
+[TOC]
+
+# rename_kcf.py
+This tool reads kcf glycans and removes all additional data which may cause tools to malfunction. For instance REFERENCE, DBLINKS, MASS etc. Only ENTRY, NODE and EDGE entries are kept
+
+## Works with Galaxy?
+Yes. see [minimal_kcf.xml](minimal_kcf.xml)
+
+## Command line usage
+
+```
+../../virtualpy/bin/activate
+python minimal_kcf.py -i $input -o $kcfoutput
+```
+
+
+## Help
+```
+../../virtualpy/bin/activate
+python minimal_kcf.py -h
+```
+
+## Unit Testing?
+Yes.
+
+
+```
+../../virtualpy/bin/activate
+python  test_minimal_kcf.py
+```