multiple alignment of genomes via LASTZ
1
0
Entering edit mode
16 months ago
rj.rezwan • 0

Hi, I am using two different genomes of dragon fruit species and want to compare them by multiple alignment via "LASTZ" tool but the script giving error while using the following code. please help me to fix this code

lastz Guanhuabai.fa david_bowie.fa --notransition --multiple --ambiguous=iupac --step=20 --nogapped --format=maf > Guanhuabai_vs_david_bowie.maf
fasta alignment lastz • 1.3k views
ADD COMMENT
2
Entering edit mode

What is the error message?

ADD REPLY
0
Entering edit mode

Genome files contain multiple fasta sequences in the form of different chromosome names, e.g., >chr01, >chr02, etc. So I put the --multiple command for this but after running the command I am getting the error as cannot understand ---multiple command. If I remove the multiple command then this tool suggests to use --multiple command because user using multiple fasta sequences in one file. So this is the main problem.

ADD REPLY
0
Entering edit mode

From what I see multiple is a command, and should be given after the file name like this example from the documentation page: lastz critter.fa[multiple,unmask,nameparse=darkspace] /dev/stdin --masking=3

ADD REPLY
1
Entering edit mode
16 months ago
manaswwm ▴ 490

I remember using lastz a while ago for aligning genomes, but I never used this --multiple option. Instead, I split the genome file into separate files each containing a single chromosome (for both species) and then performed an 'all against all' chromosome-specific alignment and it worked fine for me

ADD COMMENT
0
Entering edit mode

I have tried splitting the chromosomes into different files and it works without the --multiple option. Thank you.

ADD REPLY

Login before adding your answer.

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