Skip to content

Commit

Permalink
Correct V1.0 release error
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrl committed Sep 4, 2018
1 parent 5555068 commit 520925e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ VISNAB requires that the user first install BioFabric Version 2 (Beta), which is

### Installing the Plugin

VISNAB is written as a BioFabric plugin. The compiled JAR file is available in the downloads directory or this repo. To install it, simply drop the `sVISNAB-V1.0.0.0.jar` file into a directory on your computer. Start BioFabric, and use __File->Set Plugin Directory...__ to point to the *directory* where you have placed `sVISNAB-V1.0.0.0.jar`. Restart BioFabric, and the VISNAB commands will appear in the __Tools->Network Alignment__ menu.
VISNAB is written as a BioFabric plugin. The compiled JAR file is available in the downloads directory or this repo. To install it, simply drop the `sVISNAB-V1.0.0.1.jar` file into a directory on your computer. Start BioFabric, and use __File->Set Plugin Directory...__ to point to the *directory* where you have placed `sVISNAB-V1.0.0.1.jar`. Restart BioFabric, and the VISNAB commands will appear in the __Tools->Network Alignment__ menu.
4 changes: 2 additions & 2 deletions config/AppConfig.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<!ENTITY appVersionMajor "1">
<!ENTITY appVersionMinor "0">
<!ENTITY appVersionPatch "0">
<!ENTITY appVersionBuild "0">
<!ENTITY appVersionBuild "1">
<!ENTITY appVersion "&appVersionMajor;.&appVersionMinor;.&appVersionPatch;.&appVersionBuild;">
<!ENTITY appNDVersion "&appVersionMajor;&appVersionMinor;&appVersionPatch;&appVersionBuild;">
<!ENTITY appDate "Mon Sep 3 22:20:23 PDT 2018">
<!ENTITY appDate "Tue Sep 4 00:35:15 PDT 2018">
<!ENTITY appDatedVersion "&appVersion; &appDate;">
<!ENTITY appYear "2018">

1 change: 0 additions & 1 deletion downloads/sVISNAB-V1.0.0.0-MD5.txt

This file was deleted.

1 change: 1 addition & 0 deletions downloads/sVISNAB-V1.0.0.1-MD5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MD5 (sVISNAB-V1.0.0.1.jar) = 0f31535096bb5718c67f11a28236d0fc
Binary file not shown.
4 changes: 2 additions & 2 deletions website/VISNAB/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ <h4>Preparations</h4>
</p>
<h4>Installing the Plugin</h4>
<p>
VISNAB is written as a BioFabric plugin. To install it, you will simply drop the <code>sVISNAB-V1.0.0.0.jar</code> file now available on
VISNAB is written as a BioFabric plugin. To install it, you will simply drop the <code>sVISNAB-V1.0.0.1.jar</code> file now available on
the <a href="https://github.com/wjrl/AlignmentPlugin">GitHub</a> project page in the downloads directory into a directory on your computer. Start BioFabric, and use
<b>File->Set Plugin Directory...</b> to point to that <i>directory</i> where you have placed <code>sVISNAB-V1.0.0.0.jar</code>. Restart BioFabric,
<b>File->Set Plugin Directory...</b> to point to that <i>directory</i> where you have placed <code>sVISNAB-V1.0.0.1.jar</code>. Restart BioFabric,
and the VISNAB commands will appear in the <b>Tools->Network Alignment</b> menu.
</p>

Expand Down

0 comments on commit 520925e

Please sign in to comment.