-
Notifications
You must be signed in to change notification settings - Fork 0
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: unused arguments #6
Comments
@andredsim @lingminhao can you please provide some input? If I try to use the bambu from GitHub download; that's missing much more arguments. |
Hi @ashokpatowary, sorry for the late response. We are currently updating the bambu package, so it will impact the nextflow pipeline here. Can you try if |
Thanks @lingminhao . I did try with the new singularity package; however encounter the following error
|
Hi @ashokpatowary, I have fixed the bug regarding your errors. Let me know if that helps. |
Thanks @lingminhao ; but this time encounter an additional error.
|
Hi @ashokpatowary, you will have to clean the old singularity image, and update your singularity image to the latest ones by pulling it again. |
Thanks @lingminhao. This time it not showing the previous error; but I encounter a different error. Looks like its input data related; can you please give your input
The code I am using
|
Hi @ashokpatowary, I checked the error, it turns out that it occurs at parts where it was only used to provide the user with messages about some statistics used in the model, and will not impact the output. I turned off this functionality temporarily, so you should be able to get over this error now. There's no need to pull new singularity image for this. Having said so, it will be beneficial if you could provide the test data if possible, or the |
Hi @lingminhao. Thanks for all your help. I got another error this time. I have uploaded all the files here: https://www.dropbox.com/scl/fo/6xybedt5u4dqjzj0xc0k4/AMIrTuRO1PesQUBzLDWtGoU?rlkey=v2lrxt8yc0zqbg9mknqlkq8r9&st=j0ajbihk&dl=0
|
Hi @lingminhao , I did a check with your dataset, and realised that the Nevertheless, we acknowledge this can be a potential issue in the future, so now we instead prioritise BC/UMI parsing from the read name directly over the tags in the bam file. You may proceed without modifying anything in the bam file. PS: I also tried running your downsampled dataset, and realise it's insufficient to run with 64G RAM on my mobile machine (I am on a trip), mostly due to the high number of cells. You may have to run on a machine with higher RAM. Thanks! |
Thanks @lingminhao Data is from non 10X processing; so I added the BC and UMI tag manually. Anyways, thanks for the help and yess this was very small dataset from large number of cells. But our final data will have over 2B reads. Regards |
Hi @ashokpatowary, sorry I forgot to mention again that you'll need to update the singularity image again for this BC&UMI parsing. Yes, we haven’t been working much with datasets from non-10x platforms, those with over 60k cells, or 2 billion reads. So, your feedback here is very helpful to us! Best regards, |
I think if we give raw bam file as input; there will be always memory error. But if we clean the input data bases on Knee; that can be avoided. Saying that I am encountering the following error. Any suggestion where it went wrong
|
I think it's the "EM" which causing the error. I did try running with 10X data; same error. Saying that I have another concern. I used the sample sample to generate
For 10X+PacBio; I did analysis previously with a different tool; I did used lots of experimental validation about novel finding. To my surprise when I used that same data with bambu-single-cell less than 5% of the novel transcripts were called. I am not sure why this happening. can we used |
Hi @ashokpatowary, sorry for the late response, I was on a trip this week. Let me break your questions into bullet point so it's easier.
|
Hi @lingminhao
I was trying to run bambu-sc in my test data and encountering the following error. Can you please give a look
Error in bambu(reads = samples, annotations = annotations, genome = "GRCm39.primary_assembly.genome.fa", : unused arguments (processByChromosome = as.logical("TRUE"), processByBam = as.logical("false")) Execution halted
Thanks
The text was updated successfully, but these errors were encountered: