forked from geneontology/paint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Full mavenization and yaml preferences
* Integrated paintCommon into PAINT * Using Yaml for user preferences * New browser launcher
- Loading branch information
Showing
83 changed files
with
4,326 additions
and
1,179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,7 @@ target | |
|
||
/junk/ | ||
/lib/ | ||
/test_resources/ | ||
*.log | ||
/restore.txt | ||
/backup.txt |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
!!org.paint.config.PaintConfig | ||
bpPaintColor: !color '138, 190, 204, 255' | ||
ccPaintColor: !color '138, 204, 177, 255' | ||
collapse_no_exp: true | ||
curatedPaintColor: !color '255, 127, 0, 255' | ||
expPaintColor: !color '142, 35, 35, 255' | ||
full_msa: false | ||
gafdir: /Users/suzi/projects/go/gene-associations/submission/paint/PTHR10026 | ||
inferPaintColor: !color '16, 64, 128, 255' | ||
mfPaintColor: !color '177, 204, 138, 255' | ||
msa_colors: | ||
- !color '51, 102, 77, 255' | ||
- !color '112, 153, 92, 255' | ||
- !color '204, 194, 143, 255' | ||
msa_threshold: | ||
- 80.0 | ||
- 60.0 | ||
- 40.0 | ||
msa_weighted_colors: | ||
- !color '21, 138, 255, 255' | ||
- !color '220, 233, 255, 255' | ||
msa_weighted_threshold: | ||
- 90.0 | ||
- 75.0 | ||
tree_distance_scaling: 50.0 | ||
treedir: /Users/suzi/projects/go/data/trees/panther/ | ||
use_distances: true | ||
weighted: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<assembly | ||
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> | ||
<id>paint-all</id> | ||
<formats> | ||
<format>jar</format> | ||
</formats> | ||
<includeBaseDirectory>false</includeBaseDirectory> | ||
<dependencySets> | ||
<dependencySet> | ||
<outputDirectory>/</outputDirectory> | ||
<useProjectArtifact>true</useProjectArtifact> | ||
<unpack>true</unpack> | ||
<unpackOptions> | ||
<excludes> | ||
<exclude>META-INF</exclude> | ||
<exclude>META-INF/**</exclude> | ||
<exclude>log4j.properties</exclude> | ||
<exclude>*.txt</exclude> | ||
<exclude>README</exclude> | ||
</excludes> | ||
</unpackOptions> | ||
<scope>runtime</scope> | ||
</dependencySet> | ||
</dependencySets> | ||
<files> | ||
<file> | ||
<source>${project.build.outputDirectory}/log4j.properties</source> | ||
</file> | ||
</files> | ||
</assembly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
repo/com/sri/panther/paint-common/0.0.1/paint-common-0.0.1.jar.md5
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
repo/com/sri/panther/paint-common/0.0.1/paint-common-0.0.1.jar.sha1
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
repo/com/sri/panther/paint-common/0.0.1/paint-common-0.0.1.pom
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
repo/com/sri/panther/paint-common/0.0.1/paint-common-0.0.1.pom.md5
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
repo/com/sri/panther/paint-common/0.0.1/paint-common-0.0.1.pom.sha1
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.