View source: R/functions_multimapping.R
alignFasta | R Documentation |
calls STAR on fasta
alignFasta( fasta_file, prefix = sub("fasta", "", fasta_file), cleanup = c("Log.out", "Log.progress.out", "SJ.out.tab"), star_path = "/slipstream/galaxy/production/galaxy-dist/tools/star/STAR", index_path = "/slipstream/galaxy/data/hg38/star_index" )
fasta_file |
fasta or fastq file to align |
prefix |
prefix for STAR output |
cleanup |
suffixes of files to remove. by default only sam is kept. |
star_path |
path to STAR executable |
index_path |
path to genome indexes for STAR |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.