view deseq-hts_2.0/bin/genes_cell2struct @ 10:2fe512c7bfdf draft

DESeq2 version 1.0.19 added to the repo
author vipints <vipin@cbio.mskcc.org>
date Tue, 08 Oct 2013 08:15:34 -0400
parents
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 $@`"