Skip to content

Commit

Permalink
Modified the way query index bed files are generated increasing the
Browse files Browse the repository at this point in the history
speed and reducing the memory footprint.  Was running into issues when
indexing big chIPSeq and diff gene expression datasets.  From overnight
to < 10 min!
  • Loading branch information
DavidAustinNix authored and DavidAustinNix committed Feb 7, 2017
1 parent 0cc68b2 commit 90706a3
Show file tree
Hide file tree
Showing 6 changed files with 317 additions and 730 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<classpathentry kind="lib" path="LibraryJars/bytecode.jar"/>
<classpathentry kind="lib" path="LibraryJars/bzip2.jar"/>
<classpathentry kind="lib" path="LibraryJars/commons-beanutils.jar"/>
<classpathentry kind="lib" path="LibraryJars/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="LibraryJars/commons-collections-3.0.jar"/>
<classpathentry kind="lib" path="LibraryJars/commons-collections-3.1.jar"/>
<classpathentry kind="lib" path="LibraryJars/commons-collections-testframework-3.0.jar"/>
Expand Down Expand Up @@ -69,5 +68,6 @@
<classpathentry kind="lib" path="LibraryJars/minimal-json-0.9.4.jar"/>
<classpathentry kind="lib" path="LibraryJars/mongo-java-driver-2.14.2.jar"/>
<classpathentry kind="lib" path="LibraryJars/json-20140107.jar"/>
<classpathentry kind="lib" path="LibraryJars/commons-codec-1.10.jar"/>
<classpathentry kind="output" path="Classes"/>
</classpath>
Loading

0 comments on commit 90706a3

Please sign in to comment.