Nextflow AWS Batch run issue #3230
-
I am running Nextflow pipeline using AWS Batch, however it fails while running via AWS batch, works fine while running on local. I have added everything AWS cli, Docker and ECS container agent and created custom AMI and still it fails with the error - "no such a file or directory" (By file I mean one of the file the Nextflow pipeline needs to access to run particular process). Can anyone tell what exactly I am missing here. The Nextflow pipeline runs fine on local (i.e. when executer = "local") Below is the error snapshot if it helps somehow to debug : _**Caused by: Command executed: /home/ec2-user/APPS/VAC_SCRIPTS/split_qc_fastq /home/ec2-user/EXAMPLE_DATA/RNA/CtlRep1_R1.fastq.gz /home/ec2-user/EXAMPLE_DATA/RNA/CtlRep1_R2.fastq.gz CaseRep2 50000000000000 0 0 0 0 . CaseRep2".Fastqsummary.txt" 33 100 rm CaseRep2"_1_1.qc.fastq" CaseRep2"_2_1.qc.fastq" /home/ec2-user/APPS/FastQC//fastqc -q -t 3 /home/ec2-user/EXAMPLE_DATA/RNA/CtlRep1_R1.fastq.gz /home/ec2-user/EXAMPLE_DATA/RNA/CtlRep1_R2.fastq.gz -o . Command exit status: Command output: Command error: Work dir: The file/directory '/home/ec2-user/APPS/VAC_SCRIPTS/split_qc_fastq' has all the permissions. Any help is much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
it's telling you the error
|
Beta Was this translation helpful? Give feedback.
it's telling you the error