Difference between revisions of "PILON"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category:biology]][[Category: | + | [[Category:Software]][[Category:biology]][[Category:NGS]][[Category:phylogenetics]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|pilon}} | |{{#vardefine:app|pilon}} | ||
Line 5: | Line 5: | ||
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | ||
|{{#vardefine:conf|}} <!--CONFIGURATION--> | |{{#vardefine:conf|}} <!--CONFIGURATION--> | ||
− | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> | + | |{{#vardefine:exe|1}} <!--ADDITIONAL INFO--> |
|{{#vardefine:job|}} <!--JOB SCRIPTS--> | |{{#vardefine:job|}} <!--JOB SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> | ||
Line 36: | Line 36: | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | Basic usage: | |
+ | |||
+ | $ module load pilon/1.24 | ||
+ | |||
+ | $ pilon --genome genome.fasta [--frags frags.bam] [--jumps jumps.bam] [--unpaired unpaired.bam [...other options...] | ||
+ | |||
+ | |||
+ | For additional usage information, use the following: | ||
+ | |||
+ | $ pilon --help | ||
+ | |||
+ | |||
+ | If you need additional java heap memory, you can use the command: | ||
+ | |||
+ | $ java -Xmx60G -jar /apps/pilon/1.24/share/pilon-1.24-0/pilon.jar --genome genome.fasta [--frags frags.bam] [--jumps jumps.bam] [--unpaired unpaired.bam [...other options...] | ||
|}} | |}} | ||
Line 62: | Line 76: | ||
If you publish research that uses {{#var:app}} you have to cite it as follows: | If you publish research that uses {{#var:app}} you have to cite it as follows: | ||
− | Bruce J. Walker, Thomas Abeel, Terrance Shea, Margaret Priest, Amr Abouelliel, Sharadha Sakthikumar, Christina A. Cuomo, Qiandong Zeng, Jennifer Wortman, Sarah K. Young, Ashlee M. Earl (2014) Pilon: An Integrated Tool for Comprehensive Microbial Variant Detection and Genome Assembly Improvement. PLoS ONE 9(11): e112963. doi:10.1371/journal.pone.0112963 | + | [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0112963 Bruce J. Walker, Thomas Abeel, Terrance Shea, Margaret Priest, Amr Abouelliel, Sharadha Sakthikumar, Christina A. Cuomo, Qiandong Zeng, Jennifer Wortman, Sarah K. Young, Ashlee M. Earl (2014) Pilon: An Integrated Tool for Comprehensive Microbial Variant Detection and Genome Assembly Improvement. PLoS ONE 9(11): e112963. doi:10.1371/journal.pone.0112963] |
|}} | |}} |
Latest revision as of 15:04, 1 August 2024
Description
Pilon is a software tool which can be used to:
- Automatically improve draft assemblies
- Find variation among strains, including large event detection
Environment Modules
Run module spider pilon
to find out what environment modules are available for this application.
System Variables
- HPC_PILON_DIR - installation directory
- HPC_PILON_BIN - executable directory
- HPC_PILON_DOC - documentation directory
Additional Information
Basic usage:
$ module load pilon/1.24
$ pilon --genome genome.fasta [--frags frags.bam] [--jumps jumps.bam] [--unpaired unpaired.bam [...other options...]
For additional usage information, use the following:
$ pilon --help
If you need additional java heap memory, you can use the command:
$ java -Xmx60G -jar /apps/pilon/1.24/share/pilon-1.24-0/pilon.jar --genome genome.fasta [--frags frags.bam] [--jumps jumps.bam] [--unpaired unpaired.bam [...other options...]
Citation
If you publish research that uses pilon you have to cite it as follows: