tseemann / nullarbor

:floppy_disk: :page_with_curl: "Reads to report" for public health and clinical microbiology
GNU General Public License v2.0
134 stars 37 forks source link

--mlst flag is not being passed on to mlst call #209

Closed andersgs closed 4 years ago

andersgs commented 5 years ago

It seems --mlst flag is not being passed on to mlst call.

Command line:

nullarbor.pl --name Test --ref Bpseudo_M1.gbk --input input.txt --outdir nullarbor --mlst bpseudomallei --force

Makefile

...
MLST := mlst
...
mlst.tab : $(FASTAREF) $(CONTIGS)
        mlst $^ > $@
tseemann commented 5 years ago

You are right... this could be tricky due to the static nature of my new Makefile.

tseemann commented 4 years ago

This also uncovered another bug where i define MLST := mlst ... but don't use it!