How do I manage multiline fastq?

How do I manage multiline fastq?
Hi, I have for each sample coming from different lines, so I have named fast as:

sample_L001.R1.fastq 
sample_L001.R2.fastq
sample_L002.R1.fastq 
sample_L002.R2.fastq 
sample_L003.R1.fastq 
sample_L003.R2.fastq

I want to run clara-parabricks_4.2.1-1.sif pbrun deepvariant_germline workflow, how can I manage these files?
Is there a best practice to avoid losing information about read groups?
Thanks

You can pass in multiple FASTQ pairs and associated read group lines to deepvariant_germline. See the documentation here regarding --in-fq (I linked to that part of the page): deepvariant_germline - NVIDIA Docs.

Also, we recommend using the newest version of Parabricks, v4.4.0. You can get the container from NGC: NVIDIA Parabricks | NVIDIA NGC.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.