-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hi Alessia,
Here is the command I run
nextflow run YAMP/YAMP.nf
--reads1 /scratch/microb/xyz_1.fastq.gz
--reads2 /scratch/microb/xyz_2.fastq.gz
--prefix XYZ
--mode QC -profile base,singularity
And this is the error I face
Error executing process > 'quality_assessment (XYZ)'
Caused by:
Process quality_assessment (XYZ) terminated with an error exit status (1)
Command executed:
fastqc -q SRR13350704_1.fastq.gz SRR13350704_2.fastq.gz
Command exit status:
1
Command output:
(empty)
Command error:
WARNING: Skipping mount /var/lib/singularity/mnt/session/etc/resolv.conf [files]: /etc/resolv.conf doesn't exist in container
/bin/bash: line 0: cd: /scratch/users/k1471250/work/9d/45759087de2ad752480ba58e000320: No such file or directory
/bin/bash: .command.sh: No such file or directory
Work dir:
/scratch/users/k1471250/work/9d/45759087de2ad752480ba58e000320
Tip: view the complete command output by changing to the process work dir and entering the command cat .command.out
It was not an issue before, when we used other HPC .
Thanks,
Max