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

Make it possible to set java options with picard wrappers. #8

Closed
wants to merge 1 commit into from

Conversation

Smeds
Copy link
Contributor

@Smeds Smeds commented Oct 9, 2019

No description provided.

Copy link
Contributor

@johanneskoester johanneskoester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot! One comment below.

@@ -6,6 +6,7 @@ rule replace_rg:
log:
"logs/picard/replace_rg/{sample}.log"
params:
"RGLB=lib1 RGPL=illumina RGPU={sample} RGSM={sample}"
java_options="-Xmx8g",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather like to have this defined as mem_mb resource. This way, we automatically connect this to cluster execution.

@dlaehnemann
Copy link
Contributor

I think the same thing was implemented across a bunch of Java wrappers in this PR:
#204

Feel free to reopen, if anything was missed.

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

Successfully merging this pull request may close these issues.

3 participants