From 0fd0d47be0169ba4e2b96b7b7f8ca78d46b845be Mon Sep 17 00:00:00 2001 From: Aaron <aaronquinlan@gmail.com> Date: Sun, 19 Feb 2012 08:29:47 -0500 Subject: [PATCH] make stand-alone tool for expand. --- scripts/makeBashScripts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/makeBashScripts.py b/scripts/makeBashScripts.py index 77d2c48c..58c5eb64 100644 --- a/scripts/makeBashScripts.py +++ b/scripts/makeBashScripts.py @@ -18,6 +18,7 @@ def main(): 'cluster': 'clusterBed', 'complement': 'complementBed', 'coverage': 'coverageBed', + 'expand': 'expandCols', 'flank': 'flankBed', 'genomecov': 'genomeCoverageBed', 'getfasta': 'fastaFromBed', -- GitLab