-
Notifications
You must be signed in to change notification settings - Fork 15
Description
From RT 640278:
I am running get_sequence_type on a list of assemblies. It calls the STs for all, but for some fastas it only writes N as allele output, in the mlst_results.genomic.csv and in the concatenated_alleles.fa. I have tried renaming the files, changing the fasta header (getting rid of commas), etc, but I see no pattern how this would make any sense why some sequences are given as output and others are not. Could you please take a look if you can see what is going on? If I run e.g.
bsub -M1000 -R 'select[mem>1000] rusage[mem=1000]' -o log_test.o -e log_test.e 'get_sequence_type -s "Escherichia coli 2" -c GCA_001266335.1_400929_genomic.fna'
then it also does not write any errors, but ‘completed successfully’…? The genomes are E. coli, I am sure.