News and Announcements » |
Description:
This script will denoise a flowgram file in .sff.txt format, which is the output of sffinfo.
Usage: denoise_wrapper.py [options]
Input Arguments:
Note
[REQUIRED]
[OPTIONAL]
Output:
This script results in a OTU like mapping file along with a sequence file of denoised (FASTA-format). Note that the sequences coming from denoising are no real OTUs, and have to be sent to pick_otus.py if the users wishes to have a defined similarity threshold.
Example:
Denoise flowgrams in file 454Reads.sff.txt, discard flowgrams not in seqs.fna, and extract primer from map.txt:
denoise_wrapper.py -i 454Reads.sff.txt -f seqs.fna -m map.txt
Multi-core Example:
Denoise flowgrams in file 454Reads.sff.txt using 2 cores on your machine in parallel:
denoise_wrapper.py -n 2 -i 454Reads.sff.txt -f seqs.fna -m map.txt