Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • #16
    indeed. i used the above command.

    when i tried to use AUGUSTUS, i got an error

    [root@root augustus.2.5.5]# augustus --species=SPECIES 454AllContigs.fna > output.gff
    bash: augustus: command not found

    Comment


    • #17
      Originally posted by shashankgupta View Post
      indeed. i used the above command.

      when i tried to use AUGUSTUS, i got an error

      [root@root augustus.2.5.5]# augustus --species=SPECIES 454AllContigs.fna > output.gff
      bash: augustus: command not found
      This means that the executable "augustus" wasn't found. Did you perform all steps in the tutorial, without getting error messages? Especially the "make" and "make install" (as you seem to be logged in as root, you should be able to do that) commands are very, very important and need to finish without errors.

      Comment


      • #18
        Originally posted by shashankgupta View Post
        indeed. i used the above command.

        when i tried to use AUGUSTUS, i got an error

        [root@root augustus.2.5.5]# augustus --species=SPECIES 454AllContigs.fna > output.gff
        bash: augustus: command not found
        Also, you need to replace "SPECIES" with one of the choices of trained species listed in the Augustus documentation.

        Comment


        • #19
          [root@root augustus.2.5.5]# cd src/
          [root@root src]# make
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o genbank.o genbank.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o properties.o properties.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o pp_profile.o pp_profile.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o pp_hitseq.o pp_hitseq.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o pp_scoring.o pp_scoring.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o statemodel.o statemodel.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o namgene.o namgene.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o types.o types.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o gene.o gene.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o evaluation.o evaluation.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o motif.o motif.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o geneticcode.o geneticcode.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o hints.o hints.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o extrinsicinfo.o extrinsicinfo.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o projectio.o projectio.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o intronmodel.o intronmodel.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o exonmodel.o exonmodel.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o igenicmodel.o igenicmodel.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o utrmodel.o utrmodel.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o merkmal.o merkmal.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o vitmatrix.o vitmatrix.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o lldouble.o lldouble.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o commontrain.o commontrain.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o igenictrain.o igenictrain.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o introntrain.o introntrain.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o exontrain.o exontrain.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o utrtrain.o utrtrain.cc -I../include -I.
          g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o dummy.o dummy.cc -I../include -I.
          g++ -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o augustus augustus.cc genbank.o properties.o pp_profile.o pp_hitseq.o pp_scoring.o statemodel.o namgene.o types.o gene.o evaluation.o motif.o geneticcode.o hints.o extrinsicinfo.o projectio.o intronmodel.o exonmodel.o igenicmodel.o utrmodel.o merkmal.o vitmatrix.o lldouble.o dummy.o -I../include -I.
          /usr/bin/ld: cannot find -lm
          collect2: ld returned 1 exit status
          make: *** [augustus] Error 1


          1 error i got

          Comment


          • #20
            Originally posted by sarvidsson View Post
            This means that the executable "augustus" wasn't found. Did you perform all steps in the tutorial, without getting error messages? Especially the "make" and "make install" (as you seem to be logged in as root, you should be able to do that) commands are very, very important and need to finish without errors.
            [root@root augustus.2.5.5]# cd src/
            [root@root src]# make
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o genbank.o genbank.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o properties.o properties.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o pp_profile.o pp_profile.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o pp_hitseq.o pp_hitseq.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o pp_scoring.o pp_scoring.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o statemodel.o statemodel.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o namgene.o namgene.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o types.o types.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o gene.o gene.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o evaluation.o evaluation.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o motif.o motif.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o geneticcode.o geneticcode.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o hints.o hints.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o extrinsicinfo.o extrinsicinfo.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o projectio.o projectio.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o intronmodel.o intronmodel.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o exonmodel.o exonmodel.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o igenicmodel.o igenicmodel.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o utrmodel.o utrmodel.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o merkmal.o merkmal.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o vitmatrix.o vitmatrix.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o lldouble.o lldouble.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o commontrain.o commontrain.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o igenictrain.o igenictrain.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o introntrain.o introntrain.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o exontrain.o exontrain.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o utrtrain.o utrtrain.cc -I../include -I.
            g++ -c -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o dummy.o dummy.cc -I../include -I.
            g++ -Wall -Wno-sign-compare -ansi -pedantic -O2 -static -o augustus augustus.cc genbank.o properties.o pp_profile.o pp_hitseq.o pp_scoring.o statemodel.o namgene.o types.o gene.o evaluation.o motif.o geneticcode.o hints.o extrinsicinfo.o projectio.o intronmodel.o exonmodel.o igenicmodel.o utrmodel.o merkmal.o vitmatrix.o lldouble.o dummy.o -I../include -I.
            /usr/bin/ld: cannot find -lm
            collect2: ld returned 1 exit status
            make: *** [augustus] Error 1

            i got 1 error

            Comment


            • #21
              i tried in other system, and make command works perfectly fine....

              $PWD
              /home/qiime/Desktop/augustus.2.5.5/config/

              and then

              export AUGUSTUS_CONFIG_PATH=/home/qiime/Desktop/augustus.2.5.5/config/

              then

              AUGUSTUS --species=HOMO sapiens 454AllContigs.fna > output.gff

              and again the same error
              AUGUSTUS : command not found


              Anuy suggestion ?

              Comment


              • #22
                Originally posted by shashankgupta View Post
                i tried in other system, and make command works perfectly fine....
                ...
                AUGUSTUS --species=HOMO sapiens 454AllContigs.fna > output.gff

                and again the same error
                AUGUSTUS : command not found

                ...
                Try

                Code:
                augustus --species="Homo sapiens" 454AllContigs.fna > output.gff
                On UNIX-like systems (e.g. Linux), filename case is crucial. Also, arguments containing spaces should be enclosed by quotes to be interpreted as one argument.

                If the "make install" worked properly as you stated on this other system, the command
                Code:
                which augustus
                should print something like
                Code:
                /usr/local/bin/augustus
                If you get no output from that command, something didn't work...

                Comment


                • #23
                  i undrstand the concept about the case sensitivity.
                  when i used command

                  which augustus

                  no output from the command


                  i tried everything to make it install, please walk with me to install it.

                  Comment


                  • #24
                    Can you post the output of this command?

                    Code:
                    $ ls -lRh /root/Desktop/augustus.2.5.5
                    We need to figure out first if you have manged to compile augustus/have the binary available.

                    Comment


                    • #25
                      Also realized they do provide binaries. Why didn't you get the latest version (3.0.3)?

                      This worked for me on a pretty much stock Ubuntu 14.04 machine:

                      Code:
                      cd /illumina/software
                      wget http://bioinf.uni-greifswald.de/augustus/binaries/augustus-3.0.3.tar.gz
                      tar -xzvf augustus-3.0.3.tar.gz
                      export AUGUSTUS_CONFIG_PATH=/illumina/software/augustus-3.0.3/config/
                      export PATH=$PATH:/illumina/software/augustus-3.0.3/bin:/illumina/software/augustus-3.0.3/scripts/
                      cd augustus-3.0.3
                      augustus --species=human --UTR=on examples/example.fa
                      Just replace "/illumina/software" for wherever you'd like to install it, and try that out...

                      Comment


                      • #26
                        i give it a try for latest version (3.0.3) in ubuntu

                        Comment


                        • #27
                          So is it working now? Or you will try this later.

                          Comment


                          • #28
                            miracle it works pretty good.. tooks hardly 20 min. . Thanks !
                            I appreciate it.
                            Best !
                            Shashank

                            Comment


                            • #29
                              Hi, as you helped me to install AUGUSTUS, can you tell me as well how can i install MAKER (genome annotation tool) as well.

                              I really need to do this.

                              Comment


                              • #30
                                I'm a commercial user, so I'd need a license to download it. Maybe someone from academia can help you.

                                Comment

                                Latest Articles

                                Collapse

                                • seqadmin
                                  Essential Discoveries and Tools in Epitranscriptomics
                                  by seqadmin




                                  The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                                  04-22-2024, 07:01 AM
                                • 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

                                ad_right_rmr

                                Collapse

                                News

                                Collapse

                                Topics Statistics Last Post
                                Started by seqadmin, Today, 08:47 AM
                                0 responses
                                10 views
                                0 likes
                                Last Post seqadmin  
                                Started by seqadmin, 04-11-2024, 12:08 PM
                                0 responses
                                60 views
                                0 likes
                                Last Post seqadmin  
                                Started by seqadmin, 04-10-2024, 10:19 PM
                                0 responses
                                57 views
                                0 likes
                                Last Post seqadmin  
                                Started by seqadmin, 04-10-2024, 09:21 AM
                                0 responses
                                53 views
                                0 likes
                                Last Post seqadmin  
                                Working...
                                X