Skip to content

Commit

Permalink
Retain only Juicer Tools code; rebuild with Java straw; Code cleanup;…
Browse files Browse the repository at this point in the history
… Remove all Juicebox and other redundant code
  • Loading branch information
sa501428 committed Dec 19, 2021
1 parent 1bf3dfb commit a49bb8a
Show file tree
Hide file tree
Showing 393 changed files with 1,356 additions and 88,491 deletions.
27 changes: 0 additions & 27 deletions .idea/artifacts/Juicebox.xml

This file was deleted.

3 changes: 2 additions & 1 deletion .idea/artifacts/JuicerTools.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The former turns on all warnings, the latter gives some flexibility since some p
* Set the main class by clicking the little `...` button next to the text box for main class

MainWindow.java is the main method class for the visualization/GUI portion of the software.
HiCTools.java is the main method class for the analysis/CLT portion.
juicebox.HiCTools.java is the main method class for the analysis/CLT portion.

* For the GUI under VM Options:

Expand Down
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
~ The MIT License (MIT)
~
~ Copyright (c) 2011-2020 Broad Institute, Aiden Lab, Rice University, Baylor College of Medicine
~ Copyright (c) 2011-2021 Broad Institute, Aiden Lab, Rice University, Baylor College of Medicine
~
~ Permission is hereby granted, free of charge, to any person obtaining a copy
~ of this software and associated documentation files (the "Software"), to deal
Expand All @@ -16,7 +16,7 @@
~
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
~ FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
Expand Down Expand Up @@ -331,8 +331,8 @@
<property name="artifact.temp.output.juicer_tools:jar" value="${artifacts.temp.dir}/juicer_tools_jar"/>
<mkdir dir="${artifact.temp.output.juicer_tools:jar}"/>
<jar destfile="${temp.jar.path.juicer_tools.jar}" duplicate="preserve"
manifest="${basedir}/src/resources/manifests/juicer_tools_jar/META-INF/MANIFEST.MF">
<zipfileset file="${basedir}/src/resources/manifests/juicer_tools_jar/META-INF/MANIFEST.MF"
manifest="/resources/MANIFEST.MF">
<zipfileset file="/resources/MANIFEST.MF"
prefix="META-INF"/>
<zipfileset dir="${juicebox.output.dir}"/>
<zipfileset src="${basedir}/lib/general/jsi1.1.jar" excludes="META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"/>
Expand Down
Binary file added lib/general/java-straw.1.8.1.jar
Binary file not shown.
Binary file removed src/images/Folder-icon.png
Binary file not shown.
Binary file removed src/images/assembly/small-ne-invert.png
Binary file not shown.
Binary file removed src/images/assembly/small-ne-paste.png
Binary file not shown.
Binary file removed src/images/assembly/small-nw-paste.png
Binary file not shown.
Binary file removed src/images/assembly/small-scissors.png
Binary file not shown.
Binary file removed src/images/assembly/small-se-paste.png
Binary file not shown.
Binary file removed src/images/assembly/small-sw-invert.png
Binary file not shown.
Binary file removed src/images/assembly/small-sw-paste.png
Binary file not shown.
Binary file removed src/images/center.png
Binary file not shown.
Binary file removed src/images/close.png
Binary file not shown.
Binary file removed src/images/collapseall.gif
Binary file not shown.
Binary file removed src/images/crystal/fileclose.png
Binary file not shown.
Binary file removed src/images/cursor-fist.png
Binary file not shown.
Binary file removed src/images/cursor-openhand-arrow.png
Binary file not shown.
Binary file removed src/images/cursor-openhand-dot.png
Binary file not shown.
Binary file removed src/images/cursor-openhand.png
Binary file not shown.
Binary file removed src/images/dragNdrop.png
Binary file not shown.
Binary file removed src/images/dsliderbar.png
Binary file not shown.
Binary file removed src/images/dsliderbottom.png
Binary file not shown.
Binary file removed src/images/dslidertop.png
Binary file not shown.
Binary file removed src/images/east.png
Binary file not shown.
Binary file removed src/images/expandall.gif
Binary file not shown.
Binary file removed src/images/file-document.png
Binary file not shown.
Binary file removed src/images/genomespacelogo.png
Binary file not shown.
Binary file removed src/images/info.gif
Binary file not shown.
Binary file removed src/images/info2.gif
Diff not rendered.
Binary file removed src/images/juicebox.png
Diff not rendered.
Binary file removed src/images/juicebox256.png
Diff not rendered.
Binary file removed src/images/layer/color.png
Diff not rendered.
Binary file removed src/images/layer/copy.png
Diff not rendered.
Binary file removed src/images/layer/down.png
Diff not rendered.
Binary file removed src/images/layer/enlarge_clicked.png
Diff not rendered.
Binary file removed src/images/layer/enlarge_clicked_down.png
Diff not rendered.
Binary file removed src/images/layer/enlarge_clicked_up.png
Diff not rendered.
Binary file removed src/images/layer/erase.png
Diff not rendered.
Binary file removed src/images/layer/export_icon.png
Diff not rendered.
Binary file removed src/images/layer/export_icon_green.png
Diff not rendered.
Binary file removed src/images/layer/eye_clicked.png
Diff not rendered.
Binary file removed src/images/layer/eye_clicked_green.png
Diff not rendered.
Binary file removed src/images/layer/full_clicked.png
Diff not rendered.
Binary file removed src/images/layer/hiclogo.png
Diff not rendered.
Binary file removed src/images/layer/import_icon.png
Diff not rendered.
Binary file removed src/images/layer/import_icon_green.png
Diff not rendered.
Binary file removed src/images/layer/ll_clicked.png
Diff not rendered.
Binary file removed src/images/layer/pencil.png
Diff not rendered.
Binary file removed src/images/layer/pencil_gray.png
Diff not rendered.
Binary file removed src/images/layer/sparse.png
Diff not rendered.
Binary file removed src/images/layer/trans_clicked.png
Diff not rendered.
Binary file removed src/images/layer/trans_clicked_green.png
Diff not rendered.
Binary file removed src/images/layer/trash.png
Diff not rendered.
Binary file removed src/images/layer/undo.png
Diff not rendered.
Binary file removed src/images/layer/up.png
Diff not rendered.
Binary file removed src/images/layer/ur_clicked.png
Diff not rendered.
Binary file removed src/images/left-arrow.gif
Diff not rendered.
Binary file removed src/images/lock.png
Diff not rendered.
Binary file removed src/images/lock_open.png
Diff not rendered.
3 changes: 0 additions & 3 deletions src/images/manifest.mf

This file was deleted.

Binary file removed src/images/no-tooltip.png
Diff not rendered.
Binary file removed src/images/north.png
Diff not rendered.
Binary file removed src/images/regionTool.png
Diff not rendered.
Binary file removed src/images/right-arrow.gif
Diff not rendered.
Binary file removed src/images/roi_image.png
Diff not rendered.
Binary file removed src/images/slider.png
Diff not rendered.
Binary file removed src/images/south.png
Diff not rendered.
Binary file removed src/images/tooltip.png
Diff not rendered.
Binary file removed src/images/west.png
Diff not rendered.
Binary file removed src/images/zoom-minus.png
Diff not rendered.
Binary file removed src/images/zoom-plus.png
Diff not rendered.
Binary file removed src/images/zoom.png
Diff not rendered.
Binary file removed src/images/zoomin.gif
Diff not rendered.
78 changes: 0 additions & 78 deletions src/juicebox/CommandBroadcaster.java

This file was deleted.

93 changes: 0 additions & 93 deletions src/juicebox/CommandExecutor.java

This file was deleted.

Loading

0 comments on commit a49bb8a

Please sign in to comment.