I am planning to use bam2fastx tool for converting the BAM files from PacBio sequencing to fastq. (I prefer a command line tool over SMRT link). However, I cannot find any manual for this tool.
The help says that there is an option called --split-barcodes
for demultiplexing. However, there is no information about the format to provide the barcodes in. My sequencing data contains ~120 asymmetrically PCR-barcoded samples. How do I split the data into multiple files using this tool?
The SMRT link user guide says that the barcodes should be provided in a csv format. Do you think this tool would use the same format?
Yes. It is the same tool accessed on the command line.
I tried running
--split-barcodes
without any argument (not sure if it takes any argument) and it gave an error:subreads.bam has no barcoding data
I just found that there is another application for demultiplexing:
lima
Did
lima
work?Trying. Reading the documentation. Will update.
Hi Were you able to demultiplex the PacBio data? If yes how. I am struggling as well.
Yes. I used
lima
and it worked quite well. However, I am not sure if the SMRT tools package is the same or if they have done major updates.