Closed karlkashofer closed 1 year ago
Hello @karlkashofer,
Thank you for reporting this issue. This is one of the few bugs we will fix before releasing v3.3.0. The process is failing because the loci identifiers in the file passed to the --gl
parameter do not end with .fasta
. It should work if you append .fasta
to every line in the cgMLSTschema95.txt
file.
Does it also fail when you do not use the --gl
parameter?
Best regards,
Rafael
It seems AlleleCall is broken in 3.3.0 built inside your dockerfile:
docker run -v $PWD:/analysis chewbbaca:3.3.0 bash -c "cd /analysis;chewBBACA.py AlleleCall -i Expt1_genomes -g schema/Pseudomonas --gl Pseudomonas_schema_calls/cgMLST/cgMLSTschema95.txt -o result_Expt1_with_infer --cpu 30 &> log"
The same command works fine when i use 3.2.0 from conda.