Hi,
I’m getting the below error when running filter.seqs with vertical=T and trump=.
I’ve looked around on the forum, but I haven’t found any solution. I’ve tried using e.g. processors=1.
I used the silva.bacteria.fasta as reference alignment in align.seqs prior to screen.seqs.
Sequences are not all the same length, please correct.
Sequences are not all the same length, please correct.
Sequences are not all the same length, please correct.
Sequences are not all the same length, please correct.
[ERROR]: Could not open /home/jbjork/496_515_seqs_2Bjork.small.pick.pick.unique.good.align28602filterValues.temp
So, there seem to be 4 sequences that aren’t the same length.
Before running filter.seqs, I ran screen.seqs with the start=13862, end=21287 and minlength=125 parameters, which using the summary function produced;
Using 1 processors.
Start End NBases Ambigs Polymer NumSeqs
Minimum: 11890 21287 125 0 3 1
2.5%-tile: 13862 21287 125 0 3 15480
25%-tile: 13862 21287 125 0 4 154796
Median: 13862 21287 125 0 4 309591
75%-tile: 13862 21287 125 0 5 464386
97.5%-tile: 13862 21293 125 0 6 603702
Maximum: 13862 28112 186 0 15 619181
Mean: 13862 21287.3 125 0 4.28841
# of Seqs: 619181
update
Even trying to force screen.seqs to only save sequences with the same length, both minlength and maxlength = 125 did cause the same error in filter.seqs. Basically ended up with the same set of sequences.
Using 1 processors.
Start End NBases Ambigs Polymer NumSeqs
Minimum: 11890 21287 125 0 3 1
2.5%-tile: 13862 21287 125 0 3 15480
25%-tile: 13862 21287 125 0 4 154796
Median: 13862 21287 125 0 4 309591
75%-tile: 13862 21287 125 0 5 464386
97.5%-tile: 13862 21293 125 0 6 603701
Maximum: 13862 21341 125 0 15 619180
Mean: 13862 21287.2 125 0 4.28841
# of Seqs: 619180
Or using optimize=start-end
Using 1 processors.
Start End NBases Ambigs Polymer NumSeqs
Minimum: 11890 21284 119 0 3 1
2.5%-tile: 13862 21284 125 0 3 16271
25%-tile: 13862 21287 125 0 4 162706
Median: 13862 21287 125 0 4 325412
75%-tile: 13862 21287 125 0 5 488117
97.5%-tile: 13862 21293 125 0 6 634552
Maximum: 13862 28112 186 0 15 650822
Mean: 13862 21287.1 125 0 4.30316
# of Seqs: 650822
Results in filter.seqs error
Using 1 processors.
Creating Filter...
Sequences are not all the same length, please correct.
Can you see where the problem lies?
Any help on this would be much appreciated, thanks.