Difference between revisions of "Maq"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replace - "<!--Run-->" to "==System Variables== * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory <!--Run--> ") |
Moskalenko (talk | contribs) |
||
Line 4: | Line 4: | ||
|{{#vardefine:url|http://maq.sourceforge.net/}} | |{{#vardefine:url|http://maq.sourceforge.net/}} | ||
<!--CONFIGURATION: OPTIONAL (1=ON)--> | <!--CONFIGURATION: OPTIONAL (1=ON)--> | ||
− | |||
− | |||
− | |||
|{{#vardefine:exe|1}} <!--RUNNING --> | |{{#vardefine:exe|1}} <!--RUNNING --> | ||
|{{#vardefine:conf|}} <!--CONFIGS--> | |{{#vardefine:conf|}} <!--CONFIGS--> | ||
Line 27: | Line 24: | ||
* [http://maq.sourceforge.net/maq-manpage.shtml Maq Reference Manual] | * [http://maq.sourceforge.net/maq-manpage.shtml Maq Reference Manual] | ||
* [http://maq.sourceforge.net/faq.shtml Maq FAQ] | * [http://maq.sourceforge.net/faq.shtml Maq FAQ] | ||
− | |||
− | |||
<!--Modules--> | <!--Modules--> | ||
==Required Modules== | ==Required Modules== | ||
Line 34: | Line 29: | ||
===Serial=== | ===Serial=== | ||
*{{#var:app}} | *{{#var:app}} | ||
− | |||
− | |||
==System Variables== | ==System Variables== | ||
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory | * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory | ||
− | <!-- | + | * HPC_MAQ_BIN - executable directory |
− | + | <!--Additional--> | |
− | {{#if: {{#var: exe}}|== | + | {{#if: {{#var: exe}}|==Additional Information== |
From the Maq website: | From the Maq website: | ||
Revision as of 19:03, 10 August 2012
Description
Maq stands for Mapping and Assembly with Quality It builds assembly by mapping short reads to reference sequences.
Documentation:
Required Modules
Serial
- maq
System Variables
- HPC_{{#uppercase:maq}}_DIR - installation directory
- HPC_MAQ_BIN - executable directory
Additional Information
From the Maq website:
Follow these steps to run Maq. All you need is a reference sequence file in the FASTA format.
Prepare a reference sequence (ref.fasta), better a bacterial genome to make the test run faster.
Simulate diploid reference and read sequences, map reads, call variants and evaluate the results in one go:
maq.pl demo ref.fasta calib-30.dat
where calib-30.dat is contained in maq-data.
View the alignment:
cd maqdemo/easyrun; maqindex -i -c consensus.cns all.map; maqview -c consensus.cns all.map
Even for advanced maq users, running `maq.pl demo' is recommended. You may find something helpful.