Mercurial > repos > ryotas > cypher_tools
comparison graph2db.xml @ 0:aa7a5cc0f59b default tip
commit
| author | ryo_tas <yamanaka@genome.rcast.u-tokyo.ac.jp> |
|---|---|
| date | Tue, 30 Dec 2014 18:27:26 +0900 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:aa7a5cc0f59b |
|---|---|
| 1 <tool id="graph2db" name="Graph-to-DB" version="0.2.1"> | |
| 2 <description>Loader</description> | |
| 3 <command interpreter="node"> | |
| 4 neo4j_loader.js $input_file_n $input_file_r $namespace $host $port 1 > $log_file | |
| 5 </command> | |
| 6 <inputs> | |
| 7 <param name="host" type="text" size="50" value="localhost" label="Neo4j Host"/> | |
| 8 <param name="port" type="text" size="10" value="7474" label="Neo4j Port"/> | |
| 9 <param name="namespace" type="text" size="50" value="http://sem4j.org/" label="Namespace"/> | |
| 10 <param name="input_file_n" type="data" format="txt" label="Input Node File (txt)"/> | |
| 11 <param name="input_file_r" type="data" format="txt" label="Input Relation File (txt)"/> | |
| 12 </inputs> | |
| 13 <outputs> | |
| 14 <data name="log_file" format="txt" label="${tool.name} on ${on_string} (log)"/> | |
| 15 </outputs> | |
| 16 <help> | |
| 17 **What it does** | |
| 18 </help> | |
| 19 </tool> |
