Mercurial > repos > vipints > deseq_hts
view deseq-hts_1.0/bin/genarglist.sh @ 9:e27b4f7811c2 draft
Updated DESeq version 1.12
author | vipints <vipin@cbio.mskcc.org> |
---|---|
date | Tue, 08 Oct 2013 08:09:28 -0400 |
parents | 94a108763d9e |
children |
line wrap: on
line source
#/bin/bash # Copyright (C) 2010-2012 Max Planck Society until [ -z $1 ] ; do if [ $# != 1 ]; then echo -n "'$1', " else echo -n "'$1'" fi shift done