GenomeComb



Genomecomb moved to github on https://github.com/derijkp/genomecomb with documentation on https://derijkp.github.io/genomecomb. For up to date versions, go there. These pages only remain here for the data on the older scientific application (or if someone really needs a long obsolete version of the software)

liftsample

Format

cg liftsample sampledir resultdir liftoverfile dbdir

Summary

Use liftover to convert the files from a sample (variant, region, ...) from one build to another

Description

Converts a sample from one build to another (using liftover from ucsc). A liftover conversion is likely to cause loss of information: not all variants/regions can be properly converted. Variants that were dropped in the conversion, will be available in resultfile.unmapped.

Arguments

sampledir
file in sft format (with variant data)
resultdir
resulting converted file
liftoverfile
liftover file guiding the conversion, e.g. hg18/hg18ToHg19.over.tsv to convert from hg18 to hg19, and hg19/hg19ToHg18.over.tsv to convert from hg19 to hg18

Category

Conversion