Skip to content

Allow pre-built indexes load from igenomes.json and refgenie #539

@maciekmigdal

Description

@maciekmigdal

Description of feature

This feature request is to re-introduce feature described in #371, shortly it is to allow the pipeline capture --cellranger_index, --salmon_index and --txp2gene directly from custom igenomes.config when --genome argument is specified. While cellranger index, salmon index, txp2gene are not available in iGenomes, it is valid to accept them from custom igenomes.config. Moreover, if using refgenie these are currently ignored as well.

To enable this following lines (or similar) should be added to scrnaseq.nf

params.salmon_index = getGenomeAttribute('simpleaf')
params.txp2gene = getGenomeAttribute('simpleaf_tx2pgene')
params.cellranger_index = getGenomeAttribute('cellranger')

See #371 for implementation details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions