diff Cytoscape.sh @ 0:e3beb33f88f0 draft

planemo upload commit 11382afe87364aaafb19973470d5066229a6e34f
author dereeper
date Tue, 14 Aug 2018 08:02:10 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Cytoscape.sh	Tue Aug 14 08:02:10 2018 -0400
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+tool_path=$(dirname $0)
+
+filein=$1
+cytoscape_html=$2
+logfile=$3
+
+perl $tool_path/Cytoscape.pl --input $filein --html $cytoscape_html >>$logfile 2>&1
+
+
+
+