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

Specifying memory and number of jobs #5

Open
Sewunet-Abera opened this issue Sep 11, 2021 · 3 comments
Open

Specifying memory and number of jobs #5

Sewunet-Abera opened this issue Sep 11, 2021 · 3 comments

Comments

@Sewunet-Abera
Copy link

Hello,
I trying to figure out my way in to get to know atlas.
And currently I'm running the tutorial data set on a server. and run it generously for 4 data sets
atlas run all --resources mem=500 --jobs 50
But down stream I got this error,
Error in rule error_correction:
jobid: 43
output: sample2/assembly/reads/QC.errorcorr_R1.fastq.gz, sample2/assembly/reads/QC.errorcorr_R2.fastq.gz, sample2/assembly/reads/QC.errorcorr_se.fastq.gz
log: sample2/logs/assembly/pre_process/error_correction_QC.log (check log file(s) for error message)
conda-env: /home/nioo/sewuneta/sorghum_shotgun_metagenome_analysis/atlas.trial/atlas/path/to/fastq/conda_envs/ac12f856310e8bfb503b4ccb5cc5fb23
shell:

    tadpole.sh -Xmx51G             prealloc=1             in1=sample2/assembly/reads/QC_R1.fastq.gz,sample2/assembly/reads/QC_se.fastq.gz in2=sample2/assembly/reads/QC_R2.fastq.gz             out1=sample2/assembly/reads/QC.errorcorr_R1.fastq.gz,sample2/assembly/reads/QC.errorcorr_se.fastq.gz out2=sample2/assembly/reads/QC.errorcorr_R2.fastq.gz             mode=correct             threads=8             ecc=t ecco=t 2>> sample2/logs/assembly/pre_process/error_correction_QC.log

    (one of the commands exited with non-zero exit code; note that snakemake uses bash strict mode!)

Does this mean the specified figures are not enough or I should have done that in the configuration file?

Thanks and hope to hear from you sooner.

@SilasK
Copy link
Member

SilasK commented Sep 11, 2021

By the way, I'm giving a course on metagenome atlas https://oulu.fi/uniogs/node/212131 If you want and can attend. try to register.

For the error check what's in sample2/logs/assembly/pre_process/error_correction_QC.log
If it's the memory, yes increase 'mem' in the econfig.

@Sewunet-Abera
Copy link
Author

Sewunet-Abera commented Sep 13, 2021 via email

@SilasK
Copy link
Member

SilasK commented Sep 15, 2021

Check the log: sample2/logs/assembly/pre_process/error_correction_QC.log

If it's due to the memory increase mem in the config file to 100

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