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

CPU and Memory usage #7

Open
ajkarloss opened this issue Oct 26, 2023 · 1 comment
Open

CPU and Memory usage #7

ajkarloss opened this issue Oct 26, 2023 · 1 comment
Assignees

Comments

@ajkarloss
Copy link
Contributor

ajkarloss commented Oct 26, 2023

Background: MLST takes 2+ hours to run. It supposed to take about 20 mins.

We mention "--threads 16 --memory 32" for Shovil to be used by Spades.

Commad used
'''
spades.py --pe1-1 flash.notCombined_1.fastq.gz --pe1-2 flash.notCombined_2.fastq.gz --only-assembler --threads 8 --memory 4 -o spades --tmp-dir /opt/galaxy/tmp -k 31,55,79,103,127 --threads 16 --memory 32 --tmp-dir /opt/galaxy/tmp/ --pe1-m flash.extendedFrags.fastq.gz 2>&1 | sed 's/^/[spades] /' | tee -a shovill.log
'''

But it looks like its running on just 1 node and 8CPU.

Screenshot 2023-10-26 at 13 28 28
@ajkarloss
Copy link
Contributor Author

Screenshot 2023-10-26 at 13 34 29

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