Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amcrisan
    Junior Member
    • Oct 2009
    • 9

    #1

    Mosaik Merge Error

    Hello,

    I've been trying to merge all of the sorted alignment files in a directory. According to the documentation this is possible. Each time I try do it I get the following error: ERROR: It seems that the input file (directory) is not in the MOSAIK alignment format..

    I am supply the command as follows:

    ./MosaikMerge -in directory -out co-assembly file

    The files in the directory are all individually sorted. To test that there wasn't a problem with the files, I also tried to just merge two files in that directory as follows:

    ./MosaikMerge -in directory/file1 -in directory/file2 -out co-assembly file

    And that worked just fine. I didn't note any timeouts or failures while running MosaikSort which could have cause something to become corrupted.

    Has this ever been encountered previously? I am trying to merge 67 alignments in the directory. I am using illumina data.

    Thanks
  • cellison
    Junior Member
    • Nov 2009
    • 1

    #2
    I think it's a bug

    The same thing happened to me when I updated to version 1.0. I think it's a bug. You can get around it by moving into the directory that contains the sorted alignments and entering each filename into the command separately with the -in flag. Since it would be a pain to do that for 60+ files, if you're working on a linux system and let's say your sorted files all end with .Aln, you could do something like:
    ls | sed -r 's/Aln/Aln -in/g' | tr "\n" " "
    Then copy and paste the results into your MosaikMerge command after erasing the final -in flag and adding -in before the first filename.

    I made it past that bug but was stopped in my tracks by a MosaikAssembler bug that's already been listed on the project website: ""ERROR: An attempt
    was made to get reads from an alignment archive that hasn't been opened yet".

    Everything was working fine for 0.9, guess I should have waited to update to 1.0...

    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, 08-13-2026, 12:22 PM
    0 responses
    20 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-11-2026, 10:35 AM
    0 responses
    17 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    33 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-03-2026, 10:13 AM
    0 responses
    50 views
    0 reactions
    Last Post SEQadmin2  
    Working...