-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error when using more than 2 bam files with mode 1B #94
Comments
Hi, could you share the log file, especially the "index out of range error" part you mentioned? That should be helpful. |
Hello, I don't have the log output file because it did not successfully run vireo (not sure if you mean a different log file) but here is example of the terminal output with the error: |
Hi, you mentioned there were 20 extra files for each of the expected 6 output files in step 2, which indicates either cellsnp had not finished yet, or some errors occured. It should help a lot if you could run step 2 again and then share the log file of step 2. |
Hi, how do I get the log file for step 2?
…On Wed, May 31, 2023 at 8:50 PM Xianjie Huang ***@***.***> wrote:
Hi, you mentioned there were 20 extra files for each of the expected 6
output files in step 2, which indicates either cellsnp had not finished
yet, or some errors occured. It should help a lot if you could run step 2
again and then share the log file of step 2.
—
Reply to this email directly, view it on GitHub
<#94 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ3RUAMFSU453HLMENCC5RDXI7RM3ANCNFSM6AAAAAAYUMI6ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi, you can use Linux I/O redirection to get the log file (i.e., run |
Hello,
I am trying to use cellsnp-lite to format genotype files for demultiplexing with vireo. There are 8 genotypes in my multiplexed sample and I am trying to use 3-4 known genotyped samples to aid in the demultiplexing. The method works great with only 2 but increasing to 3 I get lots of errors.
step 1:
cellsnp-lite --genotype -R ref_file -s multiplexed_singlecell_file -b barcodes.tsv -O output_folder -p 22 --minMAF 0.1 --minCOUNT 100 --gzip
step 2: This works great for 2 files, but then doesnt seem to work with 3- I get 20 extra files for each of the expected 6 output files.
cellsnp-lite -s BAM1, BAM2, BAM3 -I donor1, donor2, donor3 -O germline_folder -R ref_file -p 20 --cellTAG None --UMItag None --gzip --genotype
step 3- When I run step 2 with 3 bam files, I get an Index out of range error that I do not get when only using 2 bam files in step 2
vireo -c output_folder/cellSNP.cells.vcf.gz -d germline_folder/cellSNP.cells.vcf.gz -o vireo_output -p 12 -N 8
Is it possible to run step 2 with multiple bam files? If so, would love some input on what I am doing incorrectly!
Thanks!
The text was updated successfully, but these errors were encountered: