CAR parameters not work
1
0
Entering edit mode
7.7 years ago
Giffredo ▴ 10

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

Assembly • 1.3k views
ADD COMMENT
2
Entering edit mode
7.7 years ago
Sej Modha 5.3k

Did you try the following command instead of running the mummer separately?

 php car.php <-nuc/-pro> -m -r reference.fna -q contigs.fna

I have never used this program but it sounds like if you have run the nucmer/promer separately then the tool does not have access to the sequences, hence your command might work without option -m which is to output in multifasta format.

ADD COMMENT
0
Entering edit mode

Thanks, you solved my problem.

ADD REPLY

Login before adding your answer.

Traffic: 1830 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6