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
                        Advanced Tools Transforming the Field of Cytogenomics
                        by seqadmin


                        At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
                        09-26-2023, 06:26 AM
                      • seqadmin
                        How RNA-Seq is Transforming Cancer Studies
                        by seqadmin



                        Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
                        09-07-2023, 11:15 PM

                      ad_right_rmr

                      Collapse

                      News

                      Collapse

                      Topics Statistics Last Post
                      Started by seqadmin, Yesterday, 09:36 AM
                      0 responses
                      8 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 10-02-2023, 07:14 AM
                      0 responses
                      15 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 09-29-2023, 09:38 AM
                      0 responses
                      16 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 09-27-2023, 06:57 AM
                      0 responses
                      16 views
                      0 likes
                      Last Post seqadmin  
                      Working...
                      X