BBnorm not outputting txt files when trying to determine ploidy on pb fastq.gz reads
I'm trying to determine ploidy of my genome using BBnorm. I am not getting any error but no txt files are produced.
khist.sh in=reads.fq khist=khist.txt peaks=peaks.txt
or equivalently
bbnorm.sh in=reads.fq khist=khist.txt peaks=peaks.txt passes=1 prefilter minprob=0 minqual=0 mindepth=0
This is my input:
khist.sh in=A.subreads.fastq.gz khist=khist.txt peaks=peaks.txt
Can it use fastq.gz files? Can you use illumina reads?
• 1,397 views
•
link
0 answers
No answers yet.
Log in to answer this question.
All BBTools can use compressed files. They can use Illumina data for sure. Title of your post seems to suggest that you may have PacBio data? That may not work since with exception of
mapPacBio.shmost BBTools programs are for short read data. That said can you try the following?For
khist.shusage indicates :For
bbnorm.sh:I assume you are using commands from BBNorm Guide page.