Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • themerlin
    Member
    • Feb 2010
    • 51

    #1

    Opgen MapSolver output to fasta scaffold?

    Greetings,

    I'm trying to close a genome using optimal maps and sequence data. I have mapped my contigs to the Whole Genome Map and was hoping to try and close gaps in the scaffold. I know that MapSolver currently doesn't have the functionality to export a scaffold based on the map, but was wondering if anyone has figured out a way to create a fasta scaffold based on information in the Placement Report.

    thank you,

    Jason
  • krobison
    Senior Member
    • Nov 2007
    • 734

    #2
    It is pretty remarkable that OpGen doesn't provide this, especially when a workable one can be written in a page of Perl or Python. I'm a bit too tired to do so tonight, but here is an outline (maybe next week I'll actually throw this together & post it)

    1) Read the MapSolver placement report file -- there is a one line header and then tab-delimited lines with the information of interest; stop scanning when you hit a blank line (there are later pieces with other information).
    2) Parse the lines just read. Optical map id is column 0, start and end on map are columns 1 & 2, contig id in column 3 (plus mapping method; need to strip this out by removing 1st space and everything afterwards), start & end positions of contig are columns 4 & 5 and the orientation in column 6. If placement did not include entire contig, need to decide whether to truncate contig to what MapSolver liked OR cram entire piece in
    4) Generate list of contigs plus the intervening gaps. If MapSolver thinks they overlapped, need to decide whether to still pad with a gap or not
    5) Read in FASTA file with contigs, saving those that are needed; trim & reverse complement as needed
    6) Build scaffold(s)
    7) Write scaffold(s)

    SIMPLE! :-)

    Bio::SeqIO & Bio::Seq will be essential for doing this in Perl

    Comment

    • themerlin
      Member
      • Feb 2010
      • 51

      #3
      Thanks for your reply. I figured that there was a solution, but I didn't want to re-invent the wheel if someone had already written something that works. I will start writing a script following your work flow. Thank you.

      Jason

      Comment

      • yuchengzhang86
        Junior Member
        • Oct 2013
        • 2

        #4
        Originally posted by themerlin View Post
        Thanks for your reply. I figured that there was a solution, but I didn't want to re-invent the wheel if someone had already written something that works. I will start writing a script following your work flow. Thank you.

        Jason
        Hi Jason, have you found the solution to use mapsolver map to produce the scaffold? Would you mind sharing it with me? Thanks

        Comment

        • yuchengzhang86
          Junior Member
          • Oct 2013
          • 2

          #5
          Originally posted by krobison View Post
          It is pretty remarkable that OpGen doesn't provide this, especially when a workable one can be written in a page of Perl or Python. I'm a bit too tired to do so tonight, but here is an outline (maybe next week I'll actually throw this together & post it)

          1) Read the MapSolver placement report file -- there is a one line header and then tab-delimited lines with the information of interest; stop scanning when you hit a blank line (there are later pieces with other information).
          2) Parse the lines just read. Optical map id is column 0, start and end on map are columns 1 & 2, contig id in column 3 (plus mapping method; need to strip this out by removing 1st space and everything afterwards), start & end positions of contig are columns 4 & 5 and the orientation in column 6. If placement did not include entire contig, need to decide whether to truncate contig to what MapSolver liked OR cram entire piece in
          4) Generate list of contigs plus the intervening gaps. If MapSolver thinks they overlapped, need to decide whether to still pad with a gap or not
          5) Read in FASTA file with contigs, saving those that are needed; trim & reverse complement as needed
          6) Build scaffold(s)
          7) Write scaffold(s)

          SIMPLE! :-)

          Bio::SeqIO & Bio::Seq will be essential for doing this in Perl
          Hi Krobison, I'm not good at programming. Do you have any script to produce scaffold fasta file using mapsolver's output? Thanks a lot.

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
            by SEQadmin2



            CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

            Despite this, “CRISPR helped turn genome editing from a specialized technique into
            ...
            07-31-2026, 11:01 AM
          • 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Yesterday, 10:35 AM
          0 responses
          7 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-06-2026, 07:41 AM
          0 responses
          26 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-03-2026, 10:13 AM
          0 responses
          45 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-31-2026, 02:55 AM
          0 responses
          48 views
          0 reactions
          Last Post SEQadmin2  
          Working...