Giter Club home page Giter Club logo

eeglab-testcases's Introduction

Install git annex (easiest is probably using conda)

See this doc https://git-annex.branchable.com/install/

Clone an Openneuro repo

git clone https://github.com/OpenNeuroDatasets/ds002718.git
cd ds002718
git annex init

Text output below

(recording state in git...)
(scanning for unlocked files...)
Remote origin not usable by git-annex; setting annex-ignore
(Auto enabling special remote s3-PUBLIC...)
ok
(recording state in git...)

The use the get command to get the files

git annex get

Note that this is the list of remote

git remote -v
origin	https://github.com/OpenNeuroDatasets/ds002718.git (fetch)
origin	https://github.com/OpenNeuroDatasets/ds002718.git (push)
s3-PUBLIC

Clone our repository

git clone https://github.com/sccn/eeglab-testcases.git
cd eeglab-testcases
git annex init

Text output below

init  (scanning for unlocked files...)

  Remote origin not usable by git-annex; setting annex-ignore
ok
(recording state in git...)

Doing a git annex get does not work. We need to reset the remote. Note that even if the SCCN repo is not a bare git repo, it is possible to use it to pull large files from it (usually one should only pull and push from bare git repositories (like Github repos, which only contain metadata, no actual files)). One may pull from a standard git repo but this is not something commonly done. However, git-annex can only execute pull (and get) from standard git repos (bare git repos are still used for small files not managed by git-annex).

git remote rm origin
git remote add origin ssh://[email protected]/data/common/matlab/eeglab-testcases/eeglab-testcases
git pull
git annex get

Then we can reset it back to github to be able to make code changes and push them to Github

git remote rm origin
git remote add origin https://github.com/sccn/eeglab-testcases

Alternative: This is the way to set a special remote using SSH https://git-annex.branchable.com/special_remotes/git/.

eeglab-testcases's People

Contributors

arnodelorme avatar cpernet avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

versionbayjc

eeglab-testcases's Issues

limo_test_integration crash

All jobs have been processed, but some jobs have failed.
You may want to restart the pipeline latter if you managed to fix the problems.
LIMO batch done, some errors where detected see report
LIMO batch works thanks to PSOM by Bellec et al. (2012)
The Pipeline System for Octave and Matlab. Front. Neuroinform. 6:7
Re-saving study file
generating temporary files, pulling relevant trials ...
making up statistical models ...
Unrecognized function or variable 'splitreg'.
Unable to resolve the name Model2_files.con.
Unable to resolve the name Model2_files.con.
match frames between subjects ...
gathering data ...
Unable to read file '/expanse/projects/nemar/eeglab-testcases/ds002718/derivatives2/sub-002/eeg/FaceRepetition_GLM_Channels_Time_OLS/con_1.mat'. No such file or directory.
match frames between subjects ...
gathering data ...
Unable to read file '/expanse/projects/nemar/eeglab-testcases/ds002718/derivatives2/sub-002/eeg/FaceRepetition_GLM_Channels_Time_OLS/con_1.mat'. No such file or directory.
3 groups with a maximum of 7 subjects per group
match frames between subjects ...
gathering data ...
Unable to read file '/expanse/projects/nemar/eeglab-testcases/ds002718/derivatives2/sub-002/eeg/FaceRepetition_GLM_Channels_Time_OLS/con_1.mat'. No such file or directory.
3 groups with a maximum of 7 subjects per group
match frames between subjects ...
gathering data ...
Unable to read file '/expanse/projects/nemar/eeglab-testcases/ds002718/derivatives2/sub-002/eeg/FaceRepetition_GLM_Channels_Time_OLS/con_1.mat'. No such file or directory.
match frames between subjects ...
LIMO.Type not found - can't match data across subjects
Warning: test failure - files were not deleted from drive
Elapsed time is 74.635233 seconds.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.