Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow pre-built cellranger index, CellrangerARC index, simpleaf Index, and simpleaf tx2pgene load from igenomes.json #371

Open
wzheng0520 opened this issue Sep 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@wzheng0520
Copy link

Description of feature

Hi guys,

Right now, I found for cellranger index, simpleaf index and simpleaf tx2pgene, the only way we can provide the pre-built indices is through using --cellranger_index, --salmon_index and --txp2gene parameters. I am thinking about if we already have the default path of those pre-built indices, once we use our own igenomes.config file, those indices should be directly pull from there like fasta, gtf, or star_index right now in the pipeline.

I think if it is possible to add following lines before we defined their channel in the scrnaseq.nf

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

to allow the pipeline can capture the those information directly from igenomes.config if the --genome we provided have those information.

Sincerely
Winnie Zheng

@wzheng0520 wzheng0520 added the enhancement New feature or request label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant