Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • JAVA in mac

    Hi to all, I want to run trinity in the iMAC of my work, it has 10.7 Lion, and I had downloaded thousands of times java from the oracle page, but this is still the answer of trinity, please, help me

    Code:
    ./runMe.sh #!/bin/bash -ve
    
    
    if [ -e reads.right.fq.gz ] && [ ! -e reads.right.fq ]; then
        gunzip -c reads.right.fq.gz > reads.right.fq
    fi
    
    if [ -e reads.left.fq.gz ] && [ ! -e reads.left.fq ]; then
        gunzip -c reads.left.fq.gz > reads.left.fq
    fi
    
    if [ -e reads2.right.fq.gz ] && [ ! -e reads2.right.fq ]; then
        gunzip -c reads2.right.fq.gz > reads2.right.fq
    fi
    
    if [ -e reads2.left.fq.gz ] && [ ! -e reads2.left.fq ]; then
        gunzip -c reads2.left.fq.gz > reads2.left.fq
    fi
    
    
    
    #######################################################
    ##  Run Trinity to Generate Transcriptome Assemblies ##
    #######################################################
    
    ../../Trinity --seqType fq --max_memory 2G --left reads.left.fq.gz,reads2.left.fq.gz --right reads.right.fq.gz,reads2.right.fq.gz --SS_lib_type RF --CPU 4
    Use of uninitialized value $java_version in pattern match (m//) at ../../Trinity line 818.
    
    
    
    ********************************************************************
    ** Warning, Trinity cannot determine which version of Java is being used.  Version 1.7 is required. 
    
    Attempting to continue in 30 seconds
    ********************************************************************
    
    
    Trinity version: v2.0.6
    -currently using the latest production release of Trinity.
    
    Error, cannot find 'java'.  Please be sure it is available within your ${PATH} setting and then try again. at ../../Trinity line 2193.

  • #2
    What happens when you type "java --version"?

    Comment


    • #3
      See if the answer in this thread helps: http://stackoverflow.com/questions/2...t-java-version

      Comment


      • #4
        Ir say java comand not found

        Comment


        • #5
          You don't have Java installed at all?

          Comment


          • #6
            No, evento when I download the dmg, and follow the instructions

            Comment


            • #7
              For 10.7.3 and above, Java 8 from Oracle is supposed to work. Are you at that patch level?
              Last edited by GenoMax; 04-14-2015, 03:48 AM.

              Comment


              • #8
                Lion 10.7.5, I download the java8_40

                Comment


                • #9
                  You do have admin rights to install software on this computer?

                  Comment


                  • #10
                    Yes I have

                    Comment


                    • #11
                      Do you get errors or what? Obviously you need to sort out the java problem first (tried to get Java 1.6 from apple?).

                      Before you go much further, what kind of assembly project do you have in mind? Trinity requires significant amount of RAM and if you are running an iMac (with 10.7) that may become a limiting factor.

                      Comment


                      • #12
                        This is what happend when I try to install JAVA and run ./runMe.sh in mac


                        I'm aware of the limiting factor of the ram, but I just need to run 8M fastq and do nothing more in this mac

                        Comment


                        • #13
                          Since you have now installed java (I think that is what the left half of the screenshot says) I will refer you back to posts #2 and 3. Tell us what happens when you try Brian's suggestion in #2 and then try to set the $java_version variable per #3.

                          Comment


                          • #14
                            java -version
                            -bash: java: command not found

                            Comment


                            • #15
                              I have installed Java from this dmg at least 10 times, and also from the version 7 and 6

                              Comment

                              Latest Articles

                              Collapse

                              • seqadmin
                                Current Approaches to Protein Sequencing
                                by seqadmin


                                Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                                04-04-2024, 04:25 PM
                              • 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

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by seqadmin, 04-11-2024, 12:08 PM
                              0 responses
                              30 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 04-10-2024, 10:19 PM
                              0 responses
                              32 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 04-10-2024, 09:21 AM
                              0 responses
                              28 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 04-04-2024, 09:00 AM
                              0 responses
                              53 views
                              0 likes
                              Last Post seqadmin  
                              Working...
                              X