-
Notifications
You must be signed in to change notification settings - Fork 0
progressiveMauve
Dreycey Albin edited this page May 16, 2019
·
1 revision
- Author: Dreycey Albin
- Date: 05/10/2019
- Updates: NAME (DATE): update descr; NAME (DATE): update descr,
- Program for genome alignment
- documentation (website): progressive mauve
- documentation (publication): URL TO PUBLICATION
- documentation (directions for using Mauve from the command line): progressiveMauve command line Directions
- installation for MacOS
wget http://darlinglab.org/mauve/snapshots/2015/2015-02-25/MacOS/Mauve-snapshot_2015-02-25.dmg;
- installation for Linux
wget http://darlinglab.org/mauve/snapshots/2015/2015-02-13/linux-x64/mauve_linux_snapshot_2015-02-13.tar.gz;
tar -zxvf mauve_linux_snapshot_2015-02-13.tar.gz
- using 3 genomes extracted from EvolSim into fasta format using the gbk_to_fna python script:
./linux-x64/progressiveMauve --output=threeway.xmfa --output-guide-tree=threeway.tree --backbone-output=threeway.backbone 001dreyceysim_1000.fna 039dreyceysimS040_269.fna 039dreyceysimX_373.fn
001dreyceysim_1000.fna.sslist
039dreyceysimX_373.fna.sslist
039dreyceysimS040_269.fna.sslist
threeway.backbone
threeway.tree
threeway.xmfa
threeway.xmfa.bbcols```
--> 3 genomes of interest
- using 3 genomes extracted from EvolSim into fasta format using the gbk_to_fna python script:
./linux-x64/progressiveMauve --output=threeway.xmfa --output-guide-tree=threeway.tree --backbone-output=threeway.backbone 001dreyceysim_1000.fna 039dreyceysimS040_269.fna 039dreyceysimX_373.fn
- Output for this particular command
001dreyceysim_1000.fna.sslist
039dreyceysimX_373.fna.sslist
039dreyceysimS040_269.fna.sslist
threeway.backbone
threeway.tree
threeway.xmfa
threeway.xmfa.bbcols
These are a growing collection of manuals for commonly used bioinformatics tools.
Just go to the page for the tool you are trying to use, and scroll through the page to download and install. That simple. The goal is to add extra documentation for using these tools, in addition to what is already supplied by the manual pages for the programs.