STAR

From XenopusBioinfo
Revision as of 13:33, 22 October 2014 by TaejoonKwon (Talk | contribs)

Jump to: navigation, search

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