Difference between revisions of "FALCON"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
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:pbs|}} <!--PBS SCRIPTS--> | |{{#vardefine:pbs|}} <!--PBS SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> | ||
Line 23: | Line 23: | ||
We use FALCON-integrate in conjunction with SLURM to run FALCON on HiPerGator. See the [[FALCON_fc_run_cfg|sample SLURM fc_run.cfg]] for an example. | We use FALCON-integrate in conjunction with SLURM to run FALCON on HiPerGator. See the [[FALCON_fc_run_cfg|sample SLURM fc_run.cfg]] for an example. | ||
+ | |||
<!--Modules--> | <!--Modules--> | ||
Line 42: | Line 43: | ||
<!--Run--> | <!--Run--> | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | =Errors and Pitfalls= | |
− | + | * Make sure that the fasta headers are in a format acceptable to FALCON. If you encounterd a Fasta2DB error '<code>Line 1: Pacbio header line format error</code>' see [https://github.com/PacificBiosciences/FALCON/issues/251 FALCON issue #251] for an explanation. | |
|}} | |}} |
Revision as of 02:24, 14 December 2016
Description
Falcon: a set of tools for fast aligning long reads for consensus and assembly
The Falcon tool kit is a set of simple code collection which I use for studying efficient assembly algorithm for haploid and diploid genomes. It has some back-end code implemented in C for speed and some simple front-end written in Python for convenience.
We use FALCON-integrate in conjunction with SLURM to run FALCON on HiPerGator. See the sample SLURM fc_run.cfg for an example.
Required Modules
Serial/Parallel
- falcon
System Variables
- HPC_{{#uppercase:falcon}}_DIR - installation directory
Additional Information
Errors and Pitfalls
- Make sure that the fasta headers are in a format acceptable to FALCON. If you encounterd a Fasta2DB error '
Line 1: Pacbio header line format error
' see FALCON issue #251 for an explanation.