You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @0karl0 ,
Thanks for flagging this. I am going to investigate it further, however cannot commit on a deadline.
It is good to know that you could get your data with a workaround.
Once I have updates, I can update the ticket with them.
Hi @0karl0 ,
I figured it out the problem is that this particular study has technical reads. Thus, three files were being downloaded instead of only two what was expected since study is paired end.
What I can do is, provide a parameter to allow or not for technical reads and try to fix its processing.
Or make it always skip it.
What do you think would be preferable in this scenario?
This code
nextflow run fmalmeida/ngs-preprocess -r dev -latest -profile docker --sra_ids "./input/sra_ids.txt" --output illumina_single --shortreads_type "single" --fastp_additional_parameters " --trim_front1 5 --trim_tail1 5 "
hangs during procesing on 0/1 for the FASTP process
However, there are 3 fastq files produced and following the previous command with this command completes the preprocessing:
My guess is the nextflow does not point to the downloaded SRA files automatically. Perhaps there's a flag I missed.
The text was updated successfully, but these errors were encountered: