Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabix error on effects-ploidyfix.vcf.gz #3706

Open
hongenxu opened this issue Apr 6, 2023 · 0 comments
Open

tabix error on effects-ploidyfix.vcf.gz #3706

hongenxu opened this issue Apr 6, 2023 · 0 comments

Comments

@hongenxu
Copy link

hongenxu commented Apr 6, 2023

Dear authors,

when I tabix the effects-ploidyfix.vcf.gz, I got the errors as follows,

[E::get_intv] Failed to parse TBX_VCF, was wrong -p [type] used?
The offending line was: ""
[E::hts_idx_push] Unsorted positions on sequence #71: 521207 followed by 1
tbx_index_build failed: /public/home/zzumag02/Projects/1shenbing/bcbio/family-3312870/work/bcbiotx/tmpsd9_adut/3312870-effects-ploidyfix.vcf.gz
' returned non-zero exit status 1.

if I sort the effects-ploidyfix.vcf.gz by bcftools sort, it works. I cannot find where this file was created.

thanks,
hongen

Version info

  • bcbio version (bcbio_nextgen.py --version): 1.2.9
  • OS name and version (lsb_release -ds): CentOS Linux release 7.6.1810 (Core)

To Reproduce
Exact bcbio command you have used:

bcbio_nextgen.py --separators R  -w template /public/home/zzumag02/Projects/bcbio_yaml/kidney_wes.yaml family-3312870.csv  /public/home/zzumag02/Projects/1shenbing/merged/3312870-2_R1.fastq.gz /public/home/zzumag02/Projects/1shenbing/merged/3312870-2_R2.fastq.gz
cd family-3312870/work
bcbio_nextgen.py ../config/family-3312870.yaml -n 32

Your yaml configuration file:

details:
- algorithm:
    aligner: bwa
    coverage: /public/home/zzumag02/Projects/bedfiles/Exome-T600V1G.bed
    mark_duplicates: true
    platform: Illumina
    realign: false
    recalibrate: false
    save_diskspace: true
    tools_off:
    - upload_alignment
    tools_on:
    - qualimap_full
    variantcaller: gatk-haplotype
    vcfanno:
    - dbnsfp
  analysis: variant2
  description: 3312870-2
  files:
  - /public/home/zzumag02/Projects/1shenbing/merged/3312870-2_R1.fastq.gz
  - /public/home/zzumag02/Projects/1shenbing/merged/3312870-2_R2.fastq.gz
  genome_build: GRCh37
  metadata:
    batch: 3312870
    maternal_id: 0
    paternal_id: 0
    phenotype: 2
    sex: female
fc_name: family-3312870
upload:
  dir: ../final

Log files (could be found in work/log)
Please attach (10MB max): bcbio-nextgen-commands.log, and bcbio-nextgen-debug.log.

bcbio-nextgen-commands.log
bcbio-nextgen-debug.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant