Open dantaki opened 7 years ago
Hi, We are trying to use Speedseq SV call for our whole genome analysis pipeline. We processed the HapMap sample NA12877. I am getting the same warning when I run speedseq sv on the bam outputs from speedseq align "Warning: --split_bam (-S) is deprecated. Ignoring NA12877_10X.splitters.bam." Is this a known issue?
Thank you, Sithara
Hi,
I met the same warning issue. I am wondering whether it's a big issue for CNV calling.
Thanks!
Elaine
I am using
Version: 0.1.2
ofspeedseq
andversion: v0.1.4
ofsvtyper
I have 3 bam files aligned with
bwa mem
to the hg38 reference. This is my speedseq commandI generated the discordant and split read files with the following commands
I've ran the speedseq command twice, each using a different exclusion file. The exclusion file above is hg38 centromeres, assembly gaps, and segmental duplications.
The second exclusion file was a hg38 lift-over from the hg19 lumpy exclusion file packaged in
speedseq
.I get the same error for both jobs.
Here is the error message:
Note that the wall time limit was 48 hours.
Here's the STDOUT
Here's an entry from SVTyper output
Note that only one sample is genotyped. This is the case for all variants in the VCF. Only the first sample is genotyped.
I have used these commands successfully in the past with hg19 aligned genomes without error. I'm not sure what's causing the error messages I'm receiving.
-S is deprecated
error?Thank you for your time