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
                                Advanced Methods for the Detection of Infectious Disease
                                by seqadmin




                                The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
                                ...
                                11-27-2023, 01:15 PM
                              • seqadmin
                                Strategies for Investigating the Microbiome
                                by seqadmin




                                Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
                                11-09-2023, 07:02 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by seqadmin, Today, 07:37 AM
                              0 responses
                              14 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, Yesterday, 08:23 AM
                              0 responses
                              8 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 12-01-2023, 09:55 AM
                              0 responses
                              23 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 11-30-2023, 10:48 AM
                              0 responses
                              23 views
                              0 likes
                              Last Post seqadmin  
                              Working...
                              X