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

ensure presence/usability of fake-fmriprep-1 #593

Open
yarikoptic opened this issue Jan 20, 2023 · 5 comments
Open

ensure presence/usability of fake-fmriprep-1 #593

yarikoptic opened this issue Jan 20, 2023 · 5 comments

Comments

@yarikoptic
Copy link
Member

@djarecka is working on creating a bids-app which fakes fmriprep. Please follow up with @djarecka on progress and see if she needs any help.

@djarecka
Copy link
Member

djarecka commented Feb 14, 2023

I've created the repository: https://github.com/djarecka/fmriprep-fake and added a GA workflow to build and push to my DockerHub: https://hub.docker.com/r/djarecka/fmriprep_fake
I'm happy to move it somewhere after feedback.

I tested this with Singularity with pulling the docker image

@yarikoptic
Copy link
Member Author

cool, seems it worked on my simple example:

  datalad install ///openneuro/ds000001
  docker run -it -v $PWD:$PWD djarecka/fmriprep_fake /tmp/ds000001 /tmp/ds000001-out participant --participant-label 01

@yarikoptic
Copy link
Member Author

now we would need to add it to the mighty bids-apps registry, I submitted a PR: bids-apps/bids-apps.github.io#105 . If you like to find a new home for it djarecka -- let me know but I am ok with it where it is.

@yarikoptic
Copy link
Member Author

yarikoptic commented Feb 16, 2023

but please push a 0.1.0 or so docker tag (and tag in the repo I guess), otherwise even if becomes present in the docker hub registry, it would not be added to the mighty ///repronim/containers collection

@djarecka
Copy link
Member

ok, added the tag!

thank you for creating the PR, wasn't sure if that should be in the official apps. I could perhaps add tests that checks the layout of the output. It doesn't do anything else

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