diff --git a/scripts/makeBashScripts.py b/scripts/makeBashScripts.py index 0eb86757a2e7f309d764cf10e2eb26683a174af1..45647106cbd1e9b273a32556812d9ea8d39ed5e6 100644 --- a/scripts/makeBashScripts.py +++ b/scripts/makeBashScripts.py @@ -25,6 +25,7 @@ def main(): 'igv': 'bedToIgv', 'intersect': 'intersectBed', 'links': 'linksBed', + 'map': 'mapBed', 'maskfasta': 'maskFastaFromBed', 'merge': 'mergeBed', 'multicov': 'multiBamCov',