Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dccnpath #2282

Closed
wants to merge 17 commits into from
Closed

Update dccnpath #2282

wants to merge 17 commits into from

Commits on Jul 7, 2023

  1. Merge pull request #2 from fieldtrip/master

    Update 07/07/2023
    contsili committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2919701 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge pull request #3 from fieldtrip/master

    Update 11/07/2023
    contsili committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c45ec60 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge pull request #4 from fieldtrip/master

    12/07/2023
    contsili committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8a644a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    72f2e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f085d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. This commit consists of two changes: 1. dccnpath is updated to automa…

    …tically download files and folders to the local copy, if they are not already downloaded. To download a whole folder, dccnpath uses the function utilities/private/recursiveDownload.m, 2. test_dccnpath is created to test the old and the newly added functionality
    contsili committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    a63bc0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e6a1f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. New features added to the dccnpath() and test_dccnpath was updated: 1…

    …. when ft_default.dccnpath is not specified the data are automatically downloaded to the tempdir 2. dccnpath() always outputs a path, even for alternative1 3. warning for private data and automatic errors given by webread for typos in the path.
    contsili committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c8b3a6c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. FIX - dccnpath(path/to/testdataFolder) was giving an error when testd…

    …ataFolder did not exist. On the contrary, when I added a '/' in the end of the path, i.e., dccnpath(path/to/testdataFolder/) was not giving an error even if testdataFolder did not exist.
    contsili committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4975b7e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. FIX - do not follow the path outline of the download server but the p…

    …ath outline given in ft_default.dccnpath. Based on this, test_dccnpath was updated accordingly
    contsili committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    229f762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ad98e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a574a98 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. FIX - present working directory output of dccnpath. Also, I run 15 te…

    …sts with public data in my local laptop and I did minor changes to 3 of them to work correctly together with dccnpath
    contsili committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    09377c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge branch 'update_dccnpath' of https://github.com/contsili/fieldtrip

    … into update_dccnpath
    contsili committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e2e7fa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9292ec4 View commit details
    Browse the repository at this point in the history
  3. Alternative2 - Test6: this test applies to external contributors and …

    …not for users in the DCCN cluster
    contsili committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e18bdad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    447928f View commit details
    Browse the repository at this point in the history