Skip to content
Snippets Groups Projects
Select Git revision
  • 5516795a543aaed6a94d0630398c75d6970258db
  • master default
2 results

batch_context

  • Clone with SSH
  • Clone with HTTPS
  • Andrew Lofts's avatar
    Andrew Lofts authored
    Quick Fix: forgot an end statement in a loop - needed to run
    
    On our last master push we forgot a "end" in runhtb which was fatal.
    
    See merge request !23
    5516795a
    History
    The batch_context extension for EEGLAB provides and interface for generating data 
    processing pipelines and executing them on multiple data files either locally or 
    on remote compute clusters. This extension also provides the tools needed to manages 
    remote server addresses and facilitates working with a remote environments.
    
    Code written by James A. Desjardins, supported by NSERC funding to Sidney J. Segalowitz
    at the Jack and Nora Walker Centre for Lifespan Development Research (Brock University),
    and a Dedicated Programming award from SHARCNet, Compute Ontario.
    
    This package includes the following external tools from the Matlab File Share:
    Property grid using JIDE implementation, by Levente Hunyadi
    
    System applications that work well with the Context plugin include 
    Meld 1.7 (or later), sshfs, and rsync.   
    
    
    Copyright (C) 2013 James Desjardins
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
    along with this program (LICENSE.txt file in the root directory); if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA