Workflows
What is a Workflow?Filters
Query
Created At
Updated At
Workflow type
Common Workflow Language1
Submitter
Sora Yonezawa1
Team
bonohulab1
Operation annotations
Genome annotation1
1
Workflow visible to you, out of a total of 1
CWL4IncorporateTSSintoGXF
This workflow determines TSS based on the analysis of CAGE-seq data and incorporates TSS information and 5'UTR information calculated based on TSS information into the gene annotation file (gff/gtf). The R package, TSSr, is used to determine TSS.
Requirements
Install using pip
pip install cwltool
Install using conda
conda create -n cwltool
conda activate
...