Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Install ea-utils

    Hi, I am new to Bioinformatics and Linux, I have dowloaded ea-utils 1.1.2-537 in my Ubuntu box and unzipped it. I tried to use the fastq-join with my paired reads but the following message appeared:
    fastq-joint command not found
    Is there something else i need to do to install ea-utils in my box?
    Thank you

  • #2
    I don't recommend fastq-join; in my tests, it's worse than pretty much every alternative other than Pear.

    Comment


    • #3
      Originally posted by sylvie.le.borgne View Post
      Hi, I am new to Bioinformatics and Linux, I have dowloaded ea-utils 1.1.2-537 in my Ubuntu box and unzipped it. I tried to use the fastq-join with my paired reads but the following message appeared:
      fastq-joint command not found
      Is there something else i need to do to install ea-utils in my box?
      Thank you
      Probably not (assuming ea-utils are already compiled). You may need to add execute permissions

      Code:
      $ chmod u+x /path_to/fastq-join
      or provide full path to fastq-join as you try to run it

      Code:
      $ /path_to/fastq-join your_R1_file your_R2_file

      Comment


      • #4
        Thank you, I tried but it did not work. In the ea-utils folder I have fastq-join.c, I dont know what is the meaning of the letter c....

        Comment


        • #5
          Originally posted by sylvie.le.borgne View Post
          Thank you, I tried but it did not work. In the ea-utils folder I have fastq-join.c, I dont know what is the meaning of the letter c....
          That means it is source code that needs to be compiled. There should be a readme-type document included in the source to tell you how to compile the code to make executable files.

          Generally a
          Code:
          $ make
          in the directory may be all that is needed.

          Comment


          • #6
            you mean this:

            make home/sylvie/desktop/ea-utils.1.1.2-537/

            or make home/sylvie/desktop/ea-utils.1.1.2-537 ?

            Comment


            • #7
              Code:
              $ cd /home/sylvie/desktop/ea-utils.1.1.2-537
              $ make
              Good guide for basics of unix for a biologist: http://korflab.ucdavis.edu/Unix_and_...ent.html#part1

              Comment


              • #8
                fastq-join works OK, you just need to relax it because it is so stringent. I use -m 30 -p 30 with good success. Some data is crappier than other data and may need additional grooming before it can be successfully merged.

                Comment


                • #9
                  Late here:
                  Last I recall installing, ea-utils needed libgsl-dev library to install
                  Bioinformaticscally calm

                  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, Yesterday, 08:47 AM
                  0 responses
                  12 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
                  59 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 04-10-2024, 09:21 AM
                  0 responses
                  54 views
                  0 likes
                  Last Post seqadmin  
                  Working...
                  X