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

scRNA-seq with Cellranger fails at Seurat conversion stage #238

Closed
FelixKrueger opened this issue Jun 12, 2023 · 2 comments
Closed

scRNA-seq with Cellranger fails at Seurat conversion stage #238

FelixKrueger opened this issue Jun 12, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@FelixKrueger
Copy link

Description of the bug

We had a single-cell run that what used 4 sets of input files per sample (were using CellRanger in this case), here is an example:

Skin-M-48,s3://.../Skin-M-48_S1_L001_R1_001.fastq.gz,s3://.../Skin-M-48_S1_L001_R2_001.fastq.gz
Skin-M-48,s3://.../Skin-M-48_S2_L001_R1_001.fastq.gz,s3://.../Skin-M-48_S2_L001_R2_001.fastq.gz
Skin-M-48,s3://.../Skin-M-48_S3_L001_R1_001.fastq.gz,s3://.../Skin-M-48_S3_L001_R2_001.fastq.gz
Skin-M-48,s3://.../Skin-M-48_S4_L001_R1_001.fastq.gz,s3://.../Skin-M-48_S4_L001_R2_001.fastq.gz

The run then failed at the Seurat conversion due to file name collision:

Execution completed unsuccessfully!
The full error message was:

Error executing process > 'NFCORE_SCRNASEQ:SCRNASEQ:MTX_CONVERSION:MTX_TO_SEURAT (1)'

Caused by:
  Process `NFCORE_SCRNASEQ:SCRNASEQ:MTX_CONVERSION:MTX_TO_SEURAT` input file name collision -- There are multiple input files for each of the following file names: projection.csv, differential_expression.csv, barcodes.tsv.gz, features.tsv.gz, matrix.mtx.gz, clusters.csv

Running the same command and the same files but with alevin as the aligner completes just fine.

Command used and terminal output

No response

Relevant files

No response

System information

Nextflow: 23.04.1 build 5866
nf-core/scrnaseq v2.3.2-g06a85e8

@FelixKrueger FelixKrueger added the bug Something isn't working label Jun 12, 2023
@fmalmeida fmalmeida self-assigned this Jun 13, 2023
@adamrtalbot
Copy link
Contributor

See #232, I think this fixes it.

@adamrtalbot
Copy link
Contributor

Closed with #232

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants