Hi, I used the CAR software http://www.ncbi.nlm.nih.gov/pubmed/25431302 in order to improve my prokaryotic genome assembly.
I download the CAR package and I use it. It works using:
php car.php ~/mydata/out.coords
but trying the - m parameters in the code (to obtain the fasta file as output), it doesn't work.
php car.php -m ~/mydata/out.coords
there is not a real error.. only return me this sentence: Usage: php car.php [option] <.coords file> [-r <reference.fna file="">, -q <draft.fna file="">] Using '-h' for help
I don't understand my error
Thanks, you solved my problem.