Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Getting FASTX installed

    Hello,

    I'm new to sequence analysis and I have barcoded Illumina sequences which I want to split into different files. I already tried to install FASTX to do this, but I get constantly the next error when I want to configure:

    checking for GTEXTUTILS... configure: error: Package requirements (gtextutils) were not met:

    No package 'gtextutils' found

    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

    Alternatively, you may set the environment variables GTEXTUTILS_CFLAGS
    and GTEXTUTILS_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.

    I've followed the instructions on the http://hannonlab.cshl.edu/fastx_tool...nfig_email.txt mail, but that doen't work.
    So what are GTEXTUTILS and how can I solve this problem? Is there otherwise anyother program that I can use to split barcoded sequences?

    Thanks

  • #2
    You need to look at the installation man page at:


    following the instructions.

    Comment


    • #3
      I use this if you dont have pkg-config, you'll have to set the environment variables they describe in the help.

      Code:
      # fastx for read trimming.
      FASTX_VERSION=0.0.13
      mkdir -p fastx && cd fastx
      wget [url]http://hannonlab.cshl.edu/fastx_toolkit/libgtextutils-0.6.tar.bz2[/url]
      bunzip2 libgtextutils-0.6.tar.bz2 && tar xvf libgtextutils-0.6.tar
      cd libgtextutils-0.6 && ./configure && make && sudo make install && sudo ldconfig
      cd ../
      sudo apt-get install pkg-config && sudo pkg-config
      wget http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-${FASTX_VERSION}.tar.bz2
      bunzip2 fastx_toolkit-${FASTX_VERSION}.tar.bz2
      tar xvf fastx_toolkit-${FASTX_VERSION}.tar
      cd fastx_toolkit-${FASTX_VERSION} && ./configure && make && sudo make install

      Comment


      • #4
        Having the same problem, trying to resolve in different ways but noting working

        Hi there,
        I was trying to install this tool in my centos7 workstation but having problem. I tried to google and also tried all the possible solution but nothing works. I tried the code by "brentp" but getting the following error. code:
        PHP Code:
        # fastx for read trimming.
        FASTX_VERSION=0.0.13
        mkdir 
        -p fastx && cd fastx
        wget http
        ://hannonlab.cshl.edu/fastx_tool...ls-0.6.tar.bz2
        bunzip2 libgtextutils-0.6.tar.bz2 && tar xvf libgtextutils-0.6.tar
        cd libgtextutils
        -0.6 && ./configure && make && sudo make install && sudo ldconfig 
        ...
        ... 
        Whenever I try sudo make install it gave me:
        Code:
        ter.c  -fPIC -DPIC -o .libs/pipe_fitter.o
        pipe_fitter.c: In function ‘pipe_close’:
        pipe_fitter.c:30:6: error: variable ‘i’ set but not used [-Werror=unused-but-set-variable]
          int i, status ;
              ^
        cc1: all warnings being treated as errors
        make[3]: *** [pipe_fitter.lo] Error 1
        make[3]: Leaving directory `/gondor/zillur/tools/fastx/libgtextutils-0.6/src/gtextutils'
        make[2]: *** [all-recursive] Error 1
        make[2]: Leaving directory `/gondor/zillur/tools/fastx/libgtextutils-0.6/src'
        make[1]: *** [all-recursive] Error 1
        make[1]: Leaving directory `/gondor/zillur/tools/fastx/libgtextutils-0.6'
        make: *** [all] Error 2
        I also tried the instructions here:
        PHP Code:
        http://hannonlab.cshl.edu/fastx_toolkit/install_centos.txt 
        but its not working.
        Is there any solution there??
        Thanks in advance.

        Best regards
        Zillur

        Comment


        • #5
          There are likely more current/better alternatives to fastx. What exactly you need from fastx package?

          BTW: The errors you posted are not very informative with all "warnings" being treated as errors.

          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
          53 views
          0 likes
          Last Post seqadmin  
          Working...
          X