From e4f950f975b7be5153df3c73d239270227d335cc Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Sat, 10 Mar 2012 17:28:54 +0100 Subject: [PATCH] Update blends files. --- future/blends/cctools | 38 --------------------------------- future/blends/neo | 3 ++- future/blends/python-neuroshare | 23 ++++++++++++++++++++ 3 files changed, 25 insertions(+), 39 deletions(-) delete mode 100644 future/blends/cctools create mode 100644 future/blends/python-neuroshare diff --git a/future/blends/cctools b/future/blends/cctools deleted file mode 100644 index 283359c..0000000 --- a/future/blends/cctools +++ /dev/null @@ -1,38 +0,0 @@ -Source: cctools -Tasks: debian-science/distributedcomputing -Version: 3.3.0 -Homepage: http://nd.edu/~ccl/software/ -Responsible: NeuroDebian Team -Language: C, Python -Author: Douglas Thain -License: GPL-2 -WNPP: 618774 -Published-Title: Chirp: A Practical Global Filesystem for Cluster and Grid Computing -Published-Authors: Douglas Thain, Christopher Moretti, and Jeffrey Hemmes -Published-In: Journal of Grid Computing, 7, 51-72 -Published-Year: 2009 -Published-DOI: 10.1007/s10723-008-9100-5 -Pkg-URL: http://neuro.debian.net/pkgs/cctools.html -Pkg-Description: cooperative computing tools - This is a collection of software that help users to share resources in a - complex, heterogeneous, and unreliable computing environment. This includes: - . - Chirp - A personal filesystem and I/O protocol that allows unprivileged users - to share space securely, efficiently, and conveniently. When combined - with Parrot, Chirp allows users to create custom wide-area distributed - filesystems. - Parrot - A transparent user-level virtual filesystem that allows any ordinary - program to be attached to a remote storage device such as an FTP - server or a Chirp server. - Makeflow - A workflow system for parallel and distributed computing that uses - a language very similar to Make. - Work Queue - A system and API for building master-worker style programs that - scale up to thousands of processors. - All Pairs - A computational abstraction for running very large Cartesian - products. - Wavefront - A computational asbtraction for running very large dynamic - programming problems. - The Fault Tolerant Shell - A high-level programming language that allows - users to combine the ease of shell scripting, the power of distributed - programming, and the precision of compiled languages. Basically, - parallel programming and exception handling for scripts. diff --git a/future/blends/neo b/future/blends/neo index 8663a96..e4347ff 100644 --- a/future/blends/neo +++ b/future/blends/neo @@ -1,12 +1,13 @@ Source: neo Tasks: debian-science/electrophysiology Homepage: http://neuralensemble.org/trac/neo +Responsible: NeuroDebian Team License: BSD Author: Samuel Garcia, Pierre Yger, Luc Estabanez, Andrew Davison, Yury V. Zaytsev Language: Python Version: 0.2 WNPP: 659691 -Vcs-SVN: https://neuralensemble.org/svn/neo/ +Vcs-Svn: https://neuralensemble.org/svn/neo/ Pkg-Description: IO library for electrophysiological data formats in Python NEO stands for Neural Ensemble Objects and is a project to provide common class names and concepts for dealing with electro-physiological (in vivo diff --git a/future/blends/python-neuroshare b/future/blends/python-neuroshare new file mode 100644 index 0000000..ef07986 --- /dev/null +++ b/future/blends/python-neuroshare @@ -0,0 +1,23 @@ +Source: python-neuroshare +Tasks: debian-science/electrophysiology +Homepage: https://github.com/G-Node/python-neuroshare +Responsible: NeuroDebian Team +License: LGPL-2.1 +Author: Christian Kellner +Language: Python +Version: 0.8.4 +WNPP: 663116 +Vcs-Git: https://github.com/G-Node/python-neuroshare +Pkg-Description: Python interface and tools for Neuroshare + The Neuroshare API is an interface for accessing electrophysiology data + from files in proprietary formats. To do so it uses vendor-provided + shared libraries that can be downloaded free of charge. + . + This package provides a high-level Python interface to the Neuroshare + API that focuses on convenience for the user and enables access to + all available metadata and data. The data is returned in NumPy arrays, + which provides a quick route to further examination and analysis. + . + In addition, this package contains the ns2hdf converter tool that + converts neuroshare-compatible files into the HDF5 (Hierarchical Data + Format, version 5) file format. -- 2.39.5