view Cytoscape.sh @ 2:f0792cd6dee3 draft

planemo upload commit d28e54b122131899c7ec49abc39f72645da36ecf-dirty
author vmarcon
date Fri, 03 Aug 2018 08:17:00 -0400
parents 6bf83148cae7
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