Deepbinner icon indicating copy to clipboard operation
Deepbinner copied to clipboard

Albacore + Porechop VS Guppy + Deepbinner

Open Jaoquien opened this issue 7 years ago • 2 comments

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

Jaoquien avatar Feb 11 '19 16:02 Jaoquien

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.

mbhall88 avatar Feb 11 '19 16:02 mbhall88

@mbhall88 thank you so much for your help

Jaoquien avatar Feb 13 '19 08:02 Jaoquien