Hi, I am using latest version of mothur (1.44.3) in Ubuntu 18. I have followed MiSeq SOP guide and everything went fine until the step of re-screening for making sure that all sequences overlap the same regions:
The process seems to run properly but at the last step I always get a segfault when remove.seqs is triggered to update the count table giving the following error:
/******************************************/
Running command:
remove.seqs(accnos=example.trim.contigs.good.unique.bad.accnos.temp,
count=example.trim.contigs.good.count_table)
[ERROR]: example.trim.contigs.good.unique.bad.accnos.temp is blank, aborting.
[ERROR]: You have no valid accnos file and accnos is required.
/******************************************/
Segmentation fault
Update: I have tried the same but forcing to execute in a single CPU (processors=1) and still getting the same error but no segfault was triggered (altough example.trim.contigs.good.good.count_table is a blank file).
/******************************************/
Running command:
remove.seqs(accnos=example.trim.contigs.good.unique.bad.accnos.temp,
count=example.trim.contigs.good.count_table)
[ERROR]: example.trim.contigs.good.unique.bad.accnos.temp is blank, aborting.
Using example.trim.contigs.good.unique.flip.accnos as input file for the accnos
parameter.
Removed 6362 sequences from your count file.
Output File Names:
example.trim.contigs.good.pick.count_table
/******************************************/
Output File Names:
example.trim.contigs.good.unique.good.summary
example.trim.contigs.good.unique.good.align
example.trim.contigs.good.unique.bad.accnos
example.trim.contigs.good.good.count_table