Dowell-Lab / FStitch

Fast Stitch Reader (FStitch) -- fast-processing tool written in C for the annotation of regions of active transcription.
Other
1 stars 0 forks source link

split concatenated bedfile such that we only have to run one command of segment #10

Open magruca opened 5 years ago

magruca commented 5 years ago

In GitLab by @magr0763 on Oct 26, 2018, 13:20

In reading the main_segment.cpp code, there should be a relatively easy means by which to fix the "combined" bedgraph segment option such that it automatically splits the bedgraphs based on 4th column integer, segments separately, and puts out .pos.bed and .neg.bed files. This is something I will try to fix if I have time before the January release.

magruca commented 5 years ago

In GitLab by @magr0763 on Oct 26, 2018, 13:21

changed the description