Skip to content
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

apply isoquant to single-cell long read data #156

Closed
linalu1121 opened this issue Feb 17, 2024 · 2 comments
Closed

apply isoquant to single-cell long read data #156

linalu1121 opened this issue Feb 17, 2024 · 2 comments
Labels
input data Issue is caused by input data question Further information is requested third-party problem Problem is related to other tools, libraries, system etc

Comments

@linalu1121
Copy link

HI,

Thank you for developing this tool.

I'm trying to use this tool on single cell long read data. I have individual bam file for each cell barcode, around 3000 bam files in total.
Then I use these 3000 bam files as input, but I got error " Too many open files in system", even I have set the ulimit to 1 million (1,000,000) for the maximum number of open files.

Do you have any suggestions to deal with this situation?

@andrewprzh
Copy link
Collaborator

Dear @linalu1121

Did you use ulimit -n to set the limit? Could you send me the log file?

The possible workaround that comes to mind is to merge these BAM files into a single one, keeping read barcode e.g. in BC tag and specifying read grouping policy via --read_group.

Best
Andrey

@linalu1121
Copy link
Author

Thanks, Andrey.
Yes, I use ulimit -n to set the limit.
I have tried to use cell barcodes in bam files to group feature counts. It works! Thanks for suggestion.

Lina

@andrewprzh andrewprzh added question Further information is requested third-party problem Problem is related to other tools, libraries, system etc input data Issue is caused by input data labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
input data Issue is caused by input data question Further information is requested third-party problem Problem is related to other tools, libraries, system etc
Projects
None yet
Development

No branches or pull requests

2 participants