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

Using CAMISIM v2.0 to generate metagenomes but the storage run out when generating reads using art #200

Open
Andyargueasae opened this issue Nov 24, 2024 · 4 comments

Comments

@Andyargueasae
Copy link

Hi,

I run the metagenomic workflow using your nextflow version of CAMISIM, but found that when running the reads generator art, it pops out an error saying that I am running out of the space. I set my sample size to be 10Gbp.

This is my distribution file. Can someone spot any errors in it?
distribution_0.txt

Cheers
Andy

@AlphaSquad
Copy link
Collaborator

Hi Andy,
the distribution file probably is not the problem. I know it sounds like an obvious question, but still: Are you sure that there is enough space available in your out directory? You need more than 2 x #samples x 10 GB available with your sample size.

@Andyargueasae
Copy link
Author

Andyargueasae commented Nov 26, 2024 via email

@joyceFunk123
Copy link

Hi Andy,
You should be able to change the output directory in the CAMISIM/pipelines/metagenomic/config/metagenomic.config file using the outdir directive.
You can find more information about the configuration files in the wiki (https://github.com/CAMI-challenge/CAMISIM/wiki/Configuration-File-Options).
Did this solve the problem?

@Andyargueasae
Copy link
Author

Sorry for the late reply. I cleaned up my cache and the problems got solved.

Meanwhile I have another problem. I want to use the merged bam files (single-genome bams merged by samtools) in metagenomic analysis. I tried calculating the mean coverage using coverm, that produces a coverage text profile. But the process failed. So here I wonder whether I picked the wrong mapper or there are something else I should take notes of?

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

3 participants