Skip to main content

Troubleshooting for AWS Batch & Nextflow

CannotPullImageManifestError: Error response from daemon: manifest unknown: manifest unknown 

image.png

image.png

Solution

Check your docker image.

Screenshot 2024-12-26 at 9.41.27 PM.png

bash: aws: command not found

image.png

Solution

Check your container image has the aws cli program.

https://www.nextflow.io/docs/latest/aws.html#custom-ami

 

 

ERROR ~ Pipeline failed. Please refer to troubleshooting docs: https://nf-co.re/docs/usage/troubleshooting

 

image.png

Solution

Check the .nextflow.log file content. There may be various causes, but this appears to be because the token has expired. 

Screenshot 2024-12-29 at 12.23.07 AM.png