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

Option to use the --unknown-slide parameter in spaceranger count #83

Closed
pstorozenko opened this issue Jul 3, 2024 · 1 comment
Closed
Labels
enhancement Improvement for existing functionality

Comments

@pstorozenko
Copy link

Description of feature

Hi!
Thanks for the work on the pipeline!
I wonder if you ever considered adding the possibility to add the --unknown-slide parameter to the spaceranger count in the spatialvi pipeline?

Current design doesn't allow for it, and expects the slide and area parameters to be always present, not allowing to work with visium-1/2/2-large data.

"""
spaceranger count \\
--id="${prefix}" \\
--sample="${meta.id}" \\
--fastqs=. \\
--slide="${meta.slide}" \\
--area="${meta.area}" \\
--transcriptome="${reference}" \\
--localcores=${task.cpus} \\
--localmem=${task.memory.toGiga()} \\
$image $cytaimage $darkimage $colorizedimage \\
$probeset \\
$alignment \\
$slidefile \\
$args
mv ${prefix}/outs outs

Best!

@pstorozenko pstorozenko added the enhancement Improvement for existing functionality label Jul 3, 2024
@fasterius
Copy link
Collaborator

Hi, @pstorozenko!

Sorry for the late reply, I've been on vacation. This is an issue with the spaceranger/count module itself, and not the spatialvi pipeline. I would recommend you to open an issue at the nf-core modules repository instead: https://github.com/nf-core/modules/issues. If the module is updated we can update the pipeline as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement for existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants