Mercurial > repos > vipints > deseq_hts
annotate deseq-hts_2.0/bin/get_read_counts @ 11:cec4b4fb30be draft default tip
DEXSeq version 1.6 added
| author | vipints <vipin@cbio.mskcc.org> |
|---|---|
| date | Tue, 08 Oct 2013 08:22:45 -0400 |
| parents | 2fe512c7bfdf |
| children |
| rev | line source |
|---|---|
|
10
2fe512c7bfdf
DESeq2 version 1.0.19 added to the repo
vipints <vipin@cbio.mskcc.org>
parents:
diff
changeset
|
1 #!/bin/bash |
|
2fe512c7bfdf
DESeq2 version 1.0.19 added to the repo
vipints <vipin@cbio.mskcc.org>
parents:
diff
changeset
|
2 # deseq-hts wrapper script to start the interpreter with the correct list of arguments |
|
2fe512c7bfdf
DESeq2 version 1.0.19 added to the repo
vipints <vipin@cbio.mskcc.org>
parents:
diff
changeset
|
3 # Copyright (C) 2010-2012 Max Planck Society |
|
2fe512c7bfdf
DESeq2 version 1.0.19 added to the repo
vipints <vipin@cbio.mskcc.org>
parents:
diff
changeset
|
4 set -e |
|
2fe512c7bfdf
DESeq2 version 1.0.19 added to the repo
vipints <vipin@cbio.mskcc.org>
parents:
diff
changeset
|
5 PROG=`basename $0` |
|
2fe512c7bfdf
DESeq2 version 1.0.19 added to the repo
vipints <vipin@cbio.mskcc.org>
parents:
diff
changeset
|
6 DIR=`dirname $0` |
|
2fe512c7bfdf
DESeq2 version 1.0.19 added to the repo
vipints <vipin@cbio.mskcc.org>
parents:
diff
changeset
|
7 exec ${DIR}/start_interpreter.sh ${PROG} "`${DIR}/genarglist.sh $@`" |
