56da8a5745b1ef79c8087ab53e3590e4395d0751 hiram Thu May 18 11:34:20 2017 -0700 catch up checkin no redmine diff --git src/utils/ncbi/createNcbiCytoBand.pl src/utils/ncbi/createNcbiCytoBand.pl index 6009db9..63c3210 100755 --- src/utils/ncbi/createNcbiCytoBand.pl +++ src/utils/ncbi/createNcbiCytoBand.pl @@ -1,16 +1,16 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl # File: createNcbiCytoBand # Author: Terry Furey # Date: 11/14/2003 # Description: Convert NCBI files into cytoBand track # USAGE message if ($#ARGV != 0) { print stderr "USAGE: createNcbiCytoBand <ncbi file>\n"; exit(1); } $file = shift(@ARGV); open(FILE, "$file") || die("Could not open $file\n"); # Read in file and output cytoBand.bed file open(OUT, ">cytoBand.bed");