view Cytoscape.sh @ 1:0e43c52e2449 draft default tip

Uploaded
author dereeper
date Wed, 09 Jun 2021 18:17:44 +0000
parents e3beb33f88f0
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