36146893e6Fixed selections. points_inside_poly is deprecated, and all calls are therefore rewritten to use Path.contains_points.Einar Ryeng2014-04-04 19:16:59 +0000
c612724378Fixed bug that caused right-click in the identifier list to change the list's selection status.Einar Ryeng2013-09-17 11:11:13 +0000
1f2055d6b7* Added selection directories. The selection/ directory in a project should contain subdirectories per dimension. Selections are files within these subdirectories ending in .sel * Renamed Universe.__getent__ to Universe.__getitem__Einar Ryeng2012-01-25 18:13:54 +0000
4dcbff3647Added reference to Selector objects to avoid the object from going to GC. This change is triggered by changes to mpl, but should not break with old versions.Einar Ryeng2011-10-25 15:15:01 +0000
660f649670Some functions have been moved from scipy to numpy. Updated import statements to reflect this.Einar Ryeng2011-10-21 22:04:11 +0000
1c0ea0caeeAutomatically load all datasets in the root data directory and add them to navigator when project is loaded.Einar Ryeng2011-06-02 13:16:10 +0000
e21cd7b323More helpful error message if no project is specified.Einar Ryeng2011-03-28 21:40:15 +0000
6be624e872Script to generate mapping files between identifiers found in tab separated files.Einar Ryeng2011-03-24 08:46:17 +0000
11fc34b1e3Fixes#23 - Preserving the order of samples in subdata.Einar Ryeng2011-03-08 09:27:06 +0000
ed486ddf2eChanged default directories for: * Load dataset * Import annotations * Export annotations to the correct directories in the current project.Einar Ryeng2011-03-07 16:19:45 +0000
dc8da8823ePartial fix to #22. Laydi will require a project directory to run. If the project directory does not exist, i.e. if a new project should be created, the new -n switch is required. New syntax to run laydi is now {{{ laydi [options] </path/to/project> }}}Einar Ryeng2011-03-06 23:08:09 +0000
b5d2e8e181Changed the name of the current Project class to ProjectView, to make room for a new non-GUI project class.Einar Ryeng2011-03-06 22:33:51 +0000
a1ab79024eAdding simple workflow named "default" with PCA, PLS and LPLS. Changed the program to use this as the default workflow.Einar Ryeng2011-03-06 15:27:16 +0000
633465e4c8* Added function fro reading laydi selections. * Fixed bug in documentation of write.laydi.selection.Einar Ryeng2011-03-06 14:38:24 +0000
1d94b46777Added method for writing laydi selections.Einar Ryeng2011-03-05 16:28:07 +0000
98a9d581afUpdated R package. The package now works and is documented. The only implemented method is writing ftsv datasets from R.Einar Ryeng2011-03-05 15:47:33 +0000
f18b49b1c7R package for communicating with Laydi.Einar Ryeng2011-03-04 14:24:55 +0000
f29d48e879Laydi project directory for testing the new project structure.Einar Ryeng2011-01-12 16:57:10 +0000
ebda69049eStarted working on Dimension and Universe objects (which will probably be renamed before actually being used in the program).Einar Ryeng2011-01-05 15:48:00 +0000
5f1f4d0dc2Renamed directory illumina2ftsv to illumina to gather all Illumina-relevant scripts there. Added laydi-annot-illumina script that generates Laydi annotation files from Illumina text annotation files.Einar Ryeng2011-01-04 11:43:24 +0000
256133275c* Changed build behaviour to suit newer Ubuntu releases (at least 9.10). * Added -c option to generate intial configuration file and directories. This will create the file ~/.laydi and the directories ~/laydi/datasets and ~/laydi/workflows. * Removed debug print statements.Einar Ryeng2010-01-19 16:45:51 +0000
c50d34effcChanged from deprecated scipy.stats.mean() to numpy.mean().Einar Ryeng2009-11-22 18:25:43 +0000
f2afcbc3fcFixed description to run laydi after checkout.Einar Ryeng2009-11-19 21:58:07 +0000
1fbef303ffFixed warning about deprecated matplotlib setting.Einar Ryeng2009-08-22 20:11:48 +0000
4ce6963428Fixing selections and drawing in newer versions of matplotlib.Einar Ryeng2009-08-22 17:41:06 +0000
14de18c507IMPORTANT: identifiers in the resulting csv file were not correct before this patch.Einar Ryeng2009-02-28 15:38:29 +0000
53cbd8fed7Added write_csv function to export a dataset to regular comma/tab/whatever separated files.Einar Ryeng2009-02-09 23:05:09 +0000
0858fd00e5ftsv2csv - script to convert ftsv files to comma/tab separated values.Einar Ryeng2009-02-09 22:12:39 +0000
a1e57d7820Smokers workflow automatically loads annotations on the go-terms and gene_ids dimensions.Einar Ryeng2009-02-06 23:48:25 +0000
ec6f2a1edcRemoved page size from spin boxes as this has become deprecated in GTK. There are still complaints from GTK/PyGTK, possibly due to PyGTK.Einar Ryeng2009-02-06 22:24:33 +0000
5cfa505ae2Fixed critical bug in txt2ftsv that made output datasets incorrect if more than one list was used.Einar Ryeng2009-02-06 22:21:19 +0000
6c20de11c9Added options to txt2ftsv to chose between datasets and category datasets and whether or not to use sparse format.Einar Ryeng2009-02-05 20:08:51 +0000
b46c381c3eAdded txt2ftsv, a script to build ftsv category datasets from lists of identifiers. Usages is txt2ftsv [-d dimension] [-o output.ftsv] [-n dsname] [FILE1 [FILE2 ...]] Input and output can be - for STDIN/STDOUT respectively. The script is primarily ment as a hack to easily load selections. Data is only half sanitized.Einar Ryeng2009-02-05 00:11:48 +0000
fdf51c7c7fAdded box and bar plots to the right-click menu of datasets.Einar Ryeng2008-12-07 23:31:03 +0000
0a76e9c50fMade plot background color lighter and removed two parameters that newer versions of matplotlib does not recognize.Einar Ryeng2008-12-07 23:30:33 +0000
2020c13b97Fixing the colours of the overview image.Einar Ryeng2008-12-06 14:37:10 +0000
c544c983e4Added --root to allow deb builds to go smoother.Einar Ryeng2008-12-05 19:59:21 +0000
04b7cbb872Lots of changes in structure to make it possible to package the program while still allowing workflows to be placed in several locations in the file system.Einar Ryeng2008-12-05 00:12:49 +0000
a380093afcAdded workflowdir to configuration file. workflowdir is a semicolon separated path of directories where workflows can be found.Einar Ryeng2008-02-07 14:20:52 +0000
e6a671a8c0Added function to split datasets on selection.Einar Ryeng2008-02-06 19:54:17 +0000
b37ebe568fFixed subdata method so the correct identifiers are storedArnar Flatberg2008-02-06 16:29:02 +0000
6996aab2faAdded log transform, support for multi selections in navigator-scatter, removed get_project-nonsenseArnar Flatberg2007-12-14 15:42:17 +0000
a94c3ed1ccSmoker workflow now loads data from correct path.Einar Ryeng2007-12-14 15:15:01 +0000
ba7d8fc34fChanged the way workflows are handled. You now specify a workflow by naming the containing python module. The module must be in python's path.Einar Ryeng2007-12-14 11:48:21 +0000