DELLY CNV Calling
1
0
Entering edit mode
5.1 years ago

So, I have to call CNVs of various bam-files using delly. Due to the rather low documentation, I am stuck.

I have a genomic reference file (Homo_sapiens.GRCh38.dna.chromosome.17.fa) as well as the ref-index file (.fa.fai), an input file (HG00512.CHS.sorted.bam) and bam-index (HG00512.CHS.sorted.bam.bai)

Since we only have to call CNVs on chromosome 17, the genomic reference is just the chromosome 17.

Input:

delly_cnv call -g Homo_sapiens.GRCh38.dna.chromosome.17.fa HG00512.CHS.sorted.bam

Output

BAM file chromosome chr1 is NOT present in your reference file Homo_sapiens.GRCh38.dna.chromosome.17.fa

I know, that Chr1 is not present in the reference - its just Chr17 Am I requested so specify that in some way?.

Best regards

delly CNV • 2.5k views
ADD COMMENT
1
Entering edit mode
5.1 years ago

don't change the fasta reference and use a BED with -x to exclude the orther contigs

-x [ --exclude ] arg              file with regions to exclude
ADD COMMENT
0
Entering edit mode

Thanks!

How do I specify the exclusion argument? Everything except Chr17?

ADD REPLY
0
Entering edit mode

Yes, everything except Chr17. You can just list them all line-by-line:

chr1
chr2
...
chr16
chr18
chr19
...
ADD REPLY

Login before adding your answer.

Traffic: 1814 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6