Closed victorlin closed 6 years ago
Making sure all files with .bed extension don't have a header. Header information can be found in README.
.bed
Header is being used in master_table.py. Used .txt extension for output of this script. Use tail -n+2 to remove header if needed.
master_table.py
.txt
tail -n+2
Making sure all files with
.bed
extension don't have a header. Header information can be found in README.