how to use Lastz "multiple contains"?
1
1
Entering edit mode
7.3 years ago
panly89 ▴ 10

Hi, everyone. I want to do two genome sequence alingment by Lastz software, but in my fasta files, the sequence data was separated by chromosome, not one sequence, how to use the "multiple" contian? I used the sentence

lastz a.fasta[multiple ]* b.fasta[multiple]* --notrasition --step=20 --nogapped --format=maf >a_b.maf

but tell me error the a.fasta not the end", WHY? please give me a hand, thank you very much ~~

software error • 4.8k views
ADD COMMENT
0
Entering edit mode

it will be the best, give me the right comment line~thank you

ADD REPLY
0
Entering edit mode

Hey! Did you figure this out? I have the same issue.

ADD REPLY
1
Entering edit mode
5.4 years ago
AK ★ 2.2k

Hey panly89, try removing the asterisks:

lastz a.fasta[multiple] b.fasta[multiple] --notrasition --step=20 --nogapped --format=maf > a_b.maf
ADD COMMENT

Login before adding your answer.

Traffic: 2664 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