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
Until recently we used to apply Porechop after Albacore basecalling+demultiplexing. Now, we are using Guppy to basecall and we decided to apply Deepbinner to demultiplex.
My main question is:
If we use Guppy also to demultiplex by barcode, which files should I give as an Input for Deepbinner? Because, while Porechop asks for a file directory, Deepbinner demands a *.fastq file. Should I concatenate all *.fastq (for example the desired barcode and the unclassified, both pass and fail) files to ensure that I retrieve the maximum number of reads? or what?
Thank you so much,
Quim
The text was updated successfully, but these errors were encountered:
If you are wanting to do the same type of filtering as with Albacore + Porechop (i.e only keep reads where both programs agree) you will have to run deepbinner on each barcode directory from guppy.
Additionally, deepbinner only takes one fastq file so you will have to combine all the fastqs in a barcode bin.
Hi everyone,
Until recently we used to apply Porechop after Albacore basecalling+demultiplexing. Now, we are using Guppy to basecall and we decided to apply Deepbinner to demultiplex.
My main question is:
If we use Guppy also to demultiplex by barcode, which files should I give as an Input for Deepbinner? Because, while Porechop asks for a file directory, Deepbinner demands a *.fastq file. Should I concatenate all *.fastq (for example the desired barcode and the unclassified, both pass and fail) files to ensure that I retrieve the maximum number of reads? or what?
Thank you so much,
Quim
The text was updated successfully, but these errors were encountered: