-
Notifications
You must be signed in to change notification settings - Fork 172
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
cellranger-multi => incorrect feature_type assigned to samples #373
Labels
bug
Something isn't working
Comments
I'm guessing that the issue comes from the code block:
|
The following modification seems to fix the issue:
I'm guessing that this issue was missed, since the test data cellrangermulti_samplesheet.csv contains the |
A problem with my updated code is that
|
I ended up using the following:
...with the following nextflow command: nextflow run main.nf \
-ansi-log false \
-profile singularity \
-process.executor slurm \
-process.queue cpu_batch \
-work-dir /scratch/$(id -gn)/$(whoami)/nextflow-work/scrnaseq \
--aligner cellrangermulti \
--skip_cellrangermulti_vdjref \
--skip_emptydrops \
--gex_frna_probe_set Chromium_Human_Transcriptome_Probe_Set_v1.0.1_GRCh38-2020-A.csv \
--cellranger_multi_barcodes sample_barcodes.csv \
--cellranger_index refdata-gex-GRCh38-2024-A/ \
--input samples.csv \
--outdir scrnaseq_output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
sample.csv:
sample_barcodes.csv:
The error:
Running the pipeline with:
Shows:
...which then results in the
ab
error in thebranch
operation:Where are the extra feature types (e.g.,
vdj
andab
) coming from?I believe that I have my input csv files set up as in cellrangermulti_samplesheet.csv and cellranger_barcodes_samplesheet.csv.
Command used and terminal output
Relevant files
No response
System information
The text was updated successfully, but these errors were encountered: