Extracts splicing sites from a gtf files
meta
:map
Groovy Map containing reference information e.g. [ id:‘genome’ ]
gtf
:file
Reference gtf annotation file
*.{gtf}
txt
*.splice_sites.txt
Splice sites in txt file
*.txt
versions_hisat2
${task.process}
:string
The process the versions were collected from
hisat2
The tool name
hisat2 --version | grep -o "version [^ ]*" | cut -d " " -f 2
:eval
The expression to obtain the version of the tool
versions
HISAT2 is a fast and sensitive alignment program for mapping next-generation sequencing reads (both DNA and RNA) to a population of human genomes as well as to a single reference genome.