Skip to content
Snippets Groups Projects
Commit 5dbea62d authored by Michal Petrovič's avatar Michal Petrovič
Browse files

Merge branch '22-bedgraphs-should-be-0-based' into 'main'

Resolve "Bedgraphs should be 0-based"

Closes #22

See merge request !21
parents 61a76dcd f4e9d10e
Branches
1 merge request!21Resolve "Bedgraphs should be 0-based"
Pipeline #212411 failed with stages
in 1 minute
......@@ -265,8 +265,8 @@ public class ExporterService {
resultBuilder.append(String.format(format,
chrom,
posInGenomeStart + chromStart,
posInGenomeStart + chromEnd,
(posInGenomeStart - 1) + chromStart,
(posInGenomeStart - 1) + chromEnd,
dataValue
)); // This is now using StringBuilder
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment