Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • naono
    Junior Member
    • Dec 2012
    • 5

    Trinity freezes on clustering

    Recently we tried to replicate our previous result of de novo assembly using Trinity 2.0.6.
    and
    Bowtie 1.2.0

    First it seems working but Just after
    "Trinity Phase 1: Clustering of RNA-Seq Reads",
    on the command

    cmd: bash -c " set -o pipefail; bowtie -a -m 20 --best --strata --threads 32 --chunkmbs 512 -q -S -f \
    ./chrysalis/inchworm.K25.L25.fa.min100 both.fa | samtools view -@ 32 -F4 -Sb - | samtools sort -@ 32 -no - - > /project/hikaku_db/nono/sync/opium_poppy2/trinity.3s1/trinity.POL2/chrysalis/iworm.bowtie.nameSorted.bam" 2>/dev/null
    1
    it seems to freeze for hours and days without any output.

    Also, I run the corresponding command directly, instead of use pipeline, save the output for a temporary file, but the process froze again before finishing to write the temporal output file.

    Does anyone has some comment or suggestion to solve the problem ?
  • naono
    Junior Member
    • Dec 2012
    • 5

    #2
    I have edited the cmd to use bowtie version 1.0.0, and it worked.

    Can someone guess what was the problem?

    Comment

    • naono
      Junior Member
      • Dec 2012
      • 5

      #3
      The same trouble occurred using
      Trinity 2.4.0
      Bowtie 2.3.1
      Samtools 1.4

      It goes to the line

      * Running CMD: bash -c " set -o pipefail;bowtie2 --local -k 2 --threads 16 -f --score-min G,46,0 \
      -x chrysalis/inchworm.K25.L25.fa.min100 both.fa | samtools view - @ 16 -F4 -Sb - | samtools \
      sort -m 4294967296 -@ 16 -no - - > chrysalis/iworm.bowtie.nameSorted.bam"

      and stalled without creating output file.
      Last edited by naono; 05-12-2017, 04:29 PM.

      Comment

      • naono
        Junior Member
        • Dec 2012
        • 5

        #4
        I updated samtools to 1.4.1 and it worked!!

        Trinity 2.4.0
        Bowtie 2.3.2
        Samtools 1.4.1

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by SEQadmin2


          I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

          Here are nine questions we think about, in roughly the order they matter, before...
          06-18-2026, 07:11 AM
        • SEQadmin2
          From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
          by SEQadmin2


          Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


          The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
          ...
          06-02-2026, 10:05 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        36 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        99 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        120 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        113 views
        0 reactions
        Last Post SEQadmin2  
        Working...