Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TomBoy
    Junior Member
    • Oct 2015
    • 2

    #1

    trinity run error

    Hi,everyone

    I am using trinity for assembly.I installed trinity according to this website https://github.com/trinityrnaseq/trinityrnaseq/wiki ,but when I use this commands to test it,it running failure.The commands is:

    cd sample_data/test_Trinity_Assembly/

    ./runMe.sh

    After I use that commands to test trinity,it feedback the following error.



    ----------------------------------------------------------------------------------
    -------------- Trinity Phase 1: Clustering of RNA-Seq Reads ---------------------
    ----------------------------------------------------------------------------------



    #######################################################################
    Inchworm file: /home/hanxuan/trinityrnaseq-2.1.1/sample_data/test_Trinity_Assembly/trinity_out_dir/inchworm.K25.L25.fa detected.
    Skipping Inchworm Step, Using Previous Inchworm Assembly
    #######################################################################

    -- Skipping CMD: /home/hanxuan/trinityrnaseq-2.1.1/util/misc/fasta_filter_by_min_length.pl /home/hanxuan/trinityrnaseq-2.1.1/sample_data/test_Trinity_Assembly/trinity_out_dir/inchworm.K25.L25.fa 100 > /home/hanxuan/trinityrnaseq-2.1.1/sample_data/test_Trinity_Assembly/trinity_out_dir/chrysalis/inchworm.K25.L25.fa.min100, checkpoint exists.
    -- Skipping CMD: bowtie-build -q /home/hanxuan/trinityrnaseq-2.1.1/sample_data/test_Trinity_Assembly/trinity_out_dir/chrysalis/inchworm.K25.L25.fa.min100 /home/hanxuan/trinityrnaseq-2.1.1/sample_data/test_Trinity_Assembly/trinity_out_dir/chrysalis/inchworm.K25.L25.fa.min100, checkpoint exists.
    * Running CMD: bash -c " set -o pipefail; bowtie -a -m 20 --best --strata --threads 4 --chunkmbs 512 -q -S -f /home/hanxuan/trinityrnaseq-2.1.1/sample_data/test_Trinity_Assembly/trinity_out_dir/chrysalis/inchworm.K25.L25.fa.min100 both.fa | samtools view -@ 4 -F4 -Sb - | samtools sort -m 536870912 -@ 4 -no - - > /home/hanxuan/trinityrnaseq-2.1.1/sample_data/test_Trinity_Assembly/trinity_out_dir/chrysalis/iworm.bowtie.nameSorted.bam"
    [bam_header_read] EOF marker is absent. The input is probably truncated.
    [samopen] SAM header is present: 342 sequences.
    # reads processed: 122300
    # reads with at least one reported alignment: 106930 (87.43%)
    # reads that failed to align: 15370 (12.57%)
    Reported 127560 alignments to 1 output stream(s)
    [bam_header_read] invalid BAM binary header (this is not a BAM file).
    bash: 行 1: 8337 已完成 bowtie -a -m 20 --best --strata --threads 4 --chunkmbs 512 -q -S -f /home/hanxuan/trinityrnaseq-2.1.1/sample_data/test_Trinity_Assembly/trinity_out_dir/chrysalis/inchworm.K25.L25.fa.min100 both.fa
    8338 段错误 (核心已转储) | samtools view -@ 4 -F4 -Sb -
    8339 段错误 (核心已转储) | samtools sort -m 536870912 -@ 4 -no - - > /home/hanxuan/trinityrnaseq-2.1.1/sample_data/test_Trinity_Assembly/trinity_out_dir/chrysalis/iworm.bowtie.nameSorted.bam
    Trinity run failed. Must investigate error above.





    Would you please give me some advice to solve this problem? I cant't solve it.Pleasre help me!

    thanks
    TomBoy;
  • westerman
    Rick Westerman
    • Jun 2008
    • 1104

    #2
    I would take the failing command:

    Code:
    set -o pipefail; bowtie -a -m 20 --best --strata --threads 4 --chunkmbs 512 -q -S -f /home/hanxuan/trinityrnaseq-2.1.1/sample_data/test_Trinity_Assembly/trinity_out_dir/chrysalis/inchworm.K25.L25.fa.min100 both.fa | samtools view -@ 4 -F4 -Sb - | samtools sort -m 536870912 -@ 4 -no - - > /home/hanxuan/trinityrnaseq-2.1.1/sample_data/test_Trinity_Assembly/trinity_out_dir/chrysalis/iworm.bowtie.nameSorted.bam"
    And run each of the sub-programs (i.e., those within a pipe) one at a time to see if the individual programs throws up an error.

    It is very hard to debug a large command with lots of pipes. Better to break down the large command.

    Comment

    • TomBoy
      Junior Member
      • Oct 2015
      • 2

      #3
      Dear westernman

      To tell the truth,I'm a college student major in software engineering.I had not used it before.

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