How to name chunks in the channel? #4393
Unanswered
Lunana0110
asked this question in
Q&A
Replies: 1 comment
-
Could you please share the format in which the data is organized in your txt file? A CSV or TSV file with two columns, one for sample id and another for S3 paths should be enough to do what you're looking for. Read the content into Nextflow, group by sample id, and so on (check Nextflow operators here). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a txt including a list of s3 path, and each 4 fastq files are from one sample. I would like to treat 4 fastqs as a whole and do qc and trimming etc.. I tried to use splitText(4) but "fastqc" seems not be able to take care of them... is it better to cat them? Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions