Giter Site home page Giter Site logo

Final result file folders Empty ----E 8_extractTranscripts.pl: couldn't find one of HV/HET/OCHV/OCHET for OM about grexome-timc-secondary HOT 2 CLOSED

Chris-lang478 avatar Chris-lang478 commented on September 3, 2024
Final result file folders Empty ----E 8_extractTranscripts.pl: couldn't find one of HV/HET/OCHV/OCHET for OM

from grexome-timc-secondary.

Comments (2)

ntm avatar ntm commented on September 3, 2024

The "E: 8_extractSamples.pl" error occurs because that script received an empty file as input. I fixed the code to produce a clear error message instead of the two obscure "Use of uninitialized value $header..." messages, but this is just cosmetic.
Logging "8_extractSamples.pl - ALL DONE, completed successfully!" instead of aborting with an error message when the step actually failed is also a mistake, it has now been fixed.
The same goes for 8_extractTranscripts.pl, and I fixed it as well.
But your real issue happens upstream from these steps - they should not be receiving empty files as input, some step upstream must have failed.
Your sampleCLN.xlsx looks fine, and if it wasn't you would get early error messages about it: all metadata files get thoroughly sanity-checked before anything else happens.
Please do the following:

  1. git pull to refresh your codebase. You should not make changes to any files from the repo, the only customizations should be in a copy of grexomeTIMCsec_config.pm (copied somewhere and edited). For example if you don't use subCohorts you should just modify &subCohorts() in your copy of grexomeTIMCsec_config.pm so it returns an empty hash.
  2. Run grexome-TIMC-secondary.pl
  3. If the logfile still contains E or W lines, and/or if the results are still empty, please post the full command-line that you used and attach the full logfile.
  4. Also please post the result of zgrep -m 1 '#CHROM' [your GVCF.gz file] (it should end with the sample IDs, including at least all the sampleID values in sampleCLN.xlsx , I thought the code checked this but your test VEP output from test.zip doesn't have anything after INFO, seems strange)

from grexome-timc-secondary.

Chris-lang478 avatar Chris-lang478 commented on September 3, 2024

@ntm
Thanks for your great work!! It runs successfully after refreshing the git.

Cheers,
Chris

from grexome-timc-secondary.

Related Issues (7)

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.