-
Notifications
You must be signed in to change notification settings - Fork 22
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
Memory requirements in Summarise #25
Comments
Hello bracer team... I am also doing the same procedure described in the prior post. Coerced the 10x data and ran assemble on 3220 barcodes without issues. Now running bracer in a google cloud instance in a docker container, (8 cores 30 gigs of ram). It has been running for 2 days, and during this time I reliably loose SSH connection to my cloud instance and can't regain it. Upon restarting the VM, I get the contents below in the filtered_BCR_summary directory.... suspect the same issue as in this post. Can you give some guidance on how to overcome this, what kind of memory I would need to request (in the cloud) to get to the final output? Thanks so much! total 11M |
Hi, Can you try running Mike |
I would suggest the same as Mike. Do you expect your cells to be highly clonal? This could explain the huge memory use. Unfortunately we have not tested BraCeR on datasets as large as 10x ones. Best, |
Hi,
I attempted doing the suggested workflow on 10X Genomics data described on #21 . The program works well up to the assembly stage, but we have problems during the summarise stage.
I ran summarise with relatively common arguments (
-p 8 --graph_format pdf --infer_lineage
), but:changeodb.tab
,IMGT_gapped.tab
,reconstructed_lengths_BCR[H|K|L].pdf
,reconstructed_lengths_BCR[H|K|L].txt
,full_length_seqs.pdf
,changeo_input_[H|K|L]_clone-pass.tab
andisotype_distribution.pdf
were successfully generated nearly immediately. However,clonotype_network_[with|without]_identifiers.dot
took at least 8 hours to generate. Halting the script during this period shows the time was spent runningmake_cell_network_from_dna
, Especially on line 1094-1095 ofbracer_func.py
.The data set includes 4,275 barcodes, that I don't believe to be particularly many. Are there any thing I can do with it?
The text was updated successfully, but these errors were encountered: