X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=helpful_scripts.git;a=blobdiff_plain;f=translate_tsv_genes.py;h=a302d654c6450e9ca4056d54e8b0a31670fc06b0;hp=328c8c36491b961c248a95b82056136e27ecb807;hb=350df060402bb45ba83f552430043dab853a22ec;hpb=a158bd813406cfbf3716fea1590cc6b657b1670f diff --git a/translate_tsv_genes.py b/translate_tsv_genes.py index 328c8c3..a302d65 100644 --- a/translate_tsv_genes.py +++ b/translate_tsv_genes.py @@ -4,6 +4,22 @@ This is intended to extract one quantification column from each of a set of gene quantification files. """ +# Copyright (2015) Diane Trout & California Institute of Technology + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + import argparse import collections import logging