Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • AnushaC
    Member
    • Sep 2013
    • 78

    Shell Scripting

    Hi Everyone ,
    Can anyone can please help me with this
    I am using shell script piping to from sra to bam file

    My individual commands are
    fastq-dump SRR203400.sra

    bowtie -v 3 -k 2 --sam /raid/references-and-indexes/hg19/bowtie-indexes/hg19 /raid/development/anusha/SRR203400.fastq > /raid/development/anusha/SRR203400.bowtieold.sam

    samtools view -b -S SRR203400.bowtieold.sam > SRR203400.bowtieold.bam

    I started piping like this

    #!/bin/bash
    # generating a fastq file using fastq dump
    $1=='sraip'

    $2=='hg19ref'
    fastq-dump sraip |bowtie -v 3 -k 2 --sam hg19ref outputoffastqdump > $3


    I am really getting confused how to use next piping . because i am using fastq dump output in bow tie input and bowtie output in sam input

    Thanks in advance,
    Anusha.Ch
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    This question has been answered in another thread: http://seqanswers.com/forums/showthread.php?t=34247

    Please use the thread above so there are no parallel conversations on the same topic.

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Yesterday, 11:58 AM
    0 responses
    10 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    25 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    35 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    58 views
    0 reactions
    Last Post SEQadmin2  
    Working...