-
Notifications
You must be signed in to change notification settings - Fork 439
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
avoid mpileup writing to inputdir #3951
Conversation
@pavanvidem your medaka commit is still in here. Can you please clean that. ping @natefoo |
3eb2f7f
to
b12876b
Compare
ln -s '${reference_source.ref_file}' 'ref.fa' && | ||
samtools faidx ref.fa && | ||
#else: | ||
#set ref_fa = str( $reference_source.ref_file.fields.path ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the str() needed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, ref.fa
doesn't need quoting, but $reference_source.ref_file.fields.path
might.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe. I just copied it from calmd here
#set ref_fa = str( $reference_source.ref_fasta.fields.path ) |
Maybe we should integrate this in #3740 .. and check if other samtools wrappers do the same mistake. |
Ideally the tool should use the
|
I will merge this into #3740 |
@bernt-matthias I had assumed the missing version bump was on purpose here to fix the tool silently? @bgruening @natefoo am I misunderstanding things? |
@wm75 .. I see. Then lets merge, or @bgruening? |
The changes that I have suggested are now implemented in #3740 I also cherry-picked the commit from the PR which should not hurt .. maybe I need to merge after this one is in. |
ping @pavanvidem |
I also implemented the suggested changes today morning. I'm pushing my changes now, then I will check if there something that I can adapt from #3740 |
I would suggest to keep it as is, i.e. pavanvidem@b12876b Otherwise we might need a version bump and loose the possibility for a "silent update". |
The changes shouldn't affect any functionality. Can't we do a silent update here? |
Renaming parameters might affect workflows. So I would say: No |
81e3038
to
b12876b
Compare
Agree, makes sense. |
Good to go @bgruening and @wm75? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Sorry for the back and forth here @pavanvidem
all good @wm75, thank you and @bernt-matthias for the review |
I will merge this if @bgruening does not object.. |
FOR CONTRIBUTOR: