Create index for STAR
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
fasta
:file
Fasta file of the reference genome
meta2
Groovy Map containing reference information e.g. [ id:‘test’ ]
gtf
GTF file of the reference genome
index
star
:directory
Folder containing the star index files
versions_star
${task.process}
:string
The name of the process
The name of the tool
STAR --version | sed -e "s/STAR_//g"
:eval
The expression to obtain the version of the tool
versions_samtools
samtools
samtools --version | sed -n '1s/samtools //p'
versions_gawk
gawk
gawk --version | sed -n '1{s/GNU Awk //;s/,.*//;p}'
versions
STAR is a software package for mapping DNA sequences against a large reference genome, such as the human genome.