Closed eyalbenda closed 3 years ago
Hi,
you are missing the peaks
entry (example). If you want to train it genome-wide, then you can generate a bed file that tiles the whole genome.
Best Ziga
Hi Ziga, Thanks for the help! I made a bed file from chrom_sizes (so just one last per chromosome, start to end). Would that work ok or do I need to split the chromosomes into segments in the bed file?
You need to split the chromosome into segments. Every segment will be one training example.
Thank you!
Hi,
I'm trying to test bpnet on C. elegans CHIP-seq data from encode. I made bw files from the encode bam files. I then made the following modifications to bpnet9 (because of C. elegans genome):
I made the following yaml file:
I'm running bpnet using the following command:
train --premade=bpnet9 --vmtouch CEH83.yml CEH83_output
I'm getting what looks like a parsing error:
I'd appreciate any help in getting the software to work.
Best,
Eyal