-
Notifications
You must be signed in to change notification settings - Fork 19
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
pigz error in PHOENIX:PHOENIX_EXTERNAL:ASSET_CHECK process on GCP VM #120
Comments
I can't seem to replicate this error, can you give me more detail on the VM? I spun up a google VM (n2-standard-8) with the following parameters: Image: ubuntu-2004-focal-v20230817 (I also tried debian-11-bullseye-v20230814) After setting up the environment with the basic things needed to run PHX:
I ran
The pipeline then ran to completion. Can you confirm that the |
Here's some more details on the VM: Image: I'm not sure, the VM was set up for me 2 years ago and I don't see this information anywhere (I don't have permissions to create VMs in our GCP project). But it is ubuntu 20.04.2 I get the same error when I run the test profile with this command: nextflow run cdcgov/phoenix -r v2.0.2 -profile docker,test -entry PHOENIX --kraken2db k2_standard_08gb_20230605.tar.gz /mnt/projdata/phoenix/work/53/b4a283bc01d982af9f45e1a70f5505$ cat .command.err
pigz: already unlocked (pigz.c:2562:create)
pigz: abort: internal threads error The kraken database looks like it's the right size, I also re-downloaded it to make sure: -rw-rw-r-- 1 catharine_prussing_health_ny_gov catharine_prussing_health_ny_gov 5.5G Jun 7 13:59 k2_standard_08gb_20230605.tar.gz |
Oh this might be a permissions error. You can see it says |
Nope, still doesn't work unfortunately: chmod 777 k2_standard_08gb_20230605.tar.gz
ls -lh
-rwxrwxrwx 1 catharine_prussing_health_ny_gov catharine_prussing_health_ny_gov 5.5G Jun 7 13:59 k2_standard_08gb_20230605.tar.gz nextflow run cdcgov/phoenix -r v2.0.2 -profile docker,test -entry PHOENIX --kraken2db k2_standard_08gb_20230605.tar.gz cat /mnt/projdata/phoenix/work/e7/9f71ea7e5b6514541f84ea8ae7daad/.command.err
pigz: already unlocked (pigz.c:2562:create)
pigz: abort: internal threads error |
Are you able to run pigz outside of the phx pipeline for example |
I can run the version of pigz installed on the OS fine -
|
There is a "pigz: abort: internal threads error" during the ASSET_CHECK process.
Impact
The pipeline crashes.
To Reproduce
Environment: GCP VM (n2-standard-8). I'm not using the GLS API or batch, just trying to run the pipeline in the linux environment on the VM. I was able to run phoenix v1.1.0 on this VM with no problems, and I can also run v2.0.2 with no errors on my MacBook Pro.
Pipeline version: v2.0.2
Command run:
nextflow run main.nf -profile docker -entry PHOENIX --input input/samplesheet.csv --kraken2db k2_standard_08gb_20230605.tar.gz
Screenshots
Logs
.command.err, .command.out, .command.sh are attached
command.sh.txt
command.out.txt
command.err.txt
The text was updated successfully, but these errors were encountered: