comparison Cytoscape.sh @ 0:e3beb33f88f0 draft

planemo upload commit 11382afe87364aaafb19973470d5066229a6e34f
author dereeper
date Tue, 14 Aug 2018 08:02:10 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e3beb33f88f0
1 #!/bin/bash
2
3 tool_path=$(dirname $0)
4
5 filein=$1
6 cytoscape_html=$2
7 logfile=$3
8
9 perl $tool_path/Cytoscape.pl --input $filein --html $cytoscape_html >>$logfile 2>&1
10
11
12
13