jalview.git
11 years agoremoved view as NHX
cmzmasek@gmail.com [Sat, 5 Jan 2013 20:04:59 +0000 (20:04 +0000)]
removed view as NHX

11 years agoremoved view as NHX
cmzmasek@gmail.com [Sat, 5 Jan 2013 20:03:51 +0000 (20:03 +0000)]
removed view as NHX

11 years agofurther reduction of NHX fields
cmzmasek@gmail.com [Sat, 5 Jan 2013 05:14:27 +0000 (05:14 +0000)]
further reduction of NHX fields
iterating NHX parser
clean up

11 years agofurther reduction of NHX fields
cmzmasek@gmail.com [Sat, 5 Jan 2013 05:05:26 +0000 (05:05 +0000)]
further reduction of NHX fields
iterating NHX parser
clean up

11 years agofurther reduction of NHX fields
cmzmasek@gmail.com [Sat, 5 Jan 2013 05:00:34 +0000 (05:00 +0000)]
further reduction of NHX fields
iterating NHX parser
clean up

11 years agoiterating nh parser
cmzmasek@gmail.com [Sat, 5 Jan 2013 04:03:13 +0000 (04:03 +0000)]
iterating nh parser

11 years agoiterating nh parser
cmzmasek@gmail.com [Sat, 5 Jan 2013 04:02:53 +0000 (04:02 +0000)]
iterating nh parser

11 years agoremoved save as NHX
cmzmasek@gmail.com [Sat, 5 Jan 2013 03:23:47 +0000 (03:23 +0000)]
removed save as NHX

11 years agoremoved save as NHX
cmzmasek@gmail.com [Sat, 5 Jan 2013 03:20:46 +0000 (03:20 +0000)]
removed save as NHX

11 years agoremoved view as NHX
cmzmasek@gmail.com [Sat, 5 Jan 2013 02:37:37 +0000 (02:37 +0000)]
removed view as NHX

11 years agofixed hmmscan summary (inprot things are disables for now)
cmzmasek@gmail.com [Sat, 5 Jan 2013 00:58:24 +0000 (00:58 +0000)]
fixed hmmscan summary (inprot things are disables for now)

