jalview.git
7 years agoJAL-2232 some fix / partial fix of failing tests bug/JAL-2210_hack_for_Release_2_10
gmungoc [Tue, 4 Oct 2016 13:55:59 +0000 (14:55 +0100)]
JAL-2232 some fix / partial fix of failing tests

7 years agoJAL-2232 added test that failed before last fix, passes after it
gmungoc [Tue, 4 Oct 2016 12:50:02 +0000 (13:50 +0100)]
JAL-2232 added test that failed before last fix, passes after it

7 years agoJAL-2232 JAL-2154 update dbrefs to newly created dataset sequence
gmungoc [Tue, 4 Oct 2016 10:58:56 +0000 (11:58 +0100)]
JAL-2232 JAL-2154 update dbrefs to newly created dataset sequence

7 years agoJAL-2110 javadoc formatting only
gmungoc [Mon, 3 Oct 2016 16:13:57 +0000 (17:13 +0100)]
JAL-2110 javadoc formatting only

7 years agoJAL-2110 JAL-1705 handle not found (400) better
gmungoc [Mon, 3 Oct 2016 16:11:50 +0000 (17:11 +0100)]
JAL-2110 JAL-1705 handle not found (400) better

7 years agoJAL-2110 additional tests for setDatasetSequence, javadoc for isProtein
gmungoc [Mon, 3 Oct 2016 15:10:21 +0000 (16:10 +0100)]
JAL-2110 additional tests for setDatasetSequence, javadoc for isProtein

7 years agoJAL-2210 use addDBRef to ensure normalisation (just in case the uniprot record is...
Jim Procter [Mon, 3 Oct 2016 08:21:48 +0000 (09:21 +0100)]
JAL-2210 use addDBRef to ensure normalisation (just in case the uniprot record is not normalised!)

7 years agoJAL-2210 need to add both transcript and product, and Ensembl needs to be marked...
Jim Procter [Mon, 3 Oct 2016 08:21:10 +0000 (09:21 +0100)]
JAL-2210 need to add both transcript and product, and Ensembl needs to be marked as a primary ref on protein, otherwise the ensembl peptide ids on uniprot don’t match up with the ones retrieved from ensembl

7 years agoJAL-2210 JAL-2232 remove version number from ENACDS excession
Jim Procter [Mon, 3 Oct 2016 08:18:03 +0000 (09:18 +0100)]
JAL-2210 JAL-2232 remove version number from ENACDS excession

7 years agoJAL-2210 hack to remove EMBL from Protein crossrefs, and ENSEMBL from CDS crossers.
Jim Procter [Mon, 3 Oct 2016 08:17:05 +0000 (09:17 +0100)]
JAL-2210 hack to remove EMBL from Protein crossrefs, and ENSEMBL from CDS crossers.

7 years agoJAL-2210 explicit ‘doNotAdd’ list to prevent sequences retrieved from being added...
Jim Procter [Mon, 3 Oct 2016 08:16:14 +0000 (09:16 +0100)]
JAL-2210 explicit ‘doNotAdd’ list to prevent sequences retrieved from being added whose references have already been remapped to local dataset sequences

7 years agoJAL-2210 first pass at attempting to fix CrossRef tests due to removal of sequence...
Jim Procter [Sun, 2 Oct 2016 11:27:30 +0000 (12:27 +0100)]
JAL-2210 first pass at attempting to fix CrossRef tests due to removal of sequence ID matcher based fallback for discovering crossrefs.

7 years agoJAL-2210 remove ENSEMBL from protein DB list:
Jim Procter [Sun, 2 Oct 2016 11:26:40 +0000 (12:26 +0100)]
JAL-2210 remove ENSEMBL from protein DB list:
1. prevents transcript identifiers being promoted to primary refs on uniprot sequences.
2. obviates the need to add peptide product id to the uniprot sequence.

7 years agoJAL-2210 two pass attempt to import retrieved sequences. First pass relies on matchin...
Jim Procter [Sun, 2 Oct 2016 11:24:30 +0000 (12:24 +0100)]
JAL-2210 two pass attempt to import retrieved sequences. First pass relies on matching DBRefEntry pairs, but if no sequences were added, link sequences and matching xrefs via accessions in sequence names and try import again.

7 years agoJAL-2210 try to merge all sequences referenced by a sequence with a matching xref...
Jim Procter [Sun, 2 Oct 2016 11:22:20 +0000 (12:22 +0100)]
JAL-2210 try to merge all sequences referenced by a sequence with a matching xref with ones already in dataset (rather than just ones matching the source sequence) before adding the xrefed sequence to the returned sequence set.

7 years agoJAL-2210 comments
Jim Procter [Sun, 2 Oct 2016 11:17:14 +0000 (12:17 +0100)]
JAL-2210 comments

7 years agoJAL-2210 discover candidate dataset sequences for an xref based on primaryDBRefs...
Jim Procter [Sun, 2 Oct 2016 11:15:21 +0000 (12:15 +0100)]
JAL-2210 discover candidate dataset sequences for an xref based on primaryDBRefs first, and only fall back to sequence name match if none are found

7 years agoJAL-2079 pass server name when reporting FTS ‘warning/error’ messages
Jim Procter [Sun, 2 Oct 2016 11:05:44 +0000 (12:05 +0100)]
JAL-2079 pass server name when reporting FTS ‘warning/error’ messages

7 years agoMerge branch 'develop' into bug/JAL-2210_ensembl_uniprot_primaryrefs_alternate
Jim Procter [Sat, 1 Oct 2016 16:00:05 +0000 (17:00 +0100)]
Merge branch 'develop' into bug/JAL-2210_ensembl_uniprot_primaryrefs_alternate

7 years agoJAL-2210 factored out code for processing cross-referenced sequences retrieved via...
Jim Procter [Sat, 1 Oct 2016 12:21:29 +0000 (13:21 +0100)]
JAL-2210 factored out code for processing cross-referenced sequences retrieved via a dbref on source sequence

7 years agoJAL-2210 refactor code to remove from a list of dbrefs those which match primary...
Jim Procter [Sat, 1 Oct 2016 12:00:34 +0000 (13:00 +0100)]
JAL-2210 refactor code to remove from a list of dbrefs those which match primary dbrefs for sequences in the dataset

7 years agoJAL-2210 some DBRef xref/ref correspondences may add sequence but have no mapping...
Jim Procter [Fri, 30 Sep 2016 16:44:32 +0000 (17:44 +0100)]
JAL-2210 some DBRef xref/ref correspondences may add sequence but have no mapping (e.g. ENSG->Uniprot), so always check if mappings have been added even if xref’ed sequence has already been added to set to be shown to user.

7 years agoJAL-2210 CrossRef.findInDataset should search for presence of SequenceI in dataset...
Jim Procter [Fri, 30 Sep 2016 16:42:57 +0000 (17:42 +0100)]
JAL-2210 CrossRef.findInDataset should search for presence of SequenceI in dataset before anything more fancy or fuzzy.

7 years agoJAL-2210 add uniprot+mapping between ENST and ENSP seqs
Jim Procter [Fri, 30 Sep 2016 16:40:19 +0000 (17:40 +0100)]
JAL-2210 add uniprot+mapping between ENST and ENSP seqs

7 years agoJAL-2236 code restored (and some compiler warnings addressed)
gmungoc [Fri, 30 Sep 2016 12:51:59 +0000 (13:51 +0100)]
JAL-2236 code restored (and some compiler warnings addressed)

7 years agoMerge branch 'develop' into features/JAL-1856dbRefFetcherMessages
gmungoc [Fri, 30 Sep 2016 11:39:08 +0000 (12:39 +0100)]
Merge branch 'develop' into features/JAL-1856dbRefFetcherMessages

7 years agoJAL-2234 FER1_ARATH renamed FER2_ARATH and vice versa
gmungoc [Fri, 30 Sep 2016 11:32:24 +0000 (12:32 +0100)]
JAL-2234 FER1_ARATH renamed FER2_ARATH and vice versa

7 years agoJAL-2236 fixes for desktop and applet implementation of 'append seqname'
gmungoc [Fri, 30 Sep 2016 08:08:17 +0000 (09:08 +0100)]
JAL-2236 fixes for desktop and applet implementation of 'append seqname'

7 years agoJAL-1856 better warning messages for sequence matching in DBRefFetcher features/JAL-1856dbRefFetcherMessages
gmungoc [Thu, 29 Sep 2016 15:45:28 +0000 (16:45 +0100)]
JAL-1856 better warning messages for sequence matching in DBRefFetcher

7 years agoJAL-2213 code warnings addressed (typed collections, string / magic
gmungoc [Thu, 29 Sep 2016 12:20:30 +0000 (13:20 +0100)]
JAL-2213 code warnings addressed (typed collections, string / magic
number constants)

7 years agoJAL-2213 removed PDB from db sources list; also code tidy (typed
gmungoc [Thu, 29 Sep 2016 12:18:42 +0000 (13:18 +0100)]
JAL-2213 removed PDB from db sources list; also code tidy (typed
collections,

7 years agoJAL-2213 made RESNUM constant private (not used elsewhere) to reduce
gmungoc [Thu, 29 Sep 2016 12:17:53 +0000 (13:17 +0100)]
JAL-2213 made RESNUM constant private (not used elsewhere) to reduce
confusion

7 years agoJAL-2213 corrected wait for files to load in Jmol; extract method
gmungoc [Thu, 29 Sep 2016 12:15:53 +0000 (13:15 +0100)]
JAL-2213 corrected wait for files to load in Jmol; extract method
refactoring of run()

7 years agoJAL-2237 apply default filter as sort in initial search
gmungoc [Thu, 29 Sep 2016 11:56:51 +0000 (12:56 +0100)]
JAL-2237 apply default filter as sort in initial search

7 years agoMerge branch 'develop' of https://source.jalview.org/git/jalview.git into develop
gmungoc [Thu, 29 Sep 2016 11:49:56 +0000 (12:49 +0100)]
Merge branch 'develop' of https://source.jalview.org/git/jalview.git into develop

7 years agoJAL-2089 fix broken help link
Jim Procter [Thu, 29 Sep 2016 11:21:39 +0000 (12:21 +0100)]
JAL-2089 fix broken help link

7 years agoMerge branch 'patch/JAL-2236_filtercolumns_seqassoc' into develop
Jim Procter [Thu, 29 Sep 2016 10:58:55 +0000 (11:58 +0100)]
Merge branch 'patch/JAL-2236_filtercolumns_seqassoc' into develop

7 years agoJAL-2236 include associated sequence id for annotation’s label in filter/select combobox
Jim Procter [Thu, 29 Sep 2016 10:58:24 +0000 (11:58 +0100)]
JAL-2236 include associated sequence id for annotation’s label in filter/select combobox

7 years agoMerge branch 'patch/JAL-2238_tcoffee_subgroups' into develop
Jim Procter [Thu, 29 Sep 2016 10:53:51 +0000 (11:53 +0100)]
Merge branch 'patch/JAL-2238_tcoffee_subgroups' into develop

7 years agoJAL-2236 fix: bail if no context available for subgroup
Jim Procter [Thu, 29 Sep 2016 10:53:21 +0000 (11:53 +0100)]
JAL-2236 fix: bail if no context available for subgroup

7 years agoJAL-2047 allow title to be shrunk; spelling fix
gmungoc [Thu, 29 Sep 2016 10:03:27 +0000 (11:03 +0100)]
JAL-2047 allow title to be shrunk; spelling fix

7 years agoJAL-1544 typo
gmungoc [Thu, 29 Sep 2016 09:57:08 +0000 (10:57 +0100)]
JAL-1544 typo

7 years agoJAL-1903 increase REST reply timeout from 5 to 15 seconds
gmungoc [Thu, 29 Sep 2016 09:30:19 +0000 (10:30 +0100)]
JAL-1903 increase REST reply timeout from 5 to 15 seconds

7 years agoJAL-2210 patch network test for additional refs
Jim Procter [Wed, 28 Sep 2016 21:30:16 +0000 (22:30 +0100)]
JAL-2210 patch network test for additional refs

7 years agoJAL-2210 JAL-2235 fix deriveSequence test for tightened up setDBRefs and addDBRef...
Jim Procter [Wed, 28 Sep 2016 14:57:58 +0000 (15:57 +0100)]
JAL-2210 JAL-2235 fix deriveSequence test for tightened up setDBRefs and addDBRef behaviour (always add to dataset sequence if present)

7 years agoJAL-1270 read test props before manipulating config for this test
Jim Procter [Wed, 28 Sep 2016 14:56:38 +0000 (15:56 +0100)]
JAL-1270 read test props before manipulating config for this test

7 years agoJAL-2235 patch tests where self-reference was used for dataset sequence ref
Jim Procter [Wed, 28 Sep 2016 14:26:52 +0000 (15:26 +0100)]
JAL-2235 patch tests where self-reference was used for dataset sequence ref

7 years agoJAL-2235 implicit test to check that exception is raised for non-dataset reference
Jim Procter [Wed, 28 Sep 2016 14:26:08 +0000 (15:26 +0100)]
JAL-2235 implicit test to check that exception is raised for non-dataset reference

7 years agoJAL-2235 raise exceptions if self reference or reference to non-ds sequence is passed...
Jim Procter [Wed, 28 Sep 2016 14:25:29 +0000 (15:25 +0100)]
JAL-2235 raise exceptions if self reference or reference to non-ds sequence is passed to setDatasetSequence

7 years agoJAL-2210 patch for when no DBRefs on sequence
Jim Procter [Wed, 28 Sep 2016 14:20:46 +0000 (15:20 +0100)]
JAL-2210 patch for when no DBRefs on sequence

7 years agoJAL-2210 instrument setDBRefs to call ensurePrimaries
Jim Procter [Wed, 28 Sep 2016 13:24:48 +0000 (14:24 +0100)]
JAL-2210 instrument setDBRefs to call ensurePrimaries
JAL-2210 defer setDBRefs to datasetSequence if available

7 years agoJAL-2210 JAL-2232 check response code before attempting to get the content to avoid...
Jim Procter [Wed, 28 Sep 2016 06:52:08 +0000 (07:52 +0100)]
JAL-2210 JAL-2232 check response code before attempting to get the content to avoid IO error raised for HTTP 400

7 years agoJAL-2232 extract EMBLCDS refs from EMBL refs on Uniprot XML.
Jim Procter [Wed, 28 Sep 2016 06:49:30 +0000 (07:49 +0100)]
JAL-2232 extract EMBLCDS refs from EMBL refs on Uniprot XML.

7 years agoJAL-2233 less verbose logging for Jmol
gmungoc [Tue, 27 Sep 2016 15:53:03 +0000 (16:53 +0100)]
JAL-2233 less verbose logging for Jmol

7 years agoMerge branch 'develop' into bug/JAL-2210_ensembl_uniprot_primaryrefs_alternate
Jim Procter [Tue, 27 Sep 2016 15:07:01 +0000 (16:07 +0100)]
Merge branch 'develop' into bug/JAL-2210_ensembl_uniprot_primaryrefs_alternate

7 years agoJAL-2210 formatting
Jim Procter [Tue, 27 Sep 2016 14:17:43 +0000 (15:17 +0100)]
JAL-2210 formatting

7 years agoJAL-2210 report stack trace for unexpected exceptions
Jim Procter [Tue, 27 Sep 2016 14:16:58 +0000 (15:16 +0100)]
JAL-2210 report stack trace for unexpected exceptions

7 years agoJAL-2210 promote direct dbrefs from verified sources to primary for a sequence
Jim Procter [Tue, 27 Sep 2016 14:16:34 +0000 (15:16 +0100)]
JAL-2210 promote direct dbrefs from verified sources to primary for a sequence

7 years agoJAL-2210 resolve todo - addDBRef adds to dataset sequence. test needed
Jim Procter [Tue, 27 Sep 2016 14:14:56 +0000 (15:14 +0100)]
JAL-2210 resolve todo - addDBRef adds to dataset sequence. test needed

7 years agoJAL-2231 save preferred scroll height _without_ progress bar message
gmungoc [Tue, 27 Sep 2016 10:06:44 +0000 (11:06 +0100)]
JAL-2231 save preferred scroll height _without_ progress bar message

7 years agoJAL-2230 JAL-2049 added sequence feature transfer to
gmungoc [Tue, 27 Sep 2016 09:04:50 +0000 (10:04 +0100)]
JAL-2230 JAL-2049 added sequence feature transfer to
testMakeCdsAlignment

7 years agoJAL-2230 use correct mapping to transfer features to CDS!
gmungoc [Tue, 27 Sep 2016 08:23:55 +0000 (09:23 +0100)]
JAL-2230 use correct mapping to transfer features to CDS!

7 years agoMerge branch 'releases/Release_2_10_Branch' into develop
Jim Procter [Sat, 24 Sep 2016 12:25:35 +0000 (13:25 +0100)]
Merge branch 'releases/Release_2_10_Branch' into develop

7 years agoJAL-1919 whats new link
Jim Procter [Sat, 24 Sep 2016 12:23:31 +0000 (13:23 +0100)]
JAL-1919 whats new link

7 years agoMerge branch 'develop' of https://source.jalview.org/git/jalview into develop
tcofoegbu [Fri, 23 Sep 2016 15:22:13 +0000 (16:22 +0100)]
Merge branch 'develop' of https://source.jalview.org/git/jalview into develop

7 years agoJAL-2164 JAL-1919 fixed failed revert commit
tcofoegbu [Fri, 23 Sep 2016 15:22:06 +0000 (16:22 +0100)]
JAL-2164 JAL-1919 fixed failed revert commit

7 years agoJAL-1957 JAL-1479 tweak SIFTS mappings documentation, add to what’s new section
Jim Procter [Fri, 23 Sep 2016 15:02:49 +0000 (16:02 +0100)]
JAL-1957 JAL-1479 tweak SIFTS mappings documentation, add to what’s new section

7 years agoJAL-1957 JAL-1479 mention SIFTS mappings in PDB Structure viewing instructions
Jim Procter [Fri, 23 Sep 2016 14:58:55 +0000 (15:58 +0100)]
JAL-1957 JAL-1479 mention SIFTS mappings in PDB Structure viewing instructions

7 years agoJAL-1957 release notes
Jim Procter [Fri, 23 Sep 2016 14:57:50 +0000 (15:57 +0100)]
JAL-1957 release notes

7 years agoJAL-1962 release notes
Jim Procter [Fri, 23 Sep 2016 14:13:40 +0000 (15:13 +0100)]
JAL-1962 release notes

7 years agoJAL-2214 fix docs (consistent and correct base pair terminology) and link to ‘sequenc...
Jim Procter [Fri, 23 Sep 2016 14:13:24 +0000 (15:13 +0100)]
JAL-2214 fix docs (consistent and correct base pair terminology) and link to ‘sequence logo’ docs for strucConsensus logo


7 years agoMerge branch 'develop' into releases/Release_2_10_Branch
Jim Procter [Fri, 23 Sep 2016 10:29:08 +0000 (11:29 +0100)]
Merge branch 'develop' into releases/Release_2_10_Branch

7 years agoJAL-2189 JAL-1479 JAL-1491 JAL-1827 release notes
Jim Procter [Fri, 23 Sep 2016 10:19:40 +0000 (11:19 +0100)]
JAL-2189 JAL-1479 JAL-1491 JAL-1827 release notes

7 years agoJAL-2214 Javadoc
gmungoc [Fri, 23 Sep 2016 09:40:24 +0000 (10:40 +0100)]
JAL-2214 Javadoc

7 years agoJAL-2275 release notes
Jim Procter [Thu, 22 Sep 2016 15:28:33 +0000 (16:28 +0100)]
JAL-2275 release notes

7 years agoJAL-2151 release notes
Jim Procter [Thu, 22 Sep 2016 15:15:56 +0000 (16:15 +0100)]
JAL-2151 release notes

7 years agoJAL-1421 use declared type of ResidueProperties.propHash
gmungoc [Thu, 22 Sep 2016 15:00:48 +0000 (16:00 +0100)]
JAL-1421 use declared type of ResidueProperties.propHash

7 years agoJAL-2168 -news release notes
Jim Procter [Thu, 22 Sep 2016 14:51:19 +0000 (15:51 +0100)]
JAL-2168 -news release notes

7 years agoJAL-1421 typed ResidueProperties.propHash; JAL-2176 removed propHash
gmungoc [Thu, 22 Sep 2016 14:49:27 +0000 (15:49 +0100)]
JAL-1421 typed ResidueProperties.propHash; JAL-2176 removed propHash
from Conservation constructor, ResidueProperties.codonHash

7 years agoJAL-1557 release notes
Jim Procter [Thu, 22 Sep 2016 14:47:17 +0000 (15:47 +0100)]
JAL-1557 release notes

7 years agoJAL-2189 bumped date to 27th September \o/
Jim Procter [Thu, 22 Sep 2016 14:19:08 +0000 (15:19 +0100)]
JAL-2189 bumped date to 27th September \o/

7 years agoJAL-2216 null currentAlignFrame on close all windows; remove action
gmungoc [Thu, 22 Sep 2016 14:15:01 +0000 (15:15 +0100)]
JAL-2216 null currentAlignFrame on close all windows; remove action
listener from Window menu item when window closed

7 years agoJAL-2189 JAL-1812 JAL-2068 new groovy docs (new files add to commit c8c1f2a)
Jim Procter [Thu, 22 Sep 2016 14:04:06 +0000 (15:04 +0100)]
JAL-2189 JAL-1812 JAL-2068 new groovy docs (new files add to commit c8c1f2a)

7 years agoJAL-2189 JAL-2092 popup show/hide cols with feature docs
Jim Procter [Thu, 22 Sep 2016 14:01:22 +0000 (15:01 +0100)]
JAL-2189 JAL-2092 popup show/hide cols with feature docs

7 years agoJAL-2216 finalize call super.finalize()
gmungoc [Thu, 22 Sep 2016 13:50:53 +0000 (14:50 +0100)]
JAL-2216 finalize call super.finalize()

7 years agoJAL-2216 finalise corrected to finalize
gmungoc [Thu, 22 Sep 2016 13:49:53 +0000 (14:49 +0100)]
JAL-2216 finalise corrected to finalize

7 years agoJAL-2216 explicitly null AnnotationPanel and AnnotationRenderer fields
gmungoc [Thu, 22 Sep 2016 13:47:11 +0000 (14:47 +0100)]
JAL-2216 explicitly null AnnotationPanel and AnnotationRenderer fields
when closing AlignmentPanel

7 years agoJAL-2189 JAL-2077 note about CTRL-Click to right click on OSX
Jim Procter [Thu, 22 Sep 2016 13:36:40 +0000 (14:36 +0100)]
JAL-2189 JAL-2077 note about CTRL-Click to right click on OSX

7 years agoJAL-2189 tidy up docs
Jim Procter [Thu, 22 Sep 2016 13:36:12 +0000 (14:36 +0100)]
JAL-2189 tidy up docs

7 years agoJAL-2216 finalize() refactored so not called programmatically
gmungoc [Thu, 22 Sep 2016 13:33:15 +0000 (14:33 +0100)]
JAL-2216 finalize() refactored so not called programmatically

7 years agoJAL-1812 JAL-1868 release notes
Jim Procter [Thu, 22 Sep 2016 13:20:38 +0000 (14:20 +0100)]
JAL-1812 JAL-1868 release notes

7 years agoJAL-2216 new dispose() method to null references
gmungoc [Thu, 22 Sep 2016 13:19:44 +0000 (14:19 +0100)]
JAL-2216 new dispose() method to null references

7 years agoJAL-2189 JAL-1812 JAL-2068 new groovy doc section and example featureCounter script
Jim Procter [Thu, 22 Sep 2016 13:16:53 +0000 (14:16 +0100)]
JAL-2189 JAL-1812 JAL-2068 new groovy doc section and example featureCounter script

7 years agoJAL-2216 finalize call super.finalize()
gmungoc [Thu, 22 Sep 2016 13:16:13 +0000 (14:16 +0100)]
JAL-2216 finalize call super.finalize()

7 years agoJAL-2189 JAL-2171 JAL-2214 JAL-1841 JAL-2215 release notes
Jim Procter [Wed, 21 Sep 2016 15:50:37 +0000 (16:50 +0100)]
JAL-2189 JAL-2171 JAL-2214 JAL-1841 JAL-2215 release notes

7 years agoJAL-1841 JAL-2214 updated RNA Structure Consensus documentation
Jim Procter [Wed, 21 Sep 2016 15:49:43 +0000 (16:49 +0100)]
JAL-1841 JAL-2214 updated RNA Structure Consensus documentation

7 years agoJAL-2214 JAL-1841 compute canonical, canonicalAndWobble visually distinguish dominant...
Jim Procter [Wed, 21 Sep 2016 15:43:32 +0000 (16:43 +0100)]
JAL-2214 JAL-1841 compute canonical, canonicalAndWobble visually distinguish dominant proportions as (,[,{ in histogram label

7 years agoJAL-1841 JAL-2215 add the ‘ignore gaps’ structure consensus fraction
Jim Procter [Wed, 21 Sep 2016 15:42:10 +0000 (16:42 +0100)]
JAL-1841 JAL-2215 add the ‘ignore gaps’ structure consensus fraction

7 years agoJAL-2214 test for strict Watson-Crick pairing
Jim Procter [Wed, 21 Sep 2016 15:40:07 +0000 (16:40 +0100)]
JAL-2214 test for strict Watson-Crick pairing

7 years agoJAL-2215 fix - trigger alignment update when ‘ignore gaps’ setting changed
Jim Procter [Wed, 21 Sep 2016 15:39:31 +0000 (16:39 +0100)]
JAL-2215 fix - trigger alignment update when ‘ignore gaps’ setting changed