STAR_index
ultrafast universal RNA-seq and scRNAseq aligner
Recipe source code: https://github.com/rworkflow/ReUseDataRecipe/blob/master/STAR_index.R (opens new window)
Data source: https://github.com/alexdobin/STAR (opens new window)
plot
| label | type | description |
ref | reference genome | string;File | The reference genome file |
gtf | GTF | string;File | gene annotation file |
genomeDir | genomeDir | string | The directory for index files. |
threads | threads | int | The number of threads to use |
sjdb | sjdbOverhang | int | The length of the genomic sequence around the annotated junction |
Outputs
| label | type | description |
idx | STAR index | Directory | The directory for STAR index files |
Example: