Giter Site home page Giter Site logo

SNP phasing not running about duet HOT 6 CLOSED

fmobegi avatar fmobegi commented on June 12, 2024
SNP phasing not running

from duet.

Comments (6)

yekaizhou avatar yekaizhou commented on June 12, 2024

Hi,

It seems to me that there are no original SV signal called by Sniffles, therefore there are no signature that Duet can process of. Could you please try another base SV caller for comparison, and set the --sv_min_size to be smaller e.g. 35?

Regards,
Yekai

from duet.

fmobegi avatar fmobegi commented on June 12, 2024

run_duet.log

The program probably runs to completion but the parallel_wh.sh: 1: Syntax error: "(" unexpected error shows up on every sample and on every sv caller.

Done.
Wrote 1 called SVs to 02_variants/duet_sniffles/19QB002386_barcode05/sv_calling/variants.vcf (single-sample, sorted)
13:57:12 [INFO] ************************* SV CALLING COMPLETED IN 1.039s *************************
13:57:12 [INFO] ************************* SNP PHASING STARTED *************************
02_variants/duet_sniffles/19QB002386_barcode05/snp_phasing/parallel_wh.sh: 1: Syntax error: "(" unexpected
13:57:12 [INFO] ************************* SNP PHASING COMPLETED IN 0.022s *************************
13:57:12 [INFO] ************************* SV PHASING STARTED *************************
13:57:12 [INFO] create output .vcf file
13:57:12 [INFO] extract SNP signatures
13:57:12 [INFO] extract SV signatures
13:57:12 [INFO]   signatures extracted from chr6
13:57:12 [INFO] integrate read weight information
13:57:12 [INFO] calculate read weight statistics
13:57:12 [INFO] predict SV haplotypes in the callset
13:57:12 [INFO] write phased callset into .vcf file
13:57:12 [INFO] ************************* SV PHASING COMPLETED IN 0.017s *************************
13:57:12 [INFO] ************************* DUET FINISHED IN 22.341s *************************
13:57:12 [INFO] OUTPUT .VCF FILE AT 02_variants/duet_sniffles/19QB002386_barcode05/phased_sv.vcf
13:57:12 [INFO] ************************* DUET STARTED *************************
13:57:12 [INFO] ************************* SNP CALLING STARTED *************************

from duet.

yekaizhou avatar yekaizhou commented on June 12, 2024

Could you please share the parallel_wh.sh to see if there are ways to fix?

from duet.

fmobegi avatar fmobegi commented on June 12, 2024

parallel_wh.sh.txt

from duet.

yekaizhou avatar yekaizhou commented on June 12, 2024

Thanks for pointing this out. It is because of a inconsistency between ./parallel_wh.sh and bash ./parallel_wh.sh in different operation systems.

We will fix this in our next release. For now, you may choose to download a local copy and change the 32th line of duet/src/duet/snp_phasing.py from os.system(snp_phasing_home + 'parallel_wh.sh') to os.system('bash ' + snp_phasing_home + 'parallel_wh.sh'), which will work fine.

from duet.

fmobegi avatar fmobegi commented on June 12, 2024

WIll try that.. Thanks

from duet.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.