Mercurial > repos > dereeper > cytoscape
view 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 source
#!/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