Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    It doesn't work either

    java -Xmx4G -jar /GenoStorage/Software/snpEff_2_0_5d/snpEff.jar eff -c /GenoStorage/Software/snpEff_2_0_5d/snpEff.config -v -onlyCoding true -i vcf -o txt GRCh37.65 varSample02187ATESTE.flt.vcf > snpEff_sample02187A.txt
    00:00:00.000 Reading configuration file '/GenoStorage/Software/snpEff_2_0_5d/snpEff.config'
    00:00:00.225 done
    00:00:00.225 Reading database for genome 'GRCh37.65' (this might take a while)
    java.lang.RuntimeException: java.io.FileNotFoundException: /GenoStorage/Software/snpEff_2_0_5d/./data/GRCh37.65/snpEffectPredictor.bin (No such file or directory)
    at ca.mcgill.mcb.pcingola.Gpr.readFileSerializedGz(Gpr.java:426)
    at ca.mcgill.mcb.pcingola.snpEffect.SnpEffectPredictor.load(SnpEffectPredictor.java:48)
    at ca.mcgill.mcb.pcingola.snpEffect.Config.loadSnpEffectPredictor(Config.java:101)
    at ca.mcgill.mcb.pcingola.snpEffect.commandLine.SnpEffCmdEff.run(SnpEffCmdEff.java:536)
    at ca.mcgill.mcb.pcingola.snpEffect.commandLine.SnpEff.run(SnpEff.java:244)
    at ca.mcgill.mcb.pcingola.snpEffect.commandLine.SnpEff.main(SnpEff.java:72)
    Caused by: java.io.FileNotFoundException: /GenoStorage/Software/snpEff_2_0_5d/./data/GRCh37.65/snpEffectPredictor.bin (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:137)
    at java.io.FileInputStream.<init>(FileInputStream.java:96)
    at ca.mcgill.mcb.pcingola.Gpr.readFileSerializedGz(Gpr.java:421)
    ... 5 more
    00:00:00.235 Finishing up

    Comment


    • #17
      That's a different error. You now have another file not found error because it's looking for '/GenoStorage/Software/snpEff_2_0_5d/./data/GRCh37.65/snpEffectPredictor.bin' rather than '/GenoStorage/BasesDados/GRCh37.65/snpEffectPredictor.bin'. You may need to change the data_dir parameter in the config file, because it's looking in the same directory that you mentioned your config file was in.

      Comment


      • #18
        I tried to do that in the snpEff.config file but i won't let me save

        Comment


        • #19
          I tried to do that in the snpEff.config file but i won't let me save
          This is the config file that was owned by root that you enabled read access to? If you want to modify that, you'll need to enable write access globally as well, which means that anyone else using your computer system can modify that file (i.e. a bad idea).

          You could also set the ownership of that config file to your user name, which would mean only you (and root) could modify it, or possibly match the ownership of the data directory, then set group permissions for write access (so people in that group can modify the config file):

          Code:
          chown pcadmin:geneusers <location>/snpEff.config
          chmod ug+w <location>/snpEff.config

          Comment


          • #20
            It worked

            Thanks a lot for your help

            java -Xmx4G -jar /GenoStorage/Software/snpEff_2_0_5d/snpEff.jar eff -c /GenoStorage/Software/snpEff_2_0_5d/snpEff.config -v -onlyCoding true -i vcf -o txt hg19 varSample02187ATESTE.flt.vcf > snpEff_sample02187A.txt
            00:00:00.000 Reading configuration file '/GenoStorage/Software/snpEff_2_0_5d/snpEff.config'
            00:00:00.226 done
            00:00:00.226 Reading database for genome 'hg19' (this might take a while)
            00:00:13.202 done
            00:00:13.203 Building interval forest
            00:00:27.282 done.
            00:00:27.282 Predicting variants
            00:00:33.278 Creating summary file: snpEff_summary.html
            00:00:34.303 Creating genes file: snpEff_genes.txt
            00:00:39.008 done.
            00:00:39.010 Finishing up

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Strategies for Sequencing Challenging Samples
              by seqadmin


              Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
              03-22-2024, 06:39 AM
            • seqadmin
              Techniques and Challenges in Conservation Genomics
              by seqadmin



              The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

              Avian Conservation
              Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
              03-08-2024, 10:41 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Yesterday, 06:37 PM
            0 responses
            10 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, Yesterday, 06:07 PM
            0 responses
            9 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 03-22-2024, 10:03 AM
            0 responses
            51 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 03-21-2024, 07:32 AM
            0 responses
            67 views
            0 likes
            Last Post seqadmin  
            Working...
            X