Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How to run script (csh file) in Glimmer

    tnt@tnt:~$ Downloads/glimmer3.02/sample-run/g3-from-scratch.csh auto_data_31/contigs.fa test
    Step 1 of 4: Finding long orfs for training
    /fs/szgenefinding/Glimmer3/bin/long-orfs: Command not found.
    Failed to find long-orf training set


  • #2
    Originally posted by Votinhkiem90 View Post
    tnt@tnt:~$ Downloads/glimmer3.02/sample-run/g3-from-scratch.csh auto_data_31/contigs.fa test
    Step 1 of 4: Finding long orfs for training
    /fs/szgenefinding/Glimmer3/bin/long-orfs: Command not found.
    Failed to find long-orf training set

    Did you compile the program after downloading the source?

    Code:
    /fs/szgenefinding/Glimmer3/bin/long-orfs: Command not found.
    That seems to indicate that the script is unable to find the "long-orf" program that should be present in /bin after compilation.

    Comment


    • #3
      Originally posted by GenoMax View Post
      Did you compile the program after downloading the source?

      Code:
      /fs/szgenefinding/Glimmer3/bin/long-orfs: Command not found.
      That seems to indicate that the script is unable to find the "long-orf" program that should be present in /bin after compilation.
      Thank for help, I compiled but have an error.
      * Make Target is all
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Common all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/ICM all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Glimmer all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Util all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      * Make Target is all
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Common all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/ICM all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Glimmer all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Util all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      * Make Target is all
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Common all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/ICM all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Glimmer all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Util all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      tnt@tnt:~/Downloads/glimmer3.02/src$ make
      * Make Target is all
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Common all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/ICM all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Glimmer all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Util all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      * Make Target is all
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Common all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/ICM all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Glimmer all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Util all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      * Make Target is all
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Common all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Common'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/ICM all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/ICM'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Glimmer all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Glimmer'
      ##### Making Directory /home/tnt/Downloads/glimmer3.02/src/Util all #####
      make[1]: Entering directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      make[1]: Nothing to be done for `all'.
      make[1]: Leaving directory `/home/tnt/Downloads/glimmer3.02/src/Util'
      tnt@tnt:~/Downloads/glimmer3.02/src$ cd ..
      How to fix?

      Comment


      • #4
        I do not see an error in the "make".

        Can you check "/fs/szgenefinding/Glimmer3/bin/" directory to see if it has been populated? You should now be able to run the original program as long as the executables are there in /fs/szgenefinding/Glimmer3/bin/ directory.

        Comment


        • #5
          Originally posted by GenoMax View Post
          I do not see an error in the "make".

          Can you check "/fs/szgenefinding/Glimmer3/bin/" directory to see if it has been populated? You should now be able to run the original program as long as the executables are there in /fs/szgenefinding/Glimmer3/bin/ directory.
          thanks for help, What should I do? "/fs/szgenefinding/Glimmer3/bin/" directory not populated?

          Comment


          • #6
            Originally posted by Votinhkiem90 View Post
            thanks for help, What should I do? "/fs/szgenefinding/Glimmer3/bin/" directory not populated?
            I just realized that you compiled the software in a new location. So the directory you would want to check would be

            /home/tnt/Downloads/glimmer3.02/bin

            Comment


            • #7
              Originally posted by GenoMax View Post
              I just realized that you compiled the software in a new location. So the directory you would want to check would be
              Yes, I know, but I don't know how to compile it.
              However, all tool in the /glimmer3.02/bin still normally running? when I want to run g3-from,... in Scipts express this error.
              hmm

              Comment


              • #8
                -bash: ./g3-from-scratch.csh: Permission denied

                Originally posted by Votinhkiem90 View Post
                Yes, I know, but I don't know how to compile it.
                However, all tool in the /glimmer3.02/bin still normally running? when I want to run g3-from,... in Scipts express this error.
                hmm
                HI,

                I am having a problem with glimmer3.

                -bash: ./g3-from-scratch.csh: Permission denied

                Help would be appreciated

                Thanks

                Comment


                • #9
                  Originally posted by Bioinform View Post
                  HI,

                  I am having a problem with glimmer3.

                  -bash: ./g3-from-scratch.csh: Permission denied

                  Help would be appreciated

                  Thanks
                  You probably do not have execute permissions on that script. Do the following
                  Code:
                  $ chmod u+x ./g3-from-scratch.csh

                  Comment


                  • #10
                    i need help

                    Comment


                    • #11
                      urgent

                      need help in Glimmer installation please its urgent

                      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
                      8 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, Yesterday, 06:07 PM
                      0 responses
                      8 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 03-22-2024, 10:03 AM
                      0 responses
                      49 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 03-21-2024, 07:32 AM
                      0 responses
                      66 views
                      0 likes
                      Last Post seqadmin  
                      Working...
                      X