Closed ttt-404 closed 1 year ago
Hi,
I've pushed a fix that should fix the second error. You'll need to reclone the scsnv repository. I need to find time to try to figure out the second error but hopefully the cell command will work now. I will try to find a time to make a different cell command that can take your own list of barcodes instead of using my outdated barcode finding algorithm. For the pileups etc you can use your own barcode list instead of the one from scsnvmisc cells.
Thank you for your kindest help! It works now. Using user-defined barcode list is a very good idea, just take your time.
Just a note I looked at the pileup command. You can replace the passed_barcodes.txt.gz input file with one that has your own barcode list. It's an optionally gzipped text file with a header and one barcode per line:
barcode
GAACGGACATCCAACA
ACTGAACAGGAGTAGA
ACAGCCGAGTTACGGG
TTGAACGCAATAGCAA
TCGGTAATCAAGCCTA
Hi,
I’m so sorry to bother you, I met some trouble when using scsnvmisc cells.
scsnvmisc cells -h
(scsnv) root@VM-0-12-ubuntu:/mnt/datadisk0/SRR10439454# scsnvmisc cells --skip-mt -o /mnt/datadisk0/SRR10439454 /mnt/datadisk0/SRR10439454/summary.h5
Actually, I simply downloaded the external packages and added them into scsnv package, instead of using git. Although there are some warnings when installing scsnv, it does work with index/count/map/collapse, except for scsnvmisc. So I wonder if there's anything missing from the installation or other mistakes that caused the problem? Thank you for your help!