-
Notifications
You must be signed in to change notification settings - Fork 72
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
Run stages separately #218
Comments
Hi, Stage one is also multithreaded. The best thread usage is when there are many gzipped input files. Let me know what is your input (and what command you are using to run kmc), and maybe I will be able to give some advice or explain something. |
Thanks so for much for the information. My use case is that I am running KMC on BAM files that are hosted on a remote S3 bucket. (More precisely, I have mounted the files to a directory according to https://docs.icgc.org/download/guide/#mount-command). The documentation for this website states:
So, the first important thing to note is that I am analyzing BAM not FASTQ files (not sure if that matters for the KMC implementation). Next, I wasn't sure whether KMC would use multiple threads in stage 1 (which would require a new HTTP connection). After stage 1, the temporary files should be written to my local directory so Stage 2 should be able to proceed as normal with multiple threads. I think I can just run KMC like normal and everything should be fine. I just wasn't sure whether things would slow down in Stage 1 due to reading from an S3 bucket. Thanks for any advice. |
Oh, I see.
|
Hello,
I was wondering if it is possible to run stage 1 and stage 2 separately? The reason why I am asking is that I am trying to optimize how many processes to use for each stage.
On that note, does stage 1 only use one process? If so, it would be great if I can run the stages separately. Thanks for any advice/suggestions.
Perhaps I need a refresher on the differences between the following options:
Thanks.
The text was updated successfully, but these errors were encountered: