Closed earn97 closed 2 years ago
Hi,
Your command parameter order is incorrect cells
command has to come before any of the other parameters:
scsnvmisc cells --skip-mt -o /home/jhmoon/data/dami/sample /home/jhmoon/data/dami/sample/summary.h5
Thank you for you comments. Now it works perfectly.
I'm sorry but I have another question. I don't understand what is the input of scsnvmisc merge.
scsnvmisc merge -n scsnv -n cellranger --vcf <snvs>.vcf -o sample/merged scsnv/pileup cellranger/pileup
What is <snvs>.vcf
and cellranger/pileup
? And I have pileup files in the sample directory, not in scsnv directory.
Please let me know what is the input.
The merge command is for benchmarking where you have SNV calls from another tools. The scsnvmisc annotate
command is the one that will call SNVs from a pileup file.
Hi,
Thank you for your amazing tool!
I encountered the error when I did scsnvmisc cells. The code and error is bellow.
So I delete '--skip-mt' option, but it still didn't work.
Is there any idea that can solve this problem?