Closed clhappyjiang closed 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.
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!