-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi, thanks for your great effort to make bambu for single-cells. But I'm getting errors with bambu and bambu_EM.
I think my most serious problem is bambo cannot identify the parameters.
I tried to '--clusters' and '--barcodeMap' with cluster.csv file and barcodeMAP.csv file
My command pasted below:
/home/home/dlchdms0109/.local/bin/nextflow run GoekeLab/bambu-singlecell-spatial
--bams /home/node200data/dhkim1674/Ouroseq_Samsung_Alzheimer/SMC041/OuroSeq_Samsung_SMC041/OuroSeq_Samsung_SMC041.tagged.bam
--genome /home/home/dhkim1674/refdata-gex-GRCh38-2024-A/fasta/genome.fa
--annotation /home/home/dhkim1674/refdata-gex-GRCh38-2024-A/genes/genes.gtf
--ncore 16 --outdir /home/home/dlchdms0109/Bambu_result_with_cluster/
--processByChromosome TRUE
--clusters /home/node200data/dhkim1674/Ouroseq_Samsung_Alzheimer/SMC041/OuroSeq_Samsung_SMC041/SMC041_clusters.csv
[Detailed description of my situations]
when I got the first error which related to read identification,
[error statements]
Error: BiocParallel errors
1 remote errors, element index: 1
0 unevaluated and other errors
first remote error:
Error in bambu.readsByFile(bam.file = reads[i], genomeSequence = genomeSequence, : No reads left after filtering.
Execution halted
I realized that the problem caused by read format. My read bamfile had different readnames without'#', cell barcode tags CB instead of CR, and UMI tags UB instead of UR.
So, I made barcodeMAP.csv file matched with the reference types. It wasn't working..
The situation repeated again when I had an error related to clusters.
Even though I made barcodeMAP.csv and cluster.csv with --barcodeMap and --clusters parameters. Bambu did not identify the files... So, I'm still having the same problem.