Mercurial > repos > vipints > deseq_hts
comparison deseq-hts_2.0/bin/genarglist.sh @ 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 |
comparison
equal
deleted
inserted
replaced
9:e27b4f7811c2 | 10:2fe512c7bfdf |
---|---|
1 #/bin/bash | |
2 ## | |
3 # Copyright (C) 2009-2013 Max Planck Society and Memorial Sloan Kettering Cancer Center | |
4 ## | |
5 until [ -z $1 ] ; do | |
6 if [ $# != 1 ]; | |
7 then | |
8 echo -n "'$1', " | |
9 else | |
10 echo -n "'$1'" | |
11 fi | |
12 shift | |
13 done |