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

docker for STAARpipeline #17

Open
akhilpampana opened this issue May 24, 2024 · 3 comments
Open

docker for STAARpipeline #17

akhilpampana opened this issue May 24, 2024 · 3 comments

Comments

@akhilpampana
Copy link

Hello,

I am trying to see if there have been an implementation of this pipeline in the google cloud platform or if any docker has been available for this to perform the same in google cloud as I have seen the same in the Dnanexus platform for ukbiobank.

Regards
Akhil

@xihaoli
Copy link
Owner

xihaoli commented May 24, 2024

Hi Akhil,

Yes, there is an implementation for all STAARpipeline-related apps in the Google Cloud platform (see here). If you have any questions, please feel free to reach out.

Thanks,
Xihao

@akhilpampana
Copy link
Author

have this been implemented in all of us workbench? I see seven bridges there. I will see if I can try the same in all of us platform.

@jwilliams10
Copy link

@akhilpampana, Hello,

I have implemented STAARpipeline in the all of us platform. All of Us allows two types of jobs interactive and batch submitted. In interactive jobs, STAARpipeline will need to be installed inside the job "install.packages()" and if you keep your persistent disk then your interactive job will always have access to the staar-pipeline. In batch submitted jobs, you can either use a publicly available docker that has STAARpipeline installed or at the start of each submitted job, install the package in a similar manner. To implement STAARpipeline once installed, I followed the scripts in the STAARpipeline Tutorial (https://github.com/xihaoli/STAARpipeline-Tutorial). There is no command line tool in All of Us, just R Scripts in either interactive or batch submitted jobs.

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