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

Fatal error: /atac_dnase_pipelines/modules/conf.bds, line 39. Java heap space #115

Open
nteran opened this issue May 16, 2018 · 4 comments

Comments

@nteran
Copy link

nteran commented May 16, 2018

I am attempting to run bds atac using SCG.

The listed fatal error is java heap space, but changing the memory (anywhere from 30G - 900G) gives the same error and the -use_sambamba_markdup flag does not change anything.

The last line in the log is "Creating checkpoint file: Config or command line option disabled checkpoint file creation, nothing done."

My command is:
~/montgomery/atac/scripts/atac_dnase_pipelines/utils/bds_scr RD002 ~/montgomery/atac/scripts/atac_dnase_pipelines/atac.bds -nth 12 -mem_dedup 30G -mem_ataqc 30G -use_sambamba_markdup -fastq1_1 /labs/smontgom/nteran/motrpac/atac/tissue_tests/run6/merged/RD002_S2_R1_001.fastq.gz -fastq1_2 /labs/smontgom/nteran/motrpac/atac/tissue_tests/run6/merged/RD002_S2_R2_001.fastq.gz -species_file /srv/gsfs0/projects/montgomery/mdegorte/Africa/ATAC/atac_dnase_pipelines/myGenomes/rn6/bowtie2_index/rn6.fa -system slurm -q_for_slurm_account -q smontgom

The log file is attached/
RD002.BDS.log

@leepc12
Copy link
Collaborator

leepc12 commented May 16, 2018

https://github.com/kundajelab/atac_dnase_pipelines#bigdatascript

Did you add Java options to your ~/.bashrc?

@nteran
Copy link
Author

nteran commented May 16, 2018 via email

@leepc12
Copy link
Collaborator

leepc12 commented May 16, 2018

You didn't specify -species and -species_file correctly. Please see README for details.

Your species_file is wrong. It's pointing to a fasta file. It should be a text file (INI) containing genome data file location.

-species_file /srv/gsfs0/projects/montgomery/mdegorte/Africa/ATAC/atac_dnase_pipelines/myGenomes/rn6/bowtie2_index/rn6.fa

@nteran
Copy link
Author

nteran commented May 16, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants