Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sbdk82
    Member
    • Jul 2014
    • 26

    STAR for alignment

    I am trying to use STAR instead of Tophat, but I am bit confused. I already have the reference file and GTF file. So should I skip the "generate genome" and "generate genome with annotation" steps (4 and 5 in manual)?

    If I directly use the following, should I keep my reference file under "/path/to/GenomeDir" ?

    HTML Code:
    STAR --genomeDir /path/to/GenomeDir --readFilesIn /path/
    to/read1 [/path/to/read2] --runThreadN <n> --<inputParameterName> <input 
    parameter value(s)>

    I have paired end reads, reference file and GTF file. Please help me which command I need to use.
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    The "generate genome" and "generate genome with annotation" create an index that STAR uses for mapping. You can't skip those steps.

    "/path/to/GenomeDir" is just an example name, you can keep things where ever you want and then just change that to match.

    Comment

    • sbdk82
      Member
      • Jul 2014
      • 26

      #3
      Thanks Devon !!

      So I should use the following to build the index

      STAR --runMode genomeGenerate --genomeDir <output directory> --genomeFastaFiles /path/reference.fa --runThreadN 5 --sjdbGTFfile <GTF file name>.

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Today, 11:58 AM
      0 responses
      7 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
      34 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      56 views
      0 reactions
      Last Post SEQadmin2  
      Working...