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

How to run this pipeline in one go? #80

Open
nikhilp11 opened this issue May 11, 2023 · 1 comment
Open

How to run this pipeline in one go? #80

nikhilp11 opened this issue May 11, 2023 · 1 comment

Comments

@nikhilp11
Copy link

When I run docker run duplexa/4dn-hic:v43 it gives me a list of all the scripts.
How do I run the whole pipeline at once?
Do I have to run each script individually?

@clarabakker
Copy link
Member

Hi Nikhil,

Yes, the command you used runs the docker container, rather than the pipeline. The docker default command for this image simply provides a list of the scripts. You can enter the docker container and run scripts by running docker run duplexa/4dn-hic:v43 /bin/bash (or of course provide other arguments after the image name).

You can reference the cwl files to understand how each script is used and its ordering. All the individual cwls are grouped into three steps, each with its own cwl (bwa-mem.cwl, hi-c-processing-bam.cwl, and hi-c-processing-pairs.cwl). Here's the READme for running CWLs. In short, we use a cwl runner for this purpose, which you can also do if you would like.

Best wishes!

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

2 participants