Difference between revisions of "STAR"

From XenopusBioinfo
Jump to: navigation, search
(Build a database)
(Build a database)
Line 2: Line 2:
 
  $ /path/to/star/STAR --runMode genomeGenerate --genomeDir <dir_name> \
 
  $ /path/to/star/STAR --runMode genomeGenerate --genomeDir <dir_name> \
 
   --genomeFastaFiles <fasta_file> --runThreadN <number of threads>
 
   --genomeFastaFiles <fasta_file> --runThreadN <number of threads>
 +
 +
For transcript database, use '--genomeChrBinNbits 10 --genomeSAindexNbases 10' additionally (see section 2.2 in the manual).
  
 
== See also ==
 
== See also ==

Revision as of 13:33, 22 October 2014

Build a database

$ /path/to/star/STAR --runMode genomeGenerate --genomeDir <dir_name> \
 --genomeFastaFiles <fasta_file> --runThreadN <number of threads>

For transcript database, use '--genomeChrBinNbits 10 --genomeSAindexNbases 10' additionally (see section 2.2 in the manual).

See also