zhoulab / p53-chip-seq-data

Basic machine learning on genomic data
0 stars 0 forks source link

Remove header in concat_sample_beds.R #19

Closed victorlin closed 6 years ago

victorlin commented 6 years ago

Making sure all files with .bed extension don't have a header. Header information can be found in README.

victorlin commented 6 years ago

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.