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

Reduce Memory Allocation #6

Open
mfansler opened this issue Aug 16, 2021 · 0 comments
Open

Reduce Memory Allocation #6

mfansler opened this issue Aug 16, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mfansler
Copy link
Owner

Using over 3GB/core over 20 cores for GENCODE without mRNA_end_nf. Here's a log entry with an overallocation event:

Import genomic features from the file as a GRanges object ... OK
Prepare the 'metadata' data frame ... OK
Make the TxDb object ... OK
Warning message:
In .get_cds_IDX(mcols0$type, mcols0$phase) :
  The "phase" metadata column contains non-NA values for features of type
  stop_codon. This information was ignored.
'select()' returned 1:1 mapping between keys and columns
Truncating transcripts...
Done.
Creating exon ranges...
Done.
Creating tx ranges...

 *** caught bus error ***
address 0x2aae5b723dc1, cause 'non-existent physical address'

Note the failure in the create tx ranges step. Perhaps we can discard some earlier objects that are no longer needed.

@mfansler mfansler added the enhancement New feature or request label Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant