-
Notifications
You must be signed in to change notification settings - Fork 10
Home
RenzoTale88 edited this page Mar 22, 2021
·
16 revisions
nf-LO is a nextflow pipeline to generate lift over chain/net files for any pair of genomes.
The workflow consists of four major steps:
- Chunking of the genomes: not always needed, but speed up the work!
- Alignment: this step can be performed using different aligners; fine tuning it can greatly improve the results
- Chain/netting: generation of the chain/net for the liftover
- Lift the positions: if a file is specified, it will be automatically lifted (if possible)
If you have a couple of genomes that you want to process, you can simply follow our step-by-step guide, which will put you up and running with nf-LO!
If you want more control over the workflow, and try to improve your newly generated chain/net files, simply follow the sub-sections below: