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
                    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
                  • 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

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by seqadmin, 04-11-2024, 12:08 PM
                  0 responses
                  30 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 04-10-2024, 10:19 PM
                  0 responses
                  32 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 04-10-2024, 09:21 AM
                  0 responses
                  28 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 04-04-2024, 09:00 AM
                  0 responses
                  52 views
                  0 likes
                  Last Post seqadmin  
                  Working...
                  X