11 years agoinprogress
cmzmasek@gmail.com [Sat, 5 Jan 2013 00:56:20 +0000 (00:56 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Sat, 5 Jan 2013 00:43:44 +0000 (00:43 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Sat, 5 Jan 2013 00:42:04 +0000 (00:42 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Sat, 5 Jan 2013 00:10:30 +0000 (00:10 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Sat, 5 Jan 2013 00:03:18 +0000 (00:03 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Sat, 5 Jan 2013 00:01:10 +0000 (00:01 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Fri, 4 Jan 2013 23:59:19 +0000 (23:59 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Fri, 4 Jan 2013 23:49:29 +0000 (23:49 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Fri, 4 Jan 2013 22:00:42 +0000 (22:00 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Fri, 4 Jan 2013 21:54:26 +0000 (21:54 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Fri, 4 Jan 2013 21:36:13 +0000 (21:36 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Fri, 4 Jan 2013 21:34:02 +0000 (21:34 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Fri, 4 Jan 2013 21:13:45 +0000 (21:13 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Fri, 4 Jan 2013 21:11:27 +0000 (21:11 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Fri, 4 Jan 2013 21:10:42 +0000 (21:10 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Fri, 4 Jan 2013 02:28:05 +0000 (02:28 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Thu, 3 Jan 2013 23:07:19 +0000 (23:07 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Thu, 3 Jan 2013 22:55:18 +0000 (22:55 +0000)]
inprogress

11 years agoiterating nh parser
cmzmasek@gmail.com [Thu, 3 Jan 2013 22:54:57 +0000 (22:54 +0000)]
iterating nh parser

11 years agoif ( !lineage.get( i ).equalsIgnoreCase( up_taxonomy.getLineage().get( i ) ) ) {
cmzmasek [Sun, 30 Dec 2012 05:27:19 +0000 (05:27 +0000)]
if ( !lineage.get( i ).equalsIgnoreCase( up_taxonomy.getLineage().get( i ) ) ) {

becomes:

if ( i == up_taxonomy.getLineage().size() || !lineage.get( i ).equalsIgnoreCase( up_taxonomy.getLineage().get( i ) ) ) {

11 years agoin progress
cmzmasek [Sun, 30 Dec 2012 02:31:08 +0000 (02:31 +0000)]
in progress

11 years agoin progress
cmzmasek [Sun, 30 Dec 2012 02:05:30 +0000 (02:05 +0000)]
in progress

11 years agoCan now set the initial window size via configuration file for application and ArchA...
cmzmasek [Sun, 30 Dec 2012 01:28:39 +0000 (01:28 +0000)]
Can now set the initial window size via configuration file for application and ArchA applet.

11 years agoCan now set the initial window size via configuration file for application and ArchA...
cmzmasek [Sun, 30 Dec 2012 01:28:24 +0000 (01:28 +0000)]
Can now set the initial window size via configuration file for application and ArchA applet.

11 years agoCan now set the initial window size via configuration file for application and ArchA...
cmzmasek [Sun, 30 Dec 2012 00:31:49 +0000 (00:31 +0000)]
Can now set the initial window size via configuration file for application and ArchA applet.

11 years agoCan now set the initial window size via configuration file for application and ArchA...
cmzmasek [Sun, 30 Dec 2012 00:31:31 +0000 (00:31 +0000)]
Can now set the initial window size via configuration file for application and ArchA applet.

11 years agomoved to: https://sites.google.com/site/cmzmasek/home/software/forester
cmzmasek@gmail.com [Sat, 29 Dec 2012 20:32:33 +0000 (20:32 +0000)]
moved to: https://sites.google.com/site/cmzmasek/home/software/forester

11 years agoancestor analysis fails on this
cmzmasek@gmail.com [Sat, 29 Dec 2012 01:24:21 +0000 (01:24 +0000)]
ancestor analysis fails on this

11 years ago"rio" work
cmzmasek@gmail.com [Thu, 27 Dec 2012 03:29:57 +0000 (03:29 +0000)]
"rio" work

11 years ago"rio" work
cmzmasek@gmail.com [Thu, 27 Dec 2012 03:29:34 +0000 (03:29 +0000)]
"rio" work

11 years agoinprogress
cmzmasek@gmail.com [Thu, 27 Dec 2012 00:07:27 +0000 (00:07 +0000)]
inprogress

11 years agorio - gsdir work...
cmzmasek [Wed, 26 Dec 2012 06:15:37 +0000 (06:15 +0000)]
rio - gsdir work...

11 years agorio - gsdir work...
cmzmasek [Wed, 26 Dec 2012 06:14:32 +0000 (06:14 +0000)]
rio - gsdir work...

11 years agorio - gsdir work...
cmzmasek [Wed, 26 Dec 2012 06:09:43 +0000 (06:09 +0000)]
rio - gsdir work...

11 years agoin progress
cmzmasek [Wed, 26 Dec 2012 02:41:00 +0000 (02:41 +0000)]
in progress

11 years agoin progress
cmzmasek [Tue, 25 Dec 2012 06:20:08 +0000 (06:20 +0000)]
in progress

11 years agoremove single node root
cmzmasek [Mon, 24 Dec 2012 20:44:46 +0000 (20:44 +0000)]
remove single node root

11 years agoremove single node root
cmzmasek [Mon, 24 Dec 2012 19:53:37 +0000 (19:53 +0000)]
remove single node root

11 years agoinprogress
cmzmasek@gmail.com [Sat, 22 Dec 2012 05:34:03 +0000 (05:34 +0000)]
inprogress

11 years agoinprogress
cmzmasek@gmail.com [Sat, 22 Dec 2012 05:33:40 +0000 (05:33 +0000)]
inprogress

11 years agonot needed anymore
cmzmasek@gmail.com [Sat, 22 Dec 2012 05:00:49 +0000 (05:00 +0000)]
not needed anymore

11 years agonot needed anymore
cmzmasek@gmail.com [Sat, 22 Dec 2012 04:57:06 +0000 (04:57 +0000)]
not needed anymore

11 years agodecorator fixed
cmzmasek@gmail.com [Fri, 21 Dec 2012 20:57:49 +0000 (20:57 +0000)]
decorator fixed

11 years agodecorator fixed
cmzmasek@gmail.com [Fri, 21 Dec 2012 20:57:20 +0000 (20:57 +0000)]
decorator fixed

11 years agomidpoint rooting is faster
cmzmasek@gmail.com [Fri, 21 Dec 2012 02:07:49 +0000 (02:07 +0000)]
midpoint rooting is faster

11 years agoerror things
cmzmasek@gmail.com [Thu, 20 Dec 2012 20:51:31 +0000 (20:51 +0000)]
error things

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 18:46:18 +0000 (18:46 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 18:24:30 +0000 (18:24 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 18:22:13 +0000 (18:22 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 18:21:29 +0000 (18:21 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 01:27:28 +0000 (01:27 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 01:20:48 +0000 (01:20 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 01:19:37 +0000 (01:19 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 01:19:16 +0000 (01:19 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 01:18:53 +0000 (01:18 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 01:17:02 +0000 (01:17 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 01:16:12 +0000 (01:16 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 01:15:40 +0000 (01:15 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Thu, 20 Dec 2012 01:14:57 +0000 (01:14 +0000)]
Edited wiki page RIO through web user interface.

11 years ago"rio" work
cmzmasek@gmail.com [Thu, 20 Dec 2012 00:54:19 +0000 (00:54 +0000)]
"rio" work

11 years ago"rio" work
cmzmasek@gmail.com [Thu, 20 Dec 2012 00:53:40 +0000 (00:53 +0000)]
"rio" work

11 years agonew tol
cmzmasek@gmail.com [Thu, 20 Dec 2012 00:38:25 +0000 (00:38 +0000)]
new tol

11 years ago"rio" work
cmzmasek@gmail.com [Wed, 19 Dec 2012 22:15:16 +0000 (22:15 +0000)]
"rio" work

11 years ago"rio" work + clean up
cmzmasek@gmail.com [Wed, 19 Dec 2012 03:28:42 +0000 (03:28 +0000)]
"rio" work + clean up

11 years ago"rio" work
cmzmasek@gmail.com [Tue, 18 Dec 2012 22:32:14 +0000 (22:32 +0000)]
"rio" work

11 years agorio
cmzmasek [Tue, 18 Dec 2012 06:03:10 +0000 (06:03 +0000)]
rio

11 years ago"rio" work
cmzmasek@gmail.com [Tue, 18 Dec 2012 01:14:17 +0000 (01:14 +0000)]
"rio" work

11 years ago"rio" work
cmzmasek@gmail.com [Tue, 18 Dec 2012 00:30:01 +0000 (00:30 +0000)]
"rio" work

11 years agorio
cmzmasek [Mon, 17 Dec 2012 06:30:02 +0000 (06:30 +0000)]
rio

11 years ago"rio" work
cmzmasek@gmail.com [Fri, 14 Dec 2012 23:13:10 +0000 (23:13 +0000)]
"rio" work

11 years ago"rio" work
cmzmasek@gmail.com [Fri, 14 Dec 2012 23:12:08 +0000 (23:12 +0000)]
"rio" work

11 years ago"rio" work
cmzmasek@gmail.com [Fri, 14 Dec 2012 22:04:26 +0000 (22:04 +0000)]
"rio" work

11 years agorio - gsdir work...
cmzmasek [Fri, 14 Dec 2012 08:40:50 +0000 (08:40 +0000)]
rio - gsdir work...

11 years ago"rio" work
cmzmasek@gmail.com [Fri, 14 Dec 2012 05:02:39 +0000 (05:02 +0000)]
"rio" work

11 years ago"rio" work
cmzmasek@gmail.com [Thu, 13 Dec 2012 02:27:31 +0000 (02:27 +0000)]
"rio" work

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Wed, 12 Dec 2012 06:55:06 +0000 (06:55 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Wed, 12 Dec 2012 05:09:30 +0000 (05:09 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Wed, 12 Dec 2012 05:08:54 +0000 (05:08 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Wed, 12 Dec 2012 05:07:56 +0000 (05:07 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Wed, 12 Dec 2012 05:05:57 +0000 (05:05 +0000)]
Edited wiki page RIO through web user interface.

11 years agoEdited wiki page RIO through web user interface.
cmzmasek@gmail.com [Wed, 12 Dec 2012 05:04:54 +0000 (05:04 +0000)]
Edited wiki page RIO through web user interface.

11 years ago"rio" work
cmzmasek@gmail.com [Wed, 12 Dec 2012 04:49:56 +0000 (04:49 +0000)]
"rio" work

11 years ago"rio" work
cmzmasek@gmail.com [Wed, 12 Dec 2012 04:48:45 +0000 (04:48 +0000)]
"rio" work

11 years ago"rio" work
cmzmasek@gmail.com [Wed, 12 Dec 2012 04:45:47 +0000 (04:45 +0000)]
"rio" work

11 years ago"rio" work
cmzmasek@gmail.com [Wed, 12 Dec 2012 00:06:20 +0000 (00:06 +0000)]
"rio" work

11 years ago"rio" work
cmzmasek@gmail.com [Tue, 11 Dec 2012 05:13:04 +0000 (05:13 +0000)]
"rio" work

11 years ago"rio" work
cmzmasek@gmail.com [Tue, 11 Dec 2012 04:59:28 +0000 (04:59 +0000)]
"rio" work

11 years agowork on data buffer for aLeaves MAFFT suite + clean up
cmzmasek@gmail.com [Tue, 11 Dec 2012 02:03:22 +0000 (02:03 +0000)]
work on data buffer for aLeaves MAFFT suite + clean up

11 years agowork on data buffer for aLeaves MAFFT suite + clean up
cmzmasek@gmail.com [Tue, 11 Dec 2012 02:01:56 +0000 (02:01 +0000)]
work on data buffer for aLeaves MAFFT suite + clean up