velocyto.py icon indicating copy to clipboard operation
velocyto.py copied to clipboard

RNA velocity estimation in Python

Results 159 velocyto.py issues
Sort by recently updated
recently updated
newest added

I am trying to run velocyto to generate loom files needed for scvelo analysis. It appears that I lack a the "possorted_genome_bam.bam" file needed for velocyto in the cellranger output...

hi, how velocyto fits to cellrange-arc output, velocyto is designed for cellrange cout output with the bam file named "possorted_genome_bam.bam", but cellrange-arc output with the bam file named "gex_possorted_bam.bam". how...

Hi, I ran into a bug at the last step. It seems it is caused by the loompy. But I followed the install instructions to install every package and the...

I am running velocyto on slurm. I tried to pass samtools memory spec via `--samtools-memory 64G` and `--samtools-memory $((8*8042))` Both times I received an error. `Error: Invalid value for '--samtools-memory':...

I have samples are the spread across batches and I'm running velocyto for each batch (having its own cellranger folder) separately and finally combining all the loom files into one....

Hi, I am having trouble trying to follow the tutorial (http://velocyto.org/velocyto.py/tutorial/cli.html#run-dropest-run-on-dropseq-indrops-and-other-techniques). The data I was working with were prepared using celseq2 with bp1-bp6 as UMI and bp7-bp12 as cell barcodes....

Good afternoon Velocyto team, I know many users run into this issue, but I could not fix it by what was offered in the community. I am running velocyto in...

Hi there, When running `velocity run10X` (#373), I encountered the error below. Would you mind giving me some advice to address it? `velocyto run10x -m /ceph/project/......../mm10_rmsk_chrMTGTF.gtf /ceph/project/........./10x_scRNA_704-187_CD8P_GEX /ceph/project/......./genes/genes.gtf` Thank you....

Hi there! This should be an easy fix, but just wanted to report that velocyto run fails in the event that the user running it does not have write permissions...

Hi there, I was running `velocyto run10x -m /ceph/project/....../mm10_rmsk_chrMTGTF.gtf /ceph/project/........../10x_scRNA_704-187_CD8P_GEX /ceph/project/borrowlab/shared/scRNASeq_blood_220210/xenon/Blood_CD8T_TranscriptomeTCRseq/Blood_CD8T_scTranscriptome/run_cellranger_count_chrMTGTF/refdata-gex-GRCh38-2020-A_chrMTGTF/genes/genes.gtf` The `/ceph/project/........../10x_scRNA_704-187_CD8P_GEX` points to the folder `10x_scRNA_704-187_CD8P_GEX` that contains my `outs` folder, which contains the `possorted_genome_bam.bam` that I had...