Mercurial > repos > chrisb > gap_all_glycan_tools
view manipulate/minimal_kcf/README_minimal.md @ 1:0a5e0df17054 draft default tip
Uploaded
author | chrisb |
---|---|
date | Fri, 06 May 2016 08:05:48 -0400 |
parents | 89592faa2875 |
children |
line wrap: on
line source
[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 ```