Mercurial > repos > yhoogstrate > featurecounts
diff featurecounts2bed.sh @ 6:fae19d64e9de draft
Uploaded
author | yhoogstrate |
---|---|
date | Thu, 13 Nov 2014 09:46:22 -0500 |
parents | cada2d2f0a7c |
children | b486372c8948 |
line wrap: on
line diff
--- a/featurecounts2bed.sh Wed May 21 08:27:05 2014 -0400 +++ b/featurecounts2bed.sh Thu Nov 13 09:46:22 2014 -0500 @@ -1,5 +1,20 @@ #!/bin/bash +# featurecounts2bed - converts featureCounts output to BED format + +# Copyright 2013-2014, Youri Hoogstrate + +# 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 3 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 at <http://www.gnu.org/licenses/> for +# more details. + # This tool has been written by Youri Hoogstrate from the Erasmus # Medical Center (Rotterdam, Netherlands) on behalf of the Translational # Research IT (TraIT) project: @@ -9,6 +24,7 @@ # found in the following repository: # http://toolshed.dtls.nl/ + exon_level="true" filename=""