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

Convert longitudinal FS to new I/O interface library #255

Open
glasserm opened this issue Mar 22, 2023 · 4 comments
Open

Convert longitudinal FS to new I/O interface library #255

glasserm opened this issue Mar 22, 2023 · 4 comments
Assignees

Comments

@glasserm
Copy link
Contributor

Hi Jure,

Would you be willing to convert this code to the new I/O interface library that Tim Coalson wrote? It is much simpler to use than the style this is currently in (which comes from Tim Brown)?

https://github.com/Washington-University/HCPpipelines/blob/94d31f411d2552b775776a24ad14bedfbec9b9ce/FreeSurfer/LongitudinalFreeSurferPipeline.sh

Thanks,

Matt.

@demsarjure
Copy link
Contributor

Yeah, sure. Can you just point me to a recent use of the new interface, so I do not use something outdated again. Thanks!

@glasserm
Copy link
Contributor Author

The new PreFreeSurfer is an example. If you like, you could wait till Yash converts FreeSurfer for a very similar example.

@demsarjure
Copy link
Contributor

I will wait for FreeSurfer since it is much more similar and will be easier to use for adaptation.

@coalsont
Copy link
Member

You can also look at the simple example at the top of newopts.shlib:

https://github.com/Washington-University/HCPpipelines/blob/master/global/scripts/newopts.shlib

This section is meant to be copypasted into a new file as a starting point for any new script in the pipelines. Fill out the arguments section, and write the processing code below the whole thing.

@coalsont coalsont changed the title Convert to new I/O interface library Convert longitudinal FS to new I/O interface library Apr 10, 2023
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

No branches or pull requests

3 participants