Hi
I am trying to get fasta files from .sff files. So i am using the two commands below to get the files. I see the temp files made but then they vanis and end up with a huge scrap file. I have previously used the .sff file and same commands (below) to get the fasta files.
sffinfo(sff=./ion.sff)
trim.seqs(fasta=./ion.fasta, oligos=./ion.oligos, qfile=./ion.qual, maxambig=0, maxhomop=5, flip=T, bdiffs=1, pdiffs=2, qwindowaverage=30, qwindowsize=50, allfiles=T, processors=4)
What am i goofing up. Is it the oligo file?
Thanks