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

⬆️ Upgrade C-PAC bootstrap to v1.8.5 from v1.8.3 #39

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from

Conversation

shnizzedy
Copy link
Contributor

@shnizzedy shnizzedy commented Apr 26, 2022

  • Updates this bootstrap script to use C-PAC 1.8.5 over 1.8.3

  • Based on this section of "Preparing the analysis dataset"


    NOTE: Both arguments must be absolute paths and cannot contain a trailing /.


    Here we "bash the bootstrap" to create a qsiprep directory:

    $ BIDSAPP=qsiprep
    $ wget https://raw.githubusercontent.com/PennLINC/TheWay/main/scripts/cubic/bootstrap-${BIDSAPP}.sh
    $ bash bootstrap-${BIDSAPP}.sh /full/path/to/BIDS /full/path/to/qsiprep-container

    adds an additional positional argument to provide a previous-run log of resource usage and adds this explanatory comment

    # In addition to the positional arguments described in https://pennlinc.github.io/docs/TheWay/RunningDataLadPipelines/#preparing-the-analysis-dataset ,
    # this bootstrap script also takes a /full/path/to/callback.log i.e.,
    # `bash bootstrap-c-pac.sh /full/path/to/BIDS /full/path/to/cpac-container /full/path/to/callback.log`
    # for optimizing memory (see https://fcp-indi.github.io/docs/nightly/user/tutorials/observed_usage for C-PAC optimization tutorial, and see
    # sections marked "C-PAC-specific memory optimization" in this script for details).
    near the head of the document

  • Updates this bootstrap script to generate a run per subject-session rather than just one per subject

@shnizzedy shnizzedy changed the title ⬆️ Upgrade C-PAC bootstrap to v1.8.4 from v1.8.3 ⬆️ Upgrade C-PAC bootstrap to v1.8.5 from v1.8.3 Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants