-
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.
Merge pull request #137 from biocodellc/develop
merging develop into master
- Loading branch information
Showing
34 changed files
with
490 additions
and
159 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<PluginVersions> | ||
<LatestVersion>3.0.15</LatestVersion> | ||
<LatestVersionURL>https://github.com/biocodellc/biocode-lims/releases/download/3.0.15/BiocodePlugin_3_0_15.gplugin</LatestVersionURL> | ||
<ReleaseNotes>==Biocode Plugin 3.0.15 - -24 Feb 2021== | ||
<LatestVersion>3.0.18</LatestVersion> | ||
<LatestVersionURL>https://github.com/biocodellc/biocode-lims/releases/download/3.0.18/BiocodePlugin_3_0_18.gplugin</LatestVersionURL> | ||
<ReleaseNotes>==Biocode Plugin 3.0.18 - -27 Dec 2022== | ||
</ReleaseNotes> | ||
<ExtraInformation/> | ||
</PluginVersions> |
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 |
---|---|---|
|
@@ -77,7 +77,7 @@ public String getErrors() { | |
if(errors != null) { | ||
return "<p>The server configuration file is located at: " + | ||
LIMSInitializationListener.getPropertiesFile().getAbsolutePath() + "</p>" + | ||
"<p>Please report any errors to [email protected]</p>" + | ||
"<p>Please report any errors to [email protected]</p>" + | ||
"<p>" + errors + "</p>"; | ||
} | ||
return ""; | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
A user community, and technical support is available from <a href="http://connect.barcodeoflife.org/group/lims">http://connect.barcodeoflife.org/group/lims</a> | ||
Here, you can engage with the wider community, get help from experienced users, and make suggestions about how to improve the software. | ||
If you have and questions or suggestions that you don't want to post to the community, you can email | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</div> | ||
</div> |
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 |
---|---|---|
|
@@ -53,7 +53,7 @@ depends on some Geneious core classes and this is not reflected in the Ivy confi | |
In the gradle build, the complete Geneious runtime is downloaded and the required libraries are extracted from it. | ||
|
||
## Contributing | ||
Please contact [email protected] | ||
Please contact [email protected] | ||
|
||
## Biocode LIMS Server | ||
The Biocode LIMS server is an extension to the original LIMS that adds security, user management, access control and | ||
|
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 |
---|---|---|
|
@@ -16,6 +16,6 @@ <h2>Getting Help</h2> | |
<p> | ||
A great source of help can be found on the discussion forum at | ||
<a href="http://connect.barcodeoflife.net/group/lims">http://connect.barcodeoflife.net/group/lims</a> or you can email | ||
<a href="mailto:[email protected]">[email protected]</a>.</p> | ||
<a href="mailto:[email protected]">[email protected]</a>.</p> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -1,3 +1,19 @@ | ||
==Biocode Plugin 3.0.18 - 27 December 2022 == | ||
* Improves performance in browsing plates by limiting the set of metadata fields | ||
|
||
==Biocode Plugin 3.0.17 - 21 November 2022 == | ||
* updated ordering of search options to put search options that are faster at the top of the list. Helps user select options for faster searches | ||
* adding descriptive text to plugin dropdown menu | ||
* implemented well sorting for sorting A01, B01, C01, etc... | ||
* updated list of working FIMS connections | ||
* upgraded development environnment to synchronize with geneious prime and java 11 | ||
* fixed issue where BOLD export crashed when forward/reverse primer names were null. New behaviour asks user to name them prior to submission. | ||
* fixed error messaging to be more descriptive if FIMS or LIMS connections do not work | ||
|
||
==Biocode Plugin 3.0.16 - 24 August 2022 == | ||
* Update contact email for asking for help | ||
* Adding "tentative", in addition to "passed" or "failed". Tentative to be used in cases where we may still need to check taxonomy but sequence is OK. Note that you should not be able to submit as "passed" while in "tentative". | ||
|
||
==Biocode Plugin 3.0.15 - 24 February 2021 == | ||
* Fixes issues with large tissue queries against GEOME failing | ||
|
||
|
@@ -174,7 +190,7 @@ Beta release of 2.8.11. | |
'''Additional Notes''' | ||
This version will apply a schema fix to MySQL LIMS databases which may take anywhere between a minute and an hour to perform. | ||
The amount of time depends on the number of traces stored in the database. If your database has over 30,000 traces | ||
then it is recommended that an administrator perform it beforehand. Contact [email protected] for instructions. | ||
then it is recommended that an administrator perform it beforehand. Contact [email protected] for instructions. | ||
|
||
==Biocode Plugin 2.7.1 - 18 July 2014== | ||
* Fixed a problem where seqeunces could be downloaded without annotated FIMS data. | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ The Biocode LIMS is a Geneious plugin that comprises everything you need to mana | |
* Official releases are available from our [releases page](https://github.com/biocodellc/biocode-lims/releases) | ||
* Official [Wiki Page](https://github.com/biocodellc/biocode-lims/wiki) for more information | ||
including the user guide. | ||
* Support email [email protected] | ||
* Support email [email protected] | ||
* Information for developers on contributing to the Biocode LIMS plugin is on our [development page](https://github.com/biocodellc/biocode-lims/blob/develop/development.md) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -47,8 +47,8 @@ public class BiocodePlugin extends GeneiousPlugin { | |
} | ||
|
||
private static GeneiousActionOptions superBiocodeAction; | ||
public static final String PLUGIN_VERSION = "3.0.15"; | ||
public static final String SUPPORT_EMAIL = "[email protected]"; | ||
public static final String PLUGIN_VERSION = "3.0.18"; | ||
public static final String SUPPORT_EMAIL = "[email protected]"; | ||
|
||
public static GeneiousActionOptions getSuperBiocodeAction() { | ||
if (superBiocodeAction == null) { | ||
|
@@ -375,8 +375,9 @@ public DocumentOperation[] getDocumentOperations() { | |
new VerifyTaxonomyOperation(), | ||
new AnnotateLimsDataOperation(), | ||
new AnnotateFimsDataOperation(), | ||
new AddAssemblyResultsToLimsOperation(true, false), | ||
new AddAssemblyResultsToLimsOperation(false, false), | ||
new AddAssemblyResultsToLimsOperation("passed", false), | ||
new AddAssemblyResultsToLimsOperation("failed", false), | ||
new AddAssemblyResultsToLimsOperation("tentative", false), | ||
new MarkSequencesAsSubmittedInLimsOperation(), | ||
new GenerateBOLDTraceSubmissionOperation(), | ||
new ReverseAssemblySequencesOperation() | ||
|
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
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
Oops, something went wrong.