Closed semenko closed 9 years ago
Hm, I think the .bed is missing the 4th (optional) strand column and failing the min_columns = 4
test.
We should set it to map to both strands (strand = .) in the absence of that column
Charles Y. Lin, Ph.D. Dana-Farber Cancer Institute Department of Medical Oncology charles_lin@dfci.harvard.edumailto:charles_lin@dfci.harvard.edu http://bradnerlab.com
On Thu, Nov 20, 2014 at 5:14 PM, Nick Semenkovich notifications@github.com wrote:
Hm, I think the .bed is missing the 4th (optional) strand column and failing the min_columns = 4 test.
— Reply to this email directly or view it on GitHub https://github.com/BradnerLab/pipeline/issues/43#issuecomment-63889900.
Scratch that -- it's just an optional "name" column that's missing. I think this should work fined filled with "NA", etc. -- unless I'm missing some critical reason for the name column in the bed. [part of the matrix output?]
Ah, ok, the name_column
is preserved. Got it.
This might be worthy of a special warning, since technically anything after the first 3 columns is optional (i'd dropped some .bed peak names, figuring it would take the regions [chrXbpY] as names or something): http://genome.ucsc.edu/FAQ/FAQformat.html#format1
Not sure what's up here. Going to try to debug more.