Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • lupid
    Member
    • Mar 2015
    • 54

    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.
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

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

    Comment

    • GenoMax
      Senior Member
      • Feb 2008
      • 7142

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

      Comment

      • lupid
        Member
        • Mar 2015
        • 54

        #4
        Ir say java comand not found

        Comment

        • GenoMax
          Senior Member
          • Feb 2008
          • 7142

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

          Comment

          • lupid
            Member
            • Mar 2015
            • 54

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

            Comment

            • GenoMax
              Senior Member
              • Feb 2008
              • 7142

              #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

              • lupid
                Member
                • Mar 2015
                • 54

                #8
                Lion 10.7.5, I download the java8_40

                Comment

                • GenoMax
                  Senior Member
                  • Feb 2008
                  • 7142

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

                  Comment

                  • lupid
                    Member
                    • Mar 2015
                    • 54

                    #10
                    Yes I have

                    Comment

                    • GenoMax
                      Senior Member
                      • Feb 2008
                      • 7142

                      #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

                      • lupid
                        Member
                        • Mar 2015
                        • 54

                        #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

                        • GenoMax
                          Senior Member
                          • Feb 2008
                          • 7142

                          #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

                          • lupid
                            Member
                            • Mar 2015
                            • 54

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

                            Comment

                            • lupid
                              Member
                              • Mar 2015
                              • 54

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

                              Comment

                              Latest Articles

                              Collapse

                              • mylaser
                                Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                                by mylaser
                                Kheloyar – Everything You Need to Know About Kheloyaar Login and Kheoyar Id
                                If you are looking for an online gaming platform that offers a user-friendly experience, Kheloyar has become a name that many users search for. Whether you're interested in creating a new account, accessing your dashboard through Kheloyaar Login, or learning how to obtain a Kheoyar Id, understanding the platform's features and account process is essential.
                                This guide explains everything you need to know about...
                                Yesterday, 01:13 AM
                              • SEQadmin2
                                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                                by SEQadmin2



                                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                                ...
                                07-09-2026, 11:10 AM
                              • SEQadmin2
                                Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                                by SEQadmin2



                                Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                                There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                                07-08-2026, 05:17 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, 07-09-2026, 10:04 AM
                              0 responses
                              20 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-08-2026, 10:08 AM
                              0 responses
                              12 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-07-2026, 11:05 AM
                              0 responses
                              30 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-02-2026, 11:08 AM
                              0 responses
                              31 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...