Freebayes 'bamleftalign' function usage issues (Part of the 'Du Novo' Sequencing pipeline)
1
0
Entering edit mode
3.5 years ago
jmath97 ▴ 20

Hi,

I've been trying to use the 'Du Novo' sequencing pipeline to analyze a set of bacterial whole genome sequencing data. This is the paper outlining the method: Streamlined analysis of duplex sequencing data with Du Novo. At the 9th step, the pipeline suggests using a function from the package 'freebayes' called 'bamleftalign'. I've tried using this function as I've listed below.

bamleftalign duplex.filt.aln.sort.bam -f ref.fasta > output.bam

For some reason, it doesn't provide an output -- it leaves the output.bam file empty. Is there something wrong with my usage of the function?

Is there something else that I should be checking? I checked the function in my PATH and I've ran and passed the freebayes package test files.

Any and all input would be appreciated!

Du Novo freebayes alignment • 1.1k views
ADD COMMENT
3
Entering edit mode
3.5 years ago
jmath97 ▴ 20

For any other users that might have this question, I realized my usage was incorrect. The function requires piping the bam input file into the function as opposed to taking the bam file as a standard input.

cat duplex.filt.aln.sort.bam | bamleftalign -f ref.fasta > duplex.filt.aln.sort.leftalign.bam
ADD COMMENT

Login before adding your answer.

Traffic: 2478 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6