Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • U UKB_UNCONFOUND_v2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Fidel Alfaro Almagro
  • UKB_UNCONFOUND_v2
  • Merge requests
  • !9

Fix FLIPPEDSWI call in gen_initial_workspace

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Tom Nichols requested to merge nichols/ukb_unconfound_v2:FixFLIPPEDSWIin_gen_init_data into master Feb 28, 2021
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

In gen_initial_workspace/script_initial_workspace.sh, before anything else is done, it is checked if $CONFDATA/ID_FLIPPEDSWI.txt has been created, and if not, a serial computation is called to create this file with ./gen_FLIPPEDSWI/script_FLIPPEDSWI_serial.sh. However, the script is called directly without switching directories, resulting in a failure to find ./script_FLIPPEDSWI_subject.sh when called within script_FLIPPEDSWI_serial.sh

This PR adds the needed change of directories to let this run.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: FixFLIPPEDSWIin_gen_init_data