PacificBiosciences / HiFi-human-WGS-WDL

BSD 3-Clause Clear License
52 stars 30 forks source link

Where can I find the source code for multiple. py files used in sample-analysis.wdl and termary-analysis.wdl? #126

Closed clhappyjiang closed 7 months ago

clhappyjiang commented 7 months ago

Hello! When I tried to run this process in HPC, I couldn't find some Python source code files, which caused the process to fail to run. The list is as follows:

Sample-analysis. wdl:

Termary.analysis. wdl:

Where can I find these Python files?

Thank you!

williamrowell commented 7 months ago

These scripts are all in the docker containers that are used for their tasks. For example, extract_read_length_and_qual.py is used by the pbmm2 step. In the "Tool Versions and Docker Images" section of the README, you can find a link to the Dockerfile for the pbmm2 step. Any scripts are in the directory at this link.

There's no need to download these scripts individually if you are running the workflow. They will be in the docker container already.