annotate deseq-hts_1.0/bin/genes_cell2struct @ 0:94a108763d9e
draft
deseq-hts version 1.0 wraps the DESeq 1.6.0
author |
vipints |
date |
Wed, 09 May 2012 20:43:47 -0400 (2012-05-10) |
parents |
|
children |
|
rev |
line source |
0
|
1 #!/bin/bash
|
|
2 # deseq-hts wrapper script to start the interpreter with the correct list of arguments
|
|
3 # Copyright (C) 2010-2012 Max Planck Society
|
|
4 set -e
|
|
5 PROG=`basename $0`
|
|
6 DIR=`dirname $0`
|
|
7 exec ${DIR}/start_interpreter.sh ${PROG} "`${DIR}/genarglist.sh $@`"
|