Closed MohammedJanahi closed 6 years ago
It looks like the real problem is this line:
WARNING:toil.leader:D/w/jobUJHN5B **bash: pigz: command not found**
You don't have pigz
installed, which toil-vg needs to use. You can either install it, or, if you have access to Docker, add --container Docker
to the command so that it runs all of its work in Docker containers (which lets it pull down its dependencies automatically).
I'm going to close this; please open a new issue if you run into more trouble, or reopen this one if installing pigz or using Docker doesn't solve this problem.
When attempting to run vg-toil map or call, gzip and cat produce broken pipe errors.
I ran something like this:
toil-vg map ./toiltmp SMPL1 all.xg all.gcsa ./toilout --fastq SMPL1.fastq --config config.yaml --wirkDir toilwork/
And I got:
When I initially ran the same command with a compressed fastq file, gzip gave me the same broken pipe error.