Align bacterial contigs to a reference genome and visualize the alignment.
1
0
Entering edit mode
2.3 years ago

Hi,

I have a FASTA file containing contigs, which I want to align to a bacterial reference genome, and then visualize the alignment. Should be a simple task, but I have failed to install either Artemis, Mauve or Alvis in my linux OS. If anyone knows of an installable and intuitive program (either command line or GUI) for doing such an alignment, then please let me know.

Best, Rikki

bacteria visualization contig alignment reference • 1.7k views
ADD COMMENT
2
Entering edit mode
2.3 years ago
Mensur Dlakic ★ 27k

I think you may be going at this the wrong way. Rather than rejecting proven programs because you can't install them and asking for programs you can install (how do we know what you can install?), it may be be better to ask for help in installing those programs.

But since you asked, mummer is another program for genome alignments.

ADD COMMENT
1
Entering edit mode

I agree with @Mensur Dlakic keep trying to install your first alternatives. Send us the log of your failed attempts and we will try to help you. Installing programs is almost always a pain, which is why I strongly recommend you to use Conda (miniconda). Conda is really easy to set up and I think you can install all the programs you mentioned above with it in just one line of code in a virtual environment without sudo.

This is the miniconda page look for a tutorial on youtube if you need it, but basically just download the executable and then run its installation script.

By the way, I had good results with this tool, try it if you want: medusa. It can be run from a web browser or as a standalone tool (which you can easily install via conda).

ADD REPLY
1
Entering edit mode

Thanks a lot Hugo,

I will install miniconda right away, and post the logs if my attempts fail.

Best.

ADD REPLY
0
Entering edit mode

Thanks Mensur,

I have meticulously followed the installation instructions for these tools. But yes, perhaps I should instead have asked if anyone would have a working script for installing any of these programs in Linux. If I fail to install MUMmer as well, I will follow your advice :). Thanks again.

Best, Rikki

ADD REPLY
0
Entering edit mode

Dear Mensur,

I eventually managed to install mummer4 and to generate a figure of the alignment between my reference "GCF_000006765.1_ASM676v1_genomic.fasta" and my contigs "pseudo_contig.fasta" using the following code as per the manual:

 ./mummer -mum -b -c GCF_000006765.1_ASM676v1_genomic.fasta pseudo_contig.fasta > mummer.mums
 mummerplot -postscript -p mummer mummer.mums

I was expecting a dotplot as shown in the manual, but instead the output is a graph more resembling a percent identity plot, except that it actually has the reference on the x-axis (and not percent identity) and query on the y-axis:

enter image description here

Does it seem like I have done something wrong, or is there a way to interpret this figure?

Best, Rikki

ADD REPLY
0
Entering edit mode

Have you tried to do mums one contig at a time? Based on your description it sounds like you have more than one contig.

ADD REPLY
0
Entering edit mode

Thanks GenoMax. What would the purpose be of aligning with only a single contig? The manual claims to be able to handle assembly files with 1000s of contigs, so this shouldn't be a limitation. Best, Rikki

ADD REPLY
0
Entering edit mode

It may produce a simpler graph than the one you have above that can help you understand how that contig relates to the genome.

ADD REPLY

Login before adding your answer.

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