view deseq-hts_1.0/bin/genes_cell2struct @ 4:fbec5f31a035 draft

Deleted selected files
author vipints
date Wed, 27 Jun 2012 15:37:35 -0400
parents 94a108763d9e
children
line wrap: on
line source

#!/bin/bash
# deseq-hts wrapper script to start the interpreter with the correct list of arguments
# Copyright (C) 2010-2012 Max Planck Society
set -e
PROG=`basename $0`
DIR=`dirname $0`
exec ${DIR}/start_interpreter.sh ${PROG} "`${DIR}/genarglist.sh $@`"