Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • csmbiotech
    Junior Member
    • Oct 2012
    • 4

    Perl Code: Help Needed for Sequence Extraction.

    Hi,

    Please let me know how the coding can be done for extracting each sequence in separate files, from a single file (*.txt or *.fa) containing those multiple sequences in Fasta formay.

    Now, please let me elaborate this:

    Suppose I have a file MultiFasta.txt which containes these three sequences in Fasta format:

    > Species1
    GTTGATGTAGCTTAAACTTAAAGCAAGGCA... ...AACAGACTTACACATGCAAGCATCCACGCCCCGGTGAG

    > Species2
    CGCTTAACCACACCC... ... ...CCATAA

    > Species3
    ATTAGATACCCC... ...TATATACCGCCATCTTCAGCAAACCC

    Now I want these sequences should be extracted in separate files (eithe text format or fasta format). Please let me know what should be the code for the same. I was trying but, all in vein.

    Thanks in advance.
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    See if this works for you: https://bioexpressblog.wordpress.com...sequence-file/ No code needed.

    Warning: You will get generically named files (1.fa, 2.fa etc) with this one liner.

    If you need file names to be set to the fasta headers (instead of the generic solution above) then it would be best to use faSplit utility from Jim Kent @UCSC (http://hgdownload.cse.ucsc.edu/admin...x86_64/faSplit). faSplit can be used in many ways by in this specific instance, use as follows (out_folder has to be made before running the following command):

    Code:
    $ faSplit byname in.fasta out_folder/
    Last edited by GenoMax; 12-29-2014, 05:18 AM.

    Comment

    • csmbiotech
      Junior Member
      • Oct 2012
      • 4

      #3
      Thanks for the help. But I use Windows OS. Can I run awk in Windows?

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        bioinformatics-made-simple.com is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, bioinformatics-made-simple.com has it all. We hope you find what you are searching for!


        FASTA Splitter is a simple script for dividing a large FASTA file into smaller equally sized parts.

        Comment

        • csmbiotech
          Junior Member
          • Oct 2012
          • 4

          #5
          Thank you so much for updating me regarding this Perl script.
          regards,

          Chandra

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
            by SEQadmin2


            Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

            The systematic characterization of the human proteome has
            ...
            07-20-2026, 11:48 AM
          • SEQadmin2
            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by SEQadmin2



            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
            ...
            07-09-2026, 11:10 AM
          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            07-08-2026, 05:17 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-24-2026, 12:17 PM
          0 responses
          25 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-23-2026, 11:41 AM
          0 responses
          20 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-20-2026, 11:10 AM
          0 responses
          26 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-13-2026, 10:26 AM
          0 responses
          38 views
          0 reactions
          Last Post SEQadmin2  
          Working...