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

stop using deprecated 2-element tuple format in sources, use equivalent dict format instead #4774

Merged
merged 1 commit into from
Jun 26, 2017

Conversation

boegel
Copy link
Member

@boegel boegel commented Jun 23, 2017

@boegel boegel added this to the 3.3.0 milestone Jun 23, 2017
@boegel
Copy link
Member Author

boegel commented Jun 23, 2017

@vanzod, @wpoely86 please review?

@boegel boegel force-pushed the cleanup_deprecated_sources branch from 7bf3fbd to 197c4c7 Compare June 24, 2017 09:00
@boegel boegel force-pushed the cleanup_deprecated_sources branch from 197c4c7 to f1ee734 Compare June 24, 2017 12:57
@@ -13,7 +13,7 @@ description = """Variant calling and somatic mutation/CNV detection for next-gen

toolchain = {'name': 'dummy', 'version': ''}

sources = [('%(name)s.v%(version)s.jar', 'download')]
sources = ['%(name)s.v%(version)s.jar']
Copy link
Member

Choose a reason for hiding this comment

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

what was this supposed to do?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good question, I was wondering the exact same thing when I ran into it...

It's a bug, this syntax was used to specify a custom extract command, but since the JAR easyblock just skips the extract step this went unnoticed.

@boegel
Copy link
Member Author

boegel commented Jun 26, 2017

Thanks for the review @wpoely86!

@boegel boegel merged commit e207279 into easybuilders:develop Jun 26, 2017
@boegel boegel deleted the cleanup_deprecated_sources branch June 26, 2017 07:09
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.

2 participants