I have been running into trouble in a NextFlow pipeline I wrote. After some investigation, i found out that for some of the samples only one of the fastq files was downloaded but the process still finished without an error. The relevant part of my bash script is below:
enaDataGet -f fastq $accession || enaGroupGet -f fastq $accession
I am using both because some accessions have only one sub-accession and some have plenty.