convert_fai_to_seqinfo

Converts a FastA index (fai) to a {GenomeInfoDb} Seqinfo object and saves the object to an RDS file.

module

Inputs

Channel nameDescriptionType
optA map of task-specific variables.map
tagA unique identifier to use in the tag directive.string
genomeName of the genome, eg “mm10 + GFP”. This is used to create the Seqinfo object.string
faiPath to a FastA index file for the genome that the GTF is relevant to. This is used to create the Seqinfo object.file

Outputs

Emission nameDescriptionTypeFilename pattern
optA map of task-specific variables.map
taskYAML-formatted file of task parameters and software versions used by the task.filetask.yaml
seqinfoRDS obejct of a Seqinfo object.fileseqinfo.rds

Tools

genomeinfodb

Contains data and functions that define and allow translation between different chromosome sequence naming conventions (e.g., "chr1" versus "1"), including a function that attempts to place sequence names in their natural, rather than lexicographic, order.

DOI Homepage Documentation Source

r

R is a free software environment for statistical computing and graphics.

Homepage Documentation