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

Continuing aborted run #12

Open
zwuckl opened this issue Jul 15, 2015 · 2 comments
Open

Continuing aborted run #12

zwuckl opened this issue Jul 15, 2015 · 2 comments

Comments

@zwuckl
Copy link

zwuckl commented Jul 15, 2015

Hey Bao,

I'm running AlignGraph for reference guided improvement of a ~400MBp plant genome assembly on a compute cluster as a single job with 8 cores for 6 days - the maximum allowed walltime for any job on the cluster.
Unfortunately, when reaching the walltime limit AlignGraph is still in the Bowtie alignment phase and the job is killed. Is there any chance of continuing the pipeline from a given point or maybe even perform the alignment as a seperate job with more resources?
If I understood correctly, Bowite is executed with 8 cores by default from within AlignGraph. Is there maybe a way to freely define Bowtie's (and BLAT's) resources?

Thanks in advance,
Nico

@baoe
Copy link
Owner

baoe commented Jul 16, 2015

Hello, Nico,

I'm afraid AlignGraph does not have checkpoints within the alignment step.
However, you could change all the "-p 8" in the source file to for example "-p 16" and recompile AlignGraph to accelerate the Bowtie alignment.

Best,
Bao


From: zwuckl [notifications@github.com]
Sent: Wednesday, July 15, 2015 2:02 AM
To: baoe/AlignGraph
Subject: [AlignGraph] Continuing aborted run (#12)

Hey Bao,

I'm running AlignGraph for reference guided improvement of a ~400MBp plant genome assembly on a compute cluster as a single job with 8 cores for 6 days - the maximum allowed walltime for any job on the cluster.
Unfortunately, when reaching the walltime limit AlignGraph is still in the Bowtie alignment phase and the job is killed. Is there any chance of continuing the pipeline from a given point or maybe even perform the alignment as a seperate job with more resources?
If I understood correctly, Bowite is executed with 8 cores by default from within AlignGraph. Is there maybe a way to freely define Bowtie's (and BLAT's) resources?

Thanks in advance,
Nico


Reply to this email directly or view it on GitHubhttps://github.com//issues/12.

@zwuckl
Copy link
Author

zwuckl commented Jul 16, 2015

Hey Bao,

thanks for your fast reply! I just edited and recompiled the source accordingly and will see if it suffices...

Best,
Nico

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