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

used software of your workflow #73

Open
songxh1996 opened this issue Aug 16, 2023 · 1 comment
Open

used software of your workflow #73

songxh1996 opened this issue Aug 16, 2023 · 1 comment

Comments

@songxh1996
Copy link

Thanks for your contribution, I want to refer to your process to implement it step by step, but I can't find the detailed use method, software and workflow,such as smtools、bismark、or piard???

@paul-sud
Copy link
Contributor

Hi there,

You might find some of these links useful. Here is a high level schematic of the pipeline:
https://www.encodeproject.org/pipelines/ENCPL182IUX/

The workflow is contained entirely in this file: https://github.com/ENCODE-DCC/wgbs-pipeline/blob/dev/wgbs-pipeline.wdl You can see how tasks are orchestrated in the workflow block and see the implementation of each task under their respective task blocks.

Lastly, the Dockerfile contains all the software dependencies and versions needed to run the pipeline:
https://github.com/ENCODE-DCC/wgbs-pipeline/blob/dev/Dockerfile . In this image we also install some Python packages from a couple requirements files: https://github.com/ENCODE-DCC/wgbs-pipeline/blob/dev/requirements.txt and https://github.com/ENCODE-DCC/wgbs-pipeline/blob/dev/requirements-gembs.txt

Hope that helps!

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