Skip to content

Commit

Permalink
Add newline for chromintersect
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed Jun 28, 2024
1 parent 5161c9a commit cb690ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigtools/src/bin/bigtools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ fn chromintersect(apath: String, bpath: String, outpath: String) -> Result<(), B
})?;
if chroms.contains(chrom) {
bedoutwriter.write(line.as_bytes())?;
bedoutwriter.write("\n".as_bytes())?;
}
}
Ok(())
Expand Down

0 comments on commit cb690ad

Please sign in to comment.