Skip to content
Snippets Groups Projects
Commit 526119e7 authored by arq5x's avatar arq5x
Browse files

fix bug in merge output and cleanup jaccard test

parent b77e0ebb
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ void BedMerge::ReportStranded(string chrom, int start,
else if (_numEntries == false && _reportNames == true &&
_reportScores == false) {
ReportMergedNames(names);
printf("\t\t%s\n", strand.c_str());
printf("\t.\t%s\n", strand.c_str());
}
// merged intervals and scores
else if (_numEntries == false && _reportNames == false &&
......
intersection union jaccard n_intersections
10 140 0.0714286 1
intersection union jaccard n_intersections
10 140 0.0714286 1
......@@ -66,3 +66,4 @@ $BT jaccard -a a.bed -b b.bed > obs1
$BT jaccard -a b.bed -b a.bed > obs2
check obs1 obs2
rm obs1 obs2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment