Hello all,
I am running mothur v.1.46.1, downloaded today. I was trying to clean an alignment with pcr.seqs, and if keepdots=f is included, it removes the first base of the aligment. If not included, keeps the first base. The log with the same step done over the same file, with both summary seqs, and you can see the difference from 692 to 691. I checked the alignments produced by both, and remove the base in 1. Happy to share the alignments.
This is the windows version, but it was affecting a student using a linux server (that came to me after one day banging her head against the computer since my script was not working…).
Windows version
Using Boost
mothur v.1.46.1
Last updated: 9/1/21
by
Patrick D. Schloss
Department of Microbiology & Immunology
University of Michigan
http://www.mothur.org
When using, please cite:
Schloss, P.D., et al., Introducing mothur: Open-source, platform-independent, community-supported software for describing and comparing microbial communities. Appl Environ Microbiol, 2009. 75(23):7537-41.
Distributed under the GNU General Public License
Type 'help()' for information on the commands that are available
For questions and analysis support, please visit our forum at https://forum.mothur.org
Type 'quit()' to exit program
[NOTE]: Setting random seed to 19760620.
Interactive Mode
mothur >
pcr.seqs(fasta=carolina.align, start=1, end=692)
Using 8 processors.
It took 14 secs to screen 411075 sequences.
Output File Names:
carolina.pcr.align
carolina.bad.accnos
carolina.scrap.pcr.align
mothur >
summary.seqs(fasta=current)
Using carolina.pcr.align as input file for the fasta parameter.
Using 8 processors.
Start End NBases Ambigs Polymer NumSeqs
Minimum: 1 688 95 0 3 1
2.5%-tile: 1 692 129 0 4 9950
25%-tile: 1 692 130 0 4 99496
Median: 1 692 130 0 4 198991
75%-tile: 1 692 134 0 4 298486
97.5%-tile: 1 692 143 0 6 388032
Maximum: 1 692 186 0 9 397981
Mean: 1 691 132 0 4
# of Seqs: 397981
It took 7 secs to summarize 397981 sequences.
Output File Names:
carolina.pcr.summary
mothur >
pcr.seqs(fasta=carolina.align, start=1, end=692, keepdots=f)
Using 8 processors.
It took 14 secs to screen 411075 sequences.
Output File Names:
carolina.pcr.align
carolina.bad.accnos
carolina.scrap.pcr.align
mothur >
summary.seqs(fasta=current)
Using carolina.pcr.align as input file for the fasta parameter.
Using 8 processors.
Start End NBases Ambigs Polymer NumSeqs
Minimum: 1 687 94 0 3 1
2.5%-tile: 1 691 128 0 4 9950
25%-tile: 1 691 129 0 4 99496
Median: 1 691 129 0 4 198991
75%-tile: 1 691 133 0 4 298486
97.5%-tile: 1 691 142 0 6 388032
Maximum: 1 691 185 0 9 397981
Mean: 1 690 131 0 4
# of Seqs: 397981
It took 8 secs to summarize 397981 sequences.
Output File Names:
carolina.pcr.summary
mothur >
quit